Skip to content

A hands-on implementation of "Kubernetes the Hard Way" with detailed notes, troubleshooting steps, and lessons learned

Notifications You must be signed in to change notification settings

vj-hubs/k8s-by-hand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

k8s-by-hand

ℹ️ This is a learning and implementation guide for Kubernetes the Hard Way using open source virtualization tools (Lima or Multipass)


Project Original Guide Purpose
k8s-by-hand Kubernetes the Hard Way Hands-on with scripts

🚀 Steps

  1. Setting up the VMs
  2. Configure Networking

📁 Project Structure

k8s-by-hand/
├── 1-setting-up-the-VMs/
│   ├── README.md
│   ├── start-all-vms.sh
│   ├── node-0.yaml
│   ├── node-1.yaml
│   ├── server.yaml
│   └── jumpbox.yaml
├── 2-configure-networking/
│   ├── README.md
│   ├── configure-hosts.sh
│   └── generate-machines.sh
└── README.md

About

A hands-on implementation of "Kubernetes the Hard Way" with detailed notes, troubleshooting steps, and lessons learned

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages