Managing Memory Resources in Kubernetes: Requests and Limits
This page shows how to assign a memory request and a memory limit to a Container. A Container is guaranteed to have as much memory as it requests, but is not allowed to use more memory than its limit.
Before You Begin
You need to have a Kubernetes cl...
shriram16.hashnode.dev8 min read