What are Serverless Functions?
A Serverless Function is a workload type that is provided by the project "Kyma" through a custom resource (CR). "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, Services, HorizontalPodAutoscalers, and Jobs.
So in terms of Serverless Functions in Kyma, you can run code snippets without providing and maintaining the container image or the infrastructure. And like deployments based on containers, Functions can also be scaled, exposed and subscribed to events.