Search⌘ K

Serverless Deployments in Kubernetes

Discover how to implement serverless deployments in Kubernetes using Jenkins X. Learn about leveraging Knative for scaling applications from zero to high demand. Understand the benefits of running serverless workloads on Kubernetes to optimize resources and avoid vendor lock-in.

We'll cover the following...

Kubernetes-based serverless computing

At this point, I must make an assumption that you, dear reader, might disagree with. Most companies will run at least some of their applications in Kubernetes. It is becoming a standard API that will be used by everyone.

Why is that assumption important? If I’m right, then almost everyone will have a Kubernetes cluster. Everyone will spend time maintaining it, and everyone will have some level of in-house knowledge of how it works. If that assumption is correct, it stands to reason that Kubernetes would be the best choice ...