Is Your Cluster Ready for Jenkins X?
Explore how to assess your existing Kubernetes cluster for Jenkins X readiness by running essential compliance tests. Understand potential risks of using custom clusters and learn to evaluate cluster health to ensure successful Jenkins X integration and CI/CD workflows.
If you’re reading this, chances are that you do not want to use jx cluster create to create a new cluster that will host Jenkins X. That is OK and even welcome. That likely means that you are already experienced with Kubernetes and that you already have applications running in Kubernetes. That’s a sign of maturity and your desire to add Jenkins X into the mix of whatever applications you are already running there. After all, it would be silly to create a new cluster for each set of applications.
However, using an existing Kubernetes cluster is risky.