⚠️ Note: This project has been archived because of other ongoing efforts. Check out the org home page to get information related to kubernetes and other topics. Alternatively check out Software Engineering Fundamentals website for info related to kubernetes.
Kubernetes was born at Google after learnings from their other systems Borg and Omega. Kubernetes can often be referred as k8s
with 8 as the number of characters between the word.
Just like an orchestra, Kubernetes cares about high-level stuff over starting/stopping containers. It cares about how many containers to run, which nodes to run them on, scheduling, scaling, healing, updating,...
Kubernetes manages a bunch of nodes through k8s control plane. Each node has a container runtime (docker as default) and a kubernetes agent.
You are expected to already know about:
- container
- docker
- networking (good to know)
- On premises
- Build your own
- Cloud (hosted options)
- AWS EKS
- Azure AKS
- Google GKE
- Others are there as well
- Alpha
- Off by default
- Not for production
- Beta
- On by default
- Becoming stable
- Some details may change
- GA
- Production ready
- Solid future
https://www.udemy.com/kubernetes-certified-administrator