kube-guide icon indicating copy to clipboard operation
kube-guide copied to clipboard

A getting started guide for Kubernetes.

Kubernetes Guide

  • Introduction
  • Resource Types
  • Step by Step Tutorial
  • Extended Tutorial
  • Debugging
  • Logging, Metrics and Monitoring
  • Useful Tools
  • Full Table of Contents

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