Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 704 for host:kubernetes.io (0.06 sec)

  1. Tutorials | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/
    Registered: Wed Nov 05 11:12:51 UTC 2025
    - 463.3K bytes
    - Viewed (0)
  2. Versions in CustomResourceDefinitions | Kubernetes

    This page explains how to add versioning information to CustomResourceDefinitions, to indicate the stability level of your CustomResourceDefinitions or advance your API to a new version with conversion between API representations. It also describes how to upgrade an object from one version to another. 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/extend-kubernetes/custom-resources/custom-resource-definition-versioning/
    Registered: Wed Nov 05 11:12:56 UTC 2025
    - 607.5K bytes
    - Viewed (0)
  3. 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: Wed Nov 05 11:13:41 UTC 2025
    - 463.4K bytes
    - Viewed (0)
  4. Expose Your App Publicly | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/expose/
    Registered: Wed Nov 05 11:14:51 UTC 2025
    - 459.5K bytes
    - Viewed (0)
  5. Manage HugePages | Kubernetes

    Configure and manage huge pages as a schedulable resource in a cluster.
    kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/
    Registered: Wed Nov 05 11:13:33 UTC 2025
    - 471K bytes
    - Viewed (0)
  6. The Kubernetes API | Kubernetes

    The Kubernetes API lets you query and manipulate the state of objects in Kubernetes. The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server.
    kubernetes.io/docs/concepts/overview/kubernetes-api/
    Registered: Wed Nov 05 10:18:24 UTC 2025
    - 478.9K bytes
    - Viewed (0)
  7. 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: Wed Nov 05 10:38:38 UTC 2025
    - 494.4K bytes
    - Viewed (0)
  8. Administration with kubeadm | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/
    Registered: Wed Nov 05 10:38:54 UTC 2025
    - 459.4K bytes
    - Viewed (0)
  9. Resource Bin Packing | Kubernetes

    In the scheduling-plugin NodeResourcesFit of kube-scheduler, there are two scoring strategies that support the bin packing of resources: MostAllocated and RequestedToCapacityRatio. Enabling bin packing using MostAllocated strategy The MostAllocated strategy scores the nodes based on the utilization of resources, favoring the ones with higher allocation. For each resource type, you can set a weight to modify its influence in the node score. To set the MostAllocated strategy for the NodeResourcesFit plugin, use a scheduler configuration similar to the following:
    kubernetes.io/docs/concepts/scheduling-eviction/resource-bin-packing/
    Registered: Wed Nov 05 10:39:01 UTC 2025
    - 479.3K 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: Wed Nov 05 10:38:18 UTC 2025
    - 471K bytes
    - Viewed (0)
Back to top