Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. Tutorials | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/
    Registered: Mon Jul 07 09:36:12 UTC 2025
    - 450.6K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. Check whether dockershim removal affects you | ...

    The dockershim component of Kubernetes allows the use of Docker as a Kubernetes's container runtime. Kubernetes' built-in dockershim component was removed in release v1.24. This page explains how your cluster could be using Docker as a container runtime, provides details on the role that dockershim plays when in use, and shows steps you can take to check whether any workloads could be affected by dockershim removal. Finding if your app has a dependencies on Docker If you are using Docker for building your application containers, you can still run these containers on any container runtime.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal...
    Registered: Mon Jul 07 09:12:04 UTC 2025
    - 456.4K bytes
    - Viewed (0)
  9. Service Accounts | Kubernetes

    Learn about ServiceAccount objects in Kubernetes.
    kubernetes.io/docs/concepts/security/service-accounts/
    Registered: Mon Jul 07 09:18:14 UTC 2025
    - 467.1K bytes
    - Viewed (0)
  10. Traces For Kubernetes System Components | Kuber...

    FEATURE STATE: Kubernetes v1.27 [beta] System component traces record the latency of and relationships between operations in the cluster. Kubernetes components emit traces using the OpenTelemetry Protocol with the gRPC exporter and can be collected and routed to tracing backends using an OpenTelemetry Collector. Trace Collection Kubernetes components have built-in gRPC exporters for OTLP to export traces, either with an OpenTelemetry Collector, or without an OpenTelemetry Collector. For a complete guide to collecting traces and using the collector, see Getting Started with the OpenTelemetry Collector.
    kubernetes.io/docs/concepts/cluster-administration/system-traces/
    Registered: Mon Jul 07 09:18:59 UTC 2025
    - 459K bytes
    - Viewed (0)
Back to top