Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 686 for host:kubernetes.io (0.02 sec)

  1. Admission Webhook Good Practices | Kubernetes

    Recommendations for designing and deploying admission webhooks in Kubernetes.
    kubernetes.io/docs/concepts/cluster-administration/admission-webhooks-good-practices/
    Registered: Mon Jul 07 09:14:49 UTC 2025
    - 481.9K bytes
    - Viewed (0)
  2. Administration with kubeadm | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/
    Registered: Mon Jul 07 09:17:20 UTC 2025
    - 447K bytes
    - Viewed (0)
  3. Scheduler Performance Tuning | Kubernetes

    FEATURE STATE: Kubernetes v1.14 [beta] kube-scheduler is the Kubernetes default scheduler. It is responsible for placement of Pods on Nodes in a cluster. Nodes in a cluster that meet the scheduling requirements of a Pod are called feasible Nodes for the Pod. The scheduler finds feasible Nodes for a Pod and then runs a set of functions to score the feasible Nodes, picking a Node with the highest score among the feasible ones to run the Pod.
    kubernetes.io/docs/concepts/scheduling-eviction/scheduler-perf-tuning/
    Registered: Mon Jul 07 09:16:16 UTC 2025
    - 455.9K bytes
    - Viewed (0)
  4. Configure Service Accounts for Pods | Kubernetes

    Kubernetes offers two distinct ways for clients that run within your cluster, or that otherwise have a relationship to your cluster's control plane to authenticate to the API server. A service account provides an identity for processes that run in a Pod, and maps to a ServiceAccount object. When you authenticate to the API server, you identify yourself as a particular user. Kubernetes recognises the concept of a user, however, Kubernetes itself does not have a User API.
    kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
    Registered: Mon Jul 07 09:26:26 UTC 2025
    - 495.2K bytes
    - Viewed (0)
  5. Configure Pod Initialization | Kubernetes

    This page shows how to use an Init Container to initialize a Pod before an application Container runs. 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/configure-pod-container/configure-pod-initialization/
    Registered: Mon Jul 07 09:27:28 UTC 2025
    - 459.9K bytes
    - Viewed (0)
  6. Extend Service IP Ranges | Kubernetes

    FEATURE STATE: Kubernetes v1.33 [stable] (enabled by default: true) This document shares how to extend the existing Service IP range assigned to a 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.
    kubernetes.io/docs/tasks/network/extend-service-ip-ranges/
    Registered: Mon Jul 07 09:35:55 UTC 2025
    - 475.8K bytes
    - Viewed (0)
  7. Tutorials | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/
    Registered: Mon Jul 07 09:36:12 UTC 2025
    - 450.6K bytes
    - Viewed (0)
  8. Configure Certificate Rotation for the Kubelet ...

    This page shows how to enable and configure certificate rotation for the kubelet. FEATURE STATE: Kubernetes v1.19 [stable] Before you begin Kubernetes version 1.8.0 or later is required Overview The kubelet uses certificates for authenticating to the Kubernetes API. By default, these certificates are issued with one year expiration so that they do not need to be renewed too frequently. Kubernetes contains kubelet certificate rotation, that will automatically generate a new key and request a new certificate from the Kubernetes API as the current certificate approaches expiration.
    kubernetes.io/docs/tasks/tls/certificate-rotation/
    Registered: Mon Jul 07 09:36:18 UTC 2025
    - 451K bytes
    - Viewed (0)
  9. Networking | Kubernetes

    Learn how to configure networking for your cluster.
    kubernetes.io/docs/tasks/network/
    Registered: Mon Jul 07 09:36:40 UTC 2025
    - 444.9K bytes
    - Viewed (0)
  10. kubectl create | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/
    Registered: Mon Jul 07 09:57:32 UTC 2025
    - 459.6K bytes
    - Viewed (0)
Back to top