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