Skip to content

REBELinBLUE/kube-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Guide

Attributions

Official Kubernetes Icons / CC-BY 4.0

Other Useful Resources

  • Kubernetes the Hard Way - A tutorial from Kelsey Hightower on bootstraping a cluster completely from scratch without any scripts, very useful if you want to learn exactly how everything fits together.

  • What happens when.... Kubernetes edition - A step by step walkthrough of exactly what happens when you run kubectl run nginx --image=nginx --replicas=3.

  • Kubernetes Tasks - Examples of how to perform individual tasks with Kubernetes.

  • Awesome Kubernetes - Like all other "Awesome" lists but for Kubernetes.

  • Kubernetes on Raspbian - My repository for setting up my homelab cluster consisting of 4 * Raspberry Pi 4.

Kubernetes, So Hot Right Now