Skip to content

Instantly share code, notes, and snippets.

View n0bility6's full-sized avatar

Rey Escasa n0bility6

View GitHub Profile

Resource Allocation,Scaling in Kubernetes

Namespace limits

When you decide to segregate your cluster in namespaces, you should protect against misuses in resources.

You shouldn't allow your user to use more resources than what you agreed in advance.

Cluster administrators can set constraints to limit the number of objects or amount of computing resources that are used in your project with quotas and limit ranges.