Why Do We Need Jenkins X to Be Serverless?
Understand the limitations of traditional Jenkins and discover how Jenkins X uses serverless architecture with Tekton to enable scalable, efficient, and elastic CI/CD pipelines in Kubernetes. Explore how serverless design lets pipelines run on demand, optimizing resource use and providing fault tolerance for continuous integration and delivery tasks.
We'll cover the following...
We'll cover the following...
Drawbacks of traditional Jenkins
There are quite a few problems with the traditional Jenkins. Most of us already know them, so I’ll repeat them briefly.
- Jenkins (without X) does not scale.
- It is not fault-tolerant.
- Its resource usage is heavy.
- It is slow.
- It is not API-driven,