.

Kubernetes


Reading time: less than 1 minute

Kubernetes manages containers on a cluster of nodes (VMs).

  • Control plane (master node)
  • Worker nodes (these actually run containers / pods)

Clients and tools

  • Kubectl
  • Lens (GUI for monitoring Kubernetes)

Useful commands

  • Delete all pods in the current namespace
    • kubectl delete pods --all --grace-period 15
    • This will wait 15 seconds for the pod to terminate and then force it to be deleted.

Citation

If you find this work useful, please cite it as:
@article{yaltirakli,
  title   = "Kubernetes",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2025",
  url     = "https://www.gkbrk.com/kubernetes"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Kubernetes", February, 2025. [Online]. Available: https://www.gkbrk.com/kubernetes. [Accessed Feb. 13, 2025].
APA Style
Yaltirakli, G. (2025, February 13). Kubernetes. https://www.gkbrk.com/kubernetes
Bluebook Style
Gokberk Yaltirakli, Kubernetes, GKBRK.COM (Feb. 13, 2025), https://www.gkbrk.com/kubernetes

Comments

© 2025 Gokberk Yaltirakli