Day18- Kubernetes Resource Quota and Namespace

<p>Welcome to Day 18 of our #30DaysOfKubernetes journey! In the ever-evolving world of Kubernetes, managing resources and namespaces is crucial to keep your applications running smoothly. Today, we delve into the powerful tools at your disposal: Resource Quotas and namespaces.</p> <h1>Namespace</h1> <p>Image taken from&nbsp;<a href="https://stacksimplify.com/azure-aks/azure-kubernetes-service-namespaces-imperative/" rel="noopener ugc nofollow" target="_blank">https://stacksimplify.com/azure-aks/azure-kubernetes-service-namespaces-imperative/</a></p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/0*plAGDfmSJCTyjDyv" style="height:365px; width:700px" /></p> <ul> <li>A namespace is a logical entity that is used to organize the Kubernetes Cluster into virtual sub-clusters.</li> <li>The namespace is used when an organization shares the same Kubernetes cluster for multiple projects.</li> <li>There can be any number of namespaces can be created inside the Kubernetes cluster.</li> <li>Nodes and Kubernetes Volumes do not come under the namespaces and are visible to every namespace.</li> </ul> <p><a href="https://blog.devops.dev/day18-kubernetes-resource-quota-and-namespace-6a21045b0d97"><strong>Learn More</strong></a></p>