Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 723 for host:kubernetes.io (0.03 sec)

  1. Configure Default CPU Requests and Limits for a...

    Define a default CPU resource limits for a namespace, so that every new Pod in that namespace has a CPU resource limit configured.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/cpu-default-namespace/
    Registered: Wed Feb 04 10:13:53 UTC 2026
    - 491.5K bytes
    - Viewed (0)
  2. Upgrading Linux nodes | Kubernetes

    This page explains how to upgrade a Linux Worker Nodes created with kubeadm. Before you begin You need to have shell access to all the nodes, 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. To check the version, enter kubectl version.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-linux-nodes/
    Registered: Wed Feb 04 10:14:25 UTC 2026
    - 479.9K bytes
    - Viewed (0)
  3. Services, Load Balancing, and Networking | Kube...

    Concepts and resources behind networking in Kubernetes.
    kubernetes.io/docs/concepts/services-networking/
    Registered: Wed Feb 04 09:55:58 UTC 2026
    - 478.6K bytes
    - Viewed (0)
  4. Owners and Dependents | Kubernetes

    In Kubernetes, some objects are owners of other objects. For example, a ReplicaSet is the owner of a set of Pods. These owned objects are dependents of their owner. Ownership is different from the labels and selectors mechanism that some resources also use. For example, consider a Service that creates EndpointSlice objects. The Service uses labels to allow the control plane to determine which EndpointSlice objects are used for that Service.
    kubernetes.io/docs/concepts/overview/working-with-objects/owners-dependents/
    Registered: Wed Feb 04 09:52:01 UTC 2026
    - 476.7K bytes
    - Viewed (0)
  5. Storage Versions | Kubernetes

    The Kubernetes API server stores objects, relying on an etcd-compatible backing store (often, the backing storage is etcd itself). Each object is serialized using a particular version of that API type; for example, the v1 representation of a ConfigMap. Kubernetes uses the term storage version to describe how an object is stored in your cluster. The Kubernetes API also relies on automatic conversion; for example, if you have a HorizontalPodAutoscaler, then you can interact with that HorizontalPodAutoscaler using any mix of the v1 and v2 versions of the HorizontalPodAutoscaler API.
    kubernetes.io/docs/concepts/overview/working-with-objects/storage-version/
    Registered: Wed Feb 04 09:52:13 UTC 2026
    - 485.3K bytes
    - Viewed (0)
  6. Running in multiple zones | Kubernetes

    This page describes running Kubernetes across multiple zones. Background Kubernetes is designed so that a single Kubernetes cluster can run across multiple failure zones, typically where these zones fit within a logical grouping called a region. Major cloud providers define a region as a set of failure zones (also called availability zones) that provide a consistent set of features: within a region, each zone offers the same APIs and services.
    kubernetes.io/docs/setup/best-practices/multiple-zones/
    Registered: Wed Feb 04 09:52:32 UTC 2026
    - 478.4K bytes
    - Viewed (0)
  7. Generate Certificates Manually | Kubernetes

    When using client certificate authentication, you can generate certificates manually through easyrsa, openssl or cfssl. easyrsa easyrsa can manually generate certificates for your cluster. Download, unpack, and initialize the patched version of easyrsa3. curl -LO https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz tar xzf easy-rsa.tar.gz cd easy-rsa-master/easyrsa3 ./easyrsa init-pki Generate a new certificate authority (CA). --batch sets automatic mode; --req-cn specifies the Common Name (CN) for the CA's new root certificate. ./easyrsa --batch "--req-cn=${MASTER_IP}@`date +%s`" build-ca nopass Generate server certificate and key.
    kubernetes.io/docs/tasks/administer-cluster/certificates/
    Registered: Wed Feb 04 10:16:14 UTC 2026
    - 495.2K bytes
    - Viewed (0)
  8. Manage Memory, CPU, and API Resources | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/
    Registered: Wed Feb 04 10:16:34 UTC 2026
    - 469.8K bytes
    - Viewed (0)
  9. Weave Net for NetworkPolicy | Kubernetes

    This page shows how to use Weave Net for NetworkPolicy. Before you begin You need to have a Kubernetes cluster. Follow the kubeadm getting started guide to bootstrap one. Install the Weave Net addon Follow the Integrating Kubernetes via the Addon guide. The Weave Net addon for Kubernetes comes with a Network Policy Controller that automatically monitors Kubernetes for any NetworkPolicy annotations on all namespaces and configures iptables rules to allow or block traffic as directed by the policies.
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/weave-network-policy/
    Registered: Wed Feb 04 10:15:47 UTC 2026
    - 472.4K bytes
    - Viewed (0)
  10. Configure Default Memory Requests and Limits fo...

    Define a default memory resource limit for a namespace, so that every new Pod in that namespace has a memory resource limit configured.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/memory-default-namespace/
    Registered: Wed Feb 04 10:16:42 UTC 2026
    - 493.5K bytes
    - Viewed (0)
Back to top