Kubernetes Learning Resources

Kubernetes Learning Resources

I started my kubernetes journey when Google Cloud announced GKE in 2014 November. Till today I keep learning new things on Kubernetes and it will never stop due to added features and fast major releases.

On this page, I will keep updating the best Kubernetes resources for learning.

Kubernetes Learning Path

Well-curated learning path to master Kubernetes

  1. Kubernetes Learning Roadmap (Blog)
  2. Kubernetes Learning Roadmap (Github Repo)

Kubernetes Hands-On Guides

  1. Kubernetes Beginner Tutorials: List of hands-on Kubernetes tutorials for beginners.
  2. Official Kubernetes Tasks: List of official kubernetes hands-on tutorials.
  3. Free Kubernetes Course: A work-in-progress Kubernetes course where the core concepts are converted in-depth with practical examples.

Kubernetes GitHub Resources

  1. Vagrant Kubernetes Setup: Automated Kubernetes local cluster setup using Vagrant for Kubernetes certification preparation and learning.
  2. Kubeadm Setup Scripts: Shell script to automate kubeadm setup. (Current version is 1.27)
  3. Kubernetes Certification Guide: Free CKA, CKAD, and CKS certification guide repo (Work in progress)

Kubernetes Certification Resources

  1. CKA Guide: Curated list of resources for the Certified Kubernetes Administrator (CKA) exam
  2. CKAD Guide: Curated list of resources for the Certified Kubernetes Developer exam
  3. CKS Guide: Curated list of resources for the Certified Kubernetes Security Specialist (CKS) exam.

Note: If you are registering for Kubernetes certification exams, make use of code DCUBE20 to save 25% at kube.promo/devops

Learn Kubernetes Production Best Practices

  1. Production Readiness ChecklistBlog
  2. Learn About 12 Factor Apps Official Guide
  3. Scheduling 300,000 Kubernetes Pods in Production Daily Video
  4. Recycling Kubernetes Nodes – YelpBlog
  5. Kubernetes Failure Stories: To learn about Kubernetes mistakes made by others so you don’t repeat them.

Real-World Kubernetes Case Studies

If you do not have real-world Kubernetes experience, it is better to read case studies of other companies using kubernetes.

  1. List of Kubernetes User Case StudiesOfficial Case Studies
  2. How OpenAI Scaled Kubernetes to 7,500 NodesBlog
  3. Testing 500 Pods Per NodeBlog
  4. Dynamic Kubernetes Cluster Scaling at AirbnbBlog
  5. Scaling 100 to 10,000 pods on Amazon EKSBlog
  6. Kubernetes Infrastructure At MediumBlog

Kubernetes Release Information

It’s very important to keep track of features getting added to Kubernetes. In 2023, there were two major releases with several enhancements and features.

  1. Kubernetes 1.28 Release Blog (Official)
  2. Kubernetes Releases: To keep track of the latest releases and changelog.

Kubernetes Email Newsletter

Get all my kubernetes learning tutorials, short posts, and tips in email.

Leave a Reply

Your email address will not be published. Required fields are marked *

You May Also Like