Setting Up Kubernetes on Laptop
Part 1:
Click here for details - Basic K8s Setup
In this part, we'll cover:
Configuring 1 control plane node, 3 worker nodes, and 1 or more client nodes using "kubeadm" on Ubuntu VM
Installation using the apt package manager
Deploying a "Hello World" application
Part 2:
Click here for details - Advanced Deployment and Tinkering
We'll dive deeper into:
Deploying a multi-tier, multi-pod application
Experimenting with the setup - intentionally causing failures, debugging, and tweaking
Exploring VM capacities, events, disk pressure, networking failures, and node failures
Part 3:
Click here for details - Network Deep Dive
part-3
Explore Container Network Interface (CNI) using Flannel
Tinker Kubernetes networking