Search⌘ K
AI Features

Using Serverless Deployments with Pull Requests

Explore the benefits of applying serverless deployments to pull request preview environments with Jenkins X. Understand how using Knative in temporary namespaces helps reduce resource consumption while enabling efficient validation of code changes. Learn to automate deployment, verify previews, and manage scaling challenges in Kubernetes clusters.

So far, all the changes we made were pushed to a branch. That was on purpose since one of my goals was to show you the benefits of using serverless deployments with pull requests.

Benefits of using serverless deployments with pull requests

The percentage of the apps running as serverless inevitably varies. Some might have all the stateless applications running as serverless, while others might have none. Between those two extremes can be all shades of gray. While I cannot tell you how many apps you should run as serverless deployments, what I can tell you with a high level of certainty is that you’ll use Knative much more in temporary environments like those created for pull requests than in permanent ones like ...