Search⌘ K
AI Features

What Did We Get?

Explore the comprehensive setup accomplished by a single Jenkins X command, including Kubernetes clusters, namespaces, GitHub repositories, ingress, ConfigMaps, and essential applications. Understand how these components support the full application lifecycle and prepare you for managing CI/CD in Kubernetes effectively.

We'll cover the following...

No matter whether you executed jx cluster create or jx install, it was a single command (Cluster Autoscaler in AWS is an exception). With that single command, we accomplished a lot.

  • We created a Kubernetes cluster (unless you executed jx install
...