Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 670 for host:kubernetes.io (0.1 sec)

  1. Namespaces | Kubernetes

    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 across namespaces. Namespace-based scoping is applicable only for namespaced objects (e.g. Deployments, Services, etc.) and not for cluster-wide objects (e.g. StorageClass, Nodes, PersistentVolumes, etc.). When to Use Multiple Namespaces Namespaces are intended for use in environments with many users spread across multiple teams, or projects.
    kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
    Registered: Tue Nov 26 03:02:47 UTC 2024
    - 434.7K bytes
    - Viewed (0)
  2. Downward API | Kubernetes

    There are two ways to expose Pod and container fields to a running container: environment variables, and as files that are populated by a special volume type. Together, these two ways of exposing Pod and container fields are called the downward API.
    kubernetes.io/docs/concepts/workloads/pods/downward-api/
    Registered: Tue Nov 26 03:03:14 UTC 2024
    - 429.2K bytes
    - Viewed (0)
  3. Assign Memory Resources to Containers and Pods ...

    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 cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.
    kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/
    Registered: Tue Nov 26 03:33:18 UTC 2024
    - 458.1K bytes
    - Viewed (0)
  4. Use Kube-router for NetworkPolicy | Kubernetes

    This page shows how to use Kube-router for NetworkPolicy. Before you begin You need to have a Kubernetes cluster running. If you do not already have a cluster, you can create one by using any of the cluster installers like Kops, Bootkube, Kubeadm etc. Installing Kube-router addon The Kube-router Addon comes with a Network Policy Controller that watches Kubernetes API server for any NetworkPolicy and pods updated and configures iptables rules and ipsets to allow or block traffic as directed by the policies.
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/kube-router-network-policy/
    Registered: Tue Nov 26 03:35:24 UTC 2024
    - 425.2K bytes
    - Viewed (0)
  5. Autoscale the DNS Service in a Cluster | Kubern...

    This page shows how to enable and configure autoscaling of the DNS service in your Kubernetes cluster. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/administer-cluster/dns-horizontal-autoscaling/
    Registered: Tue Nov 26 03:49:26 UTC 2024
    - 454.8K bytes
    - Viewed (0)
  6. Configure Quotas for API Objects | Kubernetes

    This page shows how to configure quotas for API objects, including PersistentVolumeClaims and Services. A quota restricts the number of objects, of a particular type, that can be created in a namespace. You specify quotas in a ResourceQuota object. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.
    kubernetes.io/docs/tasks/administer-cluster/quota-api-object/
    Registered: Tue Nov 26 03:50:26 UTC 2024
    - 440.9K bytes
    - Viewed (0)
  7. Use Antrea for NetworkPolicy | Kubernetes

    This page shows how to install and use Antrea CNI plugin on Kubernetes. For background on Project Antrea, read the Introduction to Antrea. Before you begin You need to have a Kubernetes cluster. Follow the kubeadm getting started guide to bootstrap one. Deploying Antrea with kubeadm Follow Getting Started guide to deploy Antrea for kubeadm. What's next Once your cluster is running, you can follow the Declare Network Policy to try out Kubernetes NetworkPolicy.
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/antrea-network-policy/
    Registered: Tue Nov 26 03:57:11 UTC 2024
    - 424.3K bytes
    - Viewed (0)
  8. Customizing DNS Service | Kubernetes

    This page explains how to configure your DNS Pod(s) and customize the DNS resolution process in your cluster. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/
    Registered: Tue Nov 26 03:54:22 UTC 2024
    - 439.3K bytes
    - Viewed (0)
  9. Namespaces Walkthrough | Kubernetes

    Kubernetes namespaces help different projects, teams, or customers to share a Kubernetes cluster. It does this by providing the following: A scope for Names. A mechanism to attach authorization and policy to a subsection of the cluster. Use of multiple namespaces is optional. This example demonstrates how to use Kubernetes namespaces to subdivide your cluster. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tasks/administer-cluster/namespaces-walkthrough/
    Registered: Tue Nov 26 03:51:45 UTC 2024
    - 456.4K bytes
    - Viewed (0)
  10. Change the default StorageClass | Kubernetes

    This page shows how to change the default Storage Class that is used to provision volumes for PersistentVolumeClaims that have no special requirements. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/administer-cluster/change-default-storage-class/
    Registered: Tue Nov 26 03:53:44 UTC 2024
    - 429.3K bytes
    - Viewed (0)
Back to top