“Understanding Resource Requests vs Limits in Kubernetes Containers”
In container, 'Request' resources can't be shared ,but 'limits' resources can be shared.
If container is running, scheduler always guarantee the required 'request' resources, which is necessary for t
notesshyla.hashnode.dev2 min read