Skip to content

Hands-on Kubernetes examples from my YouTube series. Covers basics to advanced topics with real manifests, demos, and troubleshooting notes.

Notifications You must be signed in to change notification settings

NikKumar811/kubernetes-basics-to-advanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Basics to Advanced

This repo has all the manifests, notes, and demo files from my Kubernetes YouTube series “Kubernetes Basics to Advanced.”
The idea is simple: everything I show in the videos should be reproducible on your own setup without guesswork.

I’m keeping the examples practical and minimal so you can copy, tweak, and break things as you learn.


What’s Inside

This repo is organised roughly in the same order as the playlist:

  • Pods (with and without YAML)
  • ReplicaSets, Deployments, and rollout demos
  • Services (ClusterIP, NodePort, LoadBalancer)
  • Namespaces
  • Resource requests/limits
  • Quotas and LimitRanges
  • Labels and selectors
  • Taints, tolerations, nodeSelectors, affinities
  • Static Pods, DaemonSets, PriorityClass
  • ConfigMaps & Secrets
  • Probes (liveness, readiness, startup, exec)

Every topic gets its own folder, so you can jump directly to what you’re learning.


How to Use This Repo

  1. Clone it
git clone https://github.com/NikKumar811/kubernetes-basics-to-advanced.git
  1. Pick the topic you’re watching in the playlist.
  2. Apply the manifest or run the commands from the notes.
  3. Compare your output with mine in the video.
  4. Break stuff, fix stuff, repeat.

Requirements

  • A local Kubernetes setup (kind, Minikube, or k3s/rke2)
  • kubectl installed

Playlist Link

You can follow along on YouTube here: https://www.youtube.com/playlist?list=PL-K2rw28HIwZVMo9CtbV0wDu548SN0h9Y

I will update the repo as soon as new videos drop.


Contributions

Not looking for huge PRs right now, but if you spot an error or want to add a small improvement, feel free to open an issue.

About

Hands-on Kubernetes examples from my YouTube series. Covers basics to advanced topics with real manifests, demos, and troubleshooting notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published