About This Module
Learn about the intended audience and the necessary prerequisites for this module.
Who is this module for?
This module is for anyone with significant prior knowledge of Kubernetes. To understand the intricacies and inner workings of Jenkins X, we first need to understand Kubernetes. Jenkins X allows us to harness the power of Kubernetes without spending an eternity learning the ever-growing list of the things Kubernetes does. We also need to know Git for this module.
Module structure
This module contains sixteen chapters, namely:
-
What Is Jenkins X? introduces us to Jenkins X. It also teaches us to create and delete clusters of different services such as GKE, EKS, and AKS with
jx
and install Jenkins X in an existing Kubernetes cluster. -
...