Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

kubernetes â˜ļ

My adventures with Kubernetes.

ðŸ’Ą FYI: "K8s" is short for Kubernetes.

Intro

TLDR: K8s is an orcherstration system for deployment and management of containers (e.g.: Docker).

Terms

  • Kubectl
  • Control Plane
  • Node
  • Node Process
  • Volume
  • Containerized App
  • Pod
  • Deployment
  • Service
  • ReplicaSet
  • IP Address
  • Cluster