If you want to become a Kubernetes Administrator, or you want to become an HERO in Kubernetes, learn Kubernetes from scratch and understand everything.
In this repo, you'll learn about Kubernetes concepts about K8S, such as Kubernetes on bare-metal
, Operators
, Helm
, Microservices
, Prometheus
, and most
importantly, install and set up a K8s cluster
from scratch (In the exam, you won't have to install a cluster, but
knowing how to do it gives you a huge advantage!)
Have Fun!
- Comprehensive
- Hands-On Demos
- Zero-To-Hero
This is the starting point.
If you are a beginner and want to start from scratch, you should follow along with the order of this table.
index | Name | Link | Website | Description |
---|---|---|---|---|
1 | Kubernetes | Start the Tutorial | kubernetes.io | Introduction Kubernetes |
2 | Helm | Start the Tutorial | helm.sh | Become a master in Kubernetes package manager |
3 | Operator | Start the Tutorial | kubernetes.io/docs | Extend the functionality of the Kubernetes API |
4 | Prometheus | Start the Tutorial | prometheus.io | The Prometheus monitoring system and time series database |