Post

Kubernetes, Pod

βœ… Kubernetes

  • open source system to manage, deploy several containers
  • like an extension of docker compose
  • πŸ‘πŸ» automate container management(deployment, extension, update)
  • πŸ‘πŸ» load balancing

βœ… Pod

  • unit to run one program
  • smallest unit in Kubernetes
  • like container in Docker

  • in Docker, download image to run a container
  • run container based on image
  • in Kubernetes, like docker, run Pod based on image

Screenshot-2025-07-22-at-13-19-25.png

This post is licensed under CC BY 4.0 by the author.