Getting Started with Managing Resources
Learn why resource management is important.
We'll cover the following...
Why is resource management important?
Without an indication of how much CPU and memory a container needs, Kubernetes has no other option than to treat all containers equally. That often produces a very uneven distribution of resource usage. Asking Kubernetes to schedule containers without resource specifications is like ...