Become an EXPERT in Kubernetes from scratch!
Report Bug
·
Request Feature
If you want to become a Certified Kubernetes Administrator, or you want to become an EXPERT in Kubernetes, learn Kubernetes from scratch and understand everything, this repo is a good choice.
In this repo, you'll be prepared to pass the exam. You'll also learn more about Kubernetes concepts that are not in the
exam, such as Kubernetes on AWS (EKS)
, 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!)
With this repo and other sources I mentioned below, you'll prepare to pass the exam and be confident about your Kubernetes knowledge!
Have Fun!
- Comprehensive
- Hands-On Demos
- Zero-To-Expert
This is the starting point.
NOTE: The Order matter here!
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 | Become a Certified Kubernetes Administrator, an EXPERT in K8s from scratch |
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 |
5 | EKS | SOON | aws.amazon.com | Amazon EKS is a managed Kubernetes service to run Kubernetes in the AWS cloud and on-premises data centers. |
- Add real-world examples
- Add exam tips
- Add
Helm
- Package Manager of Kubernetes - Add
Operators
- Add monitoring -
Prometheus
- Kubernetes on AWS -
EKS
See the open issues for a complete list of proposed features (and known issues).
Any contributions you make are greatly appreciated.
If you have a suggestion to improve this, please fork the repo and create a pull request. You can also open an issue with the tag "enhancement."
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
The license is under the MIT License. See LICENSE for more information.
-
In this repo, I used some fantastic images and great examples belonging to TechWorld with Nana to understand the concepts better.
Nana is one of my GREATEST teachers, and I learned a lot from her. Also, she is one of the best DevOps mentors out there, Be sure to check her youtube channel alongside your journey!
-
Bret is one of the best DevOps mentors out there, Be sure to check his youtube channel and excellent examples on Github alongside your journey!
Also, I love his podcast, he invites great guests, and they discuss great topics. So for being always up-to-date and learning much more, listen to it.
-
Jérôme is a DevOps Engineer who has a great repo about container training. In this repo, for a better understanding of some concepts, I used some examples in his repo.
Be sure to check his repo as well.
Give a ⭐️ if this project helped you!