About 12,500 results
Open links in new tab
  1. Namespaces - Kubernetes

    Sep 3, 2024 · In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not …

  2. Namespaces Walkthrough - Kubernetes

    Oct 19, 2024 · A Kubernetes namespace provides the scope for Pods, Services, and Deployments in the cluster. Users interacting with one namespace do not see the content in …

  3. Share a Cluster with Namespaces - Kubernetes

    Aug 1, 2023 · A Kubernetes namespace provides the scope for Pods, Services, and Deployments in the cluster. Users interacting with one namespace do not see the content in another …

  4. Kubernetes v1.33: User Namespaces enabled by default!

    Apr 25, 2025 · In this blog post we answer some common questions about user namespaces. But, before we dive into that, let's recap what user namespaces are and why they are important.

  5. kubectl get - Kubernetes

    Dec 21, 2025 · If the desired resource type is namespaced you will only see results in the current namespace if you don't specify any namespace. By specifying the output as 'template' and …

  6. kubectl create namespace - Kubernetes

    Dec 21, 2025 · This page is automatically generated. If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need to happen …

  7. kubectl Quick Reference - Kubernetes

    Nov 20, 2025 · This page contains a list of commonly used kubectl commands and flags. Note:These instructions are for Kubernetes v1.35. To check the version, use the kubectl …

  8. Configure Memory and CPU Quotas for a Namespace - Kubernetes

    Oct 30, 2024 · This page shows how to set quotas for the total amount memory and CPU that can be used by all Pods running in a namespace. You specify quotas in a ResourceQuota object.

  9. Network Policies | Kubernetes

    Apr 1, 2024 · The Kubernetes control plane sets an immutable label kubernetes.io/metadata.name on all namespaces, the value of the label is the namespace …

  10. Cluster Architecture - Kubernetes

    Nov 16, 2025 · Addons use Kubernetes resources (DaemonSet, Deployment, etc) to implement cluster features. Because these are providing cluster-level features, namespaced resources …