Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 720 for host:kubernetes.io (0.07 sec)

  1. Find Out What Container Runtime is Used on a No...

    This page outlines steps to find out what container runtime the nodes in your cluster use. Depending on the way you run your cluster, the container runtime for the nodes may have been pre-configured or you need to configure it. If you're using a managed Kubernetes service, there might be vendor-specific ways to check what container runtime is configured for the nodes. The method described on this page should work whenever the execution of kubectl is allowed.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use/
    Registered: Fri Dec 26 07:06:45 UTC 2025
    - 472.1K bytes
    - Viewed (0)
  2. Node Declared Features | Kubernetes

    FEATURE STATE: Kubernetes v1.35 [alpha](disabled by default) Kubernetes nodes use declared features to report the availability of specific features that are new or feature-gated. Control plane components utilize this information to make better decisions. The kube-scheduler, via the NodeDeclaredFeatures plugin, ensures pods are only placed on nodes that explicitly support the features the pod requires. Additionally, the NodeDeclaredFeatureValidator admission controller validates pod updates against a node's declared features. This mechanism helps manage version skew and improve cluster stability, especially during cluster upgrades or in mixed-version environments where nodes might not all have the same features enabled.
    kubernetes.io/docs/concepts/scheduling-eviction/node-declared-features/
    Registered: Fri Dec 26 07:07:27 UTC 2025
    - 471.3K bytes
    - Viewed (0)
  3. Overview | Kubernetes

    Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services that facilitate both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available.
    kubernetes.io/docs/concepts/overview/
    Registered: Fri Dec 26 06:49:28 UTC 2025
    - 477.9K bytes
    - Viewed (0)
  4. Object Names and IDs | Kubernetes

    Each object in your cluster has a Name that is unique for that type of resource. Every Kubernetes object also has a UID that is unique across your whole cluster. For example, you can only have one Pod named myapp-1234 within the same namespace, but you can have one Pod and one Deployment that are each named myapp-1234. For non-unique user-provided attributes, Kubernetes provides labels and annotations. Names A client-provided string that refers to an object in a resource URL, such as /api/v1/pods/some-name.
    kubernetes.io/docs/concepts/overview/working-with-objects/names/
    Registered: Fri Dec 26 06:49:32 UTC 2025
    - 476.3K bytes
    - Viewed (0)
  5. PKI certificates and requirements | Kubernetes

    Kubernetes requires PKI certificates for authentication over TLS. If you install Kubernetes with kubeadm, the certificates that your cluster requires are automatically generated. You can also generate your own certificates -- for example, to keep your private keys more secure by not storing them on the API server. This page explains the certificates that your cluster requires. How certificates are used by your cluster Kubernetes requires PKI for the following operations:
    kubernetes.io/docs/setup/best-practices/certificates/
    Registered: Fri Dec 26 06:49:37 UTC 2025
    - 484.1K bytes
    - Viewed (0)
  6. Objects In Kubernetes | Kubernetes

    Kubernetes objects are persistent entities in the Kubernetes system. Kubernetes uses these entities to represent the state of your cluster. Learn about the Kubernetes object model and how to work with these objects.
    kubernetes.io/docs/concepts/overview/working-with-objects/
    Registered: Fri Dec 26 06:49:41 UTC 2025
    - 483.2K bytes
    - Viewed (0)
  7. Field Selectors | Kubernetes

    Field selectors let you select Kubernetes objects based on the value of one or more resource fields. Here are some examples of field selector queries: metadata.name=my-service metadata.namespace!=default status.phase=Pending This kubectl command selects all Pods for which the value of the status.phase field is Running: kubectl get pods --field-selector status.phase=Running Note:Field selectors are essentially resource filters. By default, no selectors/filters are applied, meaning that all resources of the specified type are selected.
    kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/
    Registered: Fri Dec 26 06:49:50 UTC 2025
    - 475.8K bytes
    - Viewed (0)
  8. 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: Fri Dec 26 06:54:28 UTC 2025
    - 486.3K bytes
    - Viewed (0)
  9. Gateway API | Kubernetes

    Gateway API is a family of API kinds that provide dynamic infrastructure provisioning and advanced traffic routing.
    kubernetes.io/docs/concepts/services-networking/gateway/
    Registered: Fri Dec 26 06:54:38 UTC 2025
    - 490.1K bytes
    - Viewed (0)
  10. Automatic Cleanup for Finished Jobs | Kubernetes

    A time-to-live mechanism to clean up old Jobs that have finished execution.
    kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/
    Registered: Fri Dec 26 06:53:46 UTC 2025
    - 470.9K bytes
    - Viewed (0)
Back to top