Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 706 for host:kubernetes.io (0.03 sec)

  1. Compute, Storage, and Networking Extensions | K...

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/
    Registered: Fri Dec 12 08:17:54 UTC 2025
    - 462.5K bytes
    - Viewed (0)
  2. Assigning Pods to Nodes | Kubernetes

    You can constrain a Pod so that it is restricted to run on particular node(s), or to prefer to run on particular nodes. There are several ways to do this and the recommended approaches all use label selectors to facilitate the selection. Often, you do not need to set any such constraints; the scheduler will automatically do a reasonable placement (for example, spreading your Pods across nodes so as not place Pods on a node with insufficient free resources).
    kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
    Registered: Fri Dec 12 08:17:58 UTC 2025
    - 539.7K bytes
    - Viewed (0)
  3. Cluster Networking | Kubernetes

    Networking is a central part of Kubernetes, but it can be challenging to understand exactly how it is expected to work. There are 4 distinct networking problems to address: Highly-coupled container-to-container communications: this is solved by Pods and localhost communications. Pod-to-Pod communications: this is the primary focus of this document. Pod-to-Service communications: this is covered by Services. External-to-Service communications: this is also covered by Services. Kubernetes is all about sharing machines among applications.
    kubernetes.io/docs/concepts/cluster-administration/networking/
    Registered: Fri Dec 12 08:18:03 UTC 2025
    - 464.5K bytes
    - Viewed (0)
  4. Install a Network Policy Provider | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/
    Registered: Fri Dec 12 08:21:31 UTC 2025
    - 458.2K bytes
    - Viewed (0)
  5. Use Calico for NetworkPolicy | Kubernetes

    This page shows a couple of quick ways to create a Calico cluster on Kubernetes. Before you begin Decide whether you want to deploy a cloud or local cluster. Creating a Calico cluster with Google Kubernetes Engine (GKE) Prerequisite: gcloud. To launch a GKE cluster with Calico, include the --enable-network-policy flag. Syntax gcloud container clusters create [CLUSTER_NAME] --enable-network-policy Example gcloud container clusters create my-calico-cluster --enable-network-policy To verify the deployment, use the following command.
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy/
    Registered: Fri Dec 12 08:16:35 UTC 2025
    - 462.3K bytes
    - Viewed (0)
  6. Romana for NetworkPolicy | Kubernetes

    This page shows how to use Romana for NetworkPolicy. Before you begin Complete steps 1, 2, and 3 of the kubeadm getting started guide. Installing Romana with kubeadm Follow the containerized installation guide for kubeadm. Applying network policies To apply network policies use one of the following: Romana network policies. Example of Romana network policy. The NetworkPolicy API. What's next Once you have installed Romana, you can follow the Declare Network Policy to try out Kubernetes NetworkPolicy.
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/romana-network-policy/
    Registered: Fri Dec 12 08:17:45 UTC 2025
    - 460.2K bytes
    - Viewed (0)
  7. Migrate Replicated Control Plane To Use Cloud C...

    The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster. By decoupling the interoperability logic between Kubernetes and the underlying cloud infrastructure, the cloud-controller-manager component enables cloud providers to release features at a different pace compared to the main Kubernetes project.
    kubernetes.io/docs/tasks/administer-cluster/controller-manager-leader-migration/
    Registered: Fri Dec 12 08:33:00 UTC 2025
    - 482.5K bytes
    - Viewed (0)
  8. Kubernetes API Aggregation Layer | Kubernetes

    The aggregation layer allows Kubernetes to be extended with additional APIs, beyond what is offered by the core Kubernetes APIs. The additional APIs can either be ready-made solutions such as a metrics server, or APIs that you develop yourself. The aggregation layer is different from Custom Resource Definitions, which are a way to make the kube-apiserver recognise new kinds of object. Aggregation layer The aggregation layer runs in-process with the kube-apiserver.
    kubernetes.io/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
    Registered: Fri Dec 12 08:32:25 UTC 2025
    - 462.9K bytes
    - Viewed (0)
  9. Disruptions | Kubernetes

    This guide is for application owners who want to build highly available applications, and thus need to understand what types of disruptions can happen to Pods. It is also for cluster administrators who want to perform automated cluster actions, like upgrading and autoscaling clusters. Voluntary and involuntary disruptions Pods do not disappear until someone (a person or a controller) destroys them, or there is an unavoidable hardware or system software error.
    kubernetes.io/docs/concepts/workloads/pods/disruptions/
    Registered: Fri Dec 12 08:09:42 UTC 2025
    - 479.7K bytes
    - Viewed (0)
  10. Topology Aware Routing | Kubernetes

    _Topology Aware Routing_ provides a mechanism to help keep network traffic within the zone where it originated. Preferring same-zone traffic between Pods in your cluster can help with reliability, performance (network latency and throughput), or cost.
    kubernetes.io/docs/concepts/services-networking/topology-aware-routing/
    Registered: Fri Dec 12 08:10:39 UTC 2025
    - 472.4K bytes
    - Viewed (0)
Back to top