What Are Serverless Functions?
A Function is a workload type that Kyma provides. "Serverless" implies no server or infrastructure is involved. But that's wrong. It simply means that a third party manages the server, and you do not have to worry about it. You can focus on the code of your Function.
Technically, Functions in Kyma rely on multiple Kubernetes resources, such as Deployments and Services.
So, with Serverless Functions in Kyma, you can run code snippets without providing and maintaining the container image or the infrastructure. Like Deployments based on containers, Functions can also be scaled, exposed, and subscribed to events.
