About This Module
Learn of the intended audience and the prerequisites for this module.
We'll cover the following
Who is this module for?
The module is for anyone who wants to get up-to-speed with the fundamentals of Kubernetes through practice.
Module structure
This module contains two main chapters, a project, and an assessment. These are as follows:
-
What is Kubernetes?
This chapter teaches us the fundamentals of the Kubernetes ecosystem.
-
What Does Kubernetes Look Like?
This chapter teaches us the concepts of containerization and clusters in Kubernetes.
-
Project
This project gives us hands-on experience in implementing the Kubernetes basics we learn.
-
Kubernetes Exam
This exam tests the Kubernetes skills we acquired through this module.
We will learn about:
- The architecture of a Kubernetes cluster
- The process of building a cluster
- The procedure used to containerize an application
- The process of deploying the application
- The process of breaking the application to observe how Kubernetes fixes it
- The process of scaling the application
- The process of performing an application update (rolling)