👩💻 Join our community of thousands of amazing developers!
This article assumes some basic knowledge of Kubernetes. If you need an introduction to Kubernetes you can look at: Playing with Kubernetes locally with Minikube Introduction to Kubernetes Managing Kubernetes Objects With Yaml Configurations Why do we need to know about requests and limit If we tried to run a pod that requires 8GB of memory in a host that only has 4GB of memory, the host would run out of memory and it would crash. In this article we are going to learn how to specify how much r...