Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 451 - 460 of 699 for host:kubernetes.io (0.06 sec)

  1. Networking Reference | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/networking/
    Registered: Mon Sep 08 23:50:42 UTC 2025
    - 454.3K bytes
    - Viewed (0)
  2. kubectl apply view-last-applied | Kubernetes

    Synopsis View the latest last-applied-configuration annotations by type/name or file. The default output will be printed to stdout in YAML format. You can use the -o option to change the output format. kubectl apply view-last-applied (TYPE [NAME | -l label] | TYPE/NAME | -f FILENAME) Examples # View the last-applied-configuration annotations by type/name in YAML kubectl apply view-last-applied deployment/nginx # View the last-applied-configuration annotations by file in JSON kubectl apply view-last-applied -f deploy.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_view-last-applied/
    Registered: Mon Sep 08 23:48:39 UTC 2025
    - 465K bytes
    - Viewed (0)
  3. kubeadm kubeconfig | Kubernetes

    kubeadm kubeconfig provides utilities for managing kubeconfig files. For examples on how to use kubeadm kubeconfig user see Generating kubeconfig files for additional users. kubeadm kubeconfig overview Synopsis Kubeconfig file utilities. Options -h, --help help for kubeconfig Options inherited from parent commands --rootfs string The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path. kubeadm kubeconfig user This command can be used to output a kubeconfig file for an additional user.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-kubeconfig/
    Registered: Mon Sep 08 23:49:18 UTC 2025
    - 460.3K bytes
    - Viewed (0)
  4. Considerations for large clusters | Kubernetes

    A cluster is a set of nodes (physical or virtual machines) running Kubernetes agents, managed by the control plane. Kubernetes v1.34 supports clusters with up to 5,000 nodes. More specifically, Kubernetes is designed to accommodate configurations that meet all of the following criteria: No more than 110 pods per node No more than 5,000 nodes No more than 150,000 total pods No more than 300,000 total containers You can scale your cluster by adding or removing nodes.
    kubernetes.io/docs/setup/best-practices/cluster-large/
    Registered: Mon Sep 08 21:53:26 UTC 2025
    - 465.3K bytes
    - Viewed (0)
  5. ReplicaSet | Kubernetes

    A ReplicaSet's purpose is to maintain a stable set of replica Pods running at any given time. Usually, you define a Deployment and let that Deployment manage ReplicaSets automatically.
    kubernetes.io/docs/concepts/workloads/controllers/replicaset/
    Registered: Mon Sep 08 21:52:36 UTC 2025
    - 499.1K bytes
    - Viewed (0)
  6. Concepts | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/
    Registered: Mon Sep 08 21:52:13 UTC 2025
    - 458.7K bytes
    - Viewed (0)
  7. Cloud Controller Manager | Kubernetes

    FEATURE STATE: Kubernetes v1.11 [beta] Cloud infrastructure technologies let you run Kubernetes on public, private, and hybrid clouds. Kubernetes believes in automated, API-driven infrastructure without tight coupling between components. 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.
    kubernetes.io/docs/concepts/architecture/cloud-controller/
    Registered: Mon Sep 08 21:46:13 UTC 2025
    - 475.1K bytes
    - Viewed (0)
  8. Available Documentation Versions | Kubernetes

    This website contains documentation for the current version of Kubernetes and the four previous versions of Kubernetes. The availability of documentation for a Kubernetes version is separate from whether that release is currently supported. Read Support period to learn about which versions of Kubernetes are officially supported, and for how long.
    kubernetes.io/docs/home/supported-doc-versions/
    Registered: Mon Sep 08 21:45:16 UTC 2025
    - 458.8K bytes
    - Viewed (0)
  9. Nodes | Kubernetes

    Kubernetes runs your workload by placing containers into Pods to run on Nodes. A node may be a virtual or physical machine, depending on the cluster. Each node is managed by the control plane and contains the services necessary to run Pods. Typically you have several nodes in a cluster; in a learning or resource-limited environment, you might have only one node. The components on a node include the kubelet, a container runtime, and the kube-proxy.
    kubernetes.io/docs/concepts/architecture/nodes/
    Registered: Mon Sep 08 22:05:55 UTC 2025
    - 479K bytes
    - Viewed (0)
  10. 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: Mon Sep 08 22:04:53 UTC 2025
    - 465.6K bytes
    - Viewed (0)
Back to top