About this Module
This lesson discusses the intended audience and the necessary prerequisites of the module.
Who is this module for?
This module is for anyone with prior knowledge of Kubernetes. To understand the intricacies and inner workings of Jenkins X, we first need to understand Kubernetes. However, you do not need to understand Kubernetes to use Jenkins X. You will also need to have knowledge of Git.
Module structure
This module contains sixteen chapters, namely:
-
What is Jenkins X:
This chapter 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 how to install Jenkins X in an existing Kubernetes cluster. -
Exploring Quickstart Projects:
This chapter introduces us to Quickstart Projects and teaches us how to create them, explore their ...