Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 560 for host:kubernetes.io (0.02 sec)

  1. Pod Security Admission | Kubernetes

    An overview of the Pod Security Admission Controller, which can enforce the Pod Security Standards.
    kubernetes.io/docs/concepts/security/pod-security-admission/
    Registered: Mon Oct 06 06:59:12 UTC 2025
    - 469.9K bytes
    - Viewed (0)
  2. Administration with kubeadm | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/
    Registered: Mon Oct 06 07:10:32 UTC 2025
    - 458.9K bytes
    - Viewed (0)
  3. Metrics for Kubernetes Object States | Kubernetes

    kube-state-metrics, an add-on agent to generate and expose cluster-level metrics.
    kubernetes.io/docs/concepts/cluster-administration/kube-state-metrics/
    Registered: Mon Oct 06 07:08:57 UTC 2025
    - 463K bytes
    - Viewed (0)
  4. 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 Oct 06 07:09:46 UTC 2025
    - 468.3K bytes
    - Viewed (0)
  5. 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: Mon Oct 06 07:09:40 UTC 2025
    - 464.1K bytes
    - Viewed (0)
  6. Turnkey Cloud Solutions | Kubernetes

    This page provides a list of Kubernetes certified solution providers. From each provider page, you can learn how to install and setup production ready clusters.
    kubernetes.io/docs/setup/production-environment/turnkey-solutions/
    Registered: Mon Oct 06 06:53:40 UTC 2025
    - 460K bytes
    - Viewed (0)
  7. Overview | Kubernetes

    Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services, that facilitates 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: Mon Oct 06 06:55:31 UTC 2025
    - 469.9K bytes
    - Viewed (0)
  8. 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: Mon Oct 06 06:55:35 UTC 2025
    - 474.9K bytes
    - Viewed (0)
  9. 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: Mon Oct 06 06:57:18 UTC 2025
    - 468.3K bytes
    - Viewed (0)
  10. Production environment | Kubernetes

    Create a production-quality Kubernetes cluster
    kubernetes.io/docs/setup/production-environment/
    Registered: Mon Oct 06 06:57:22 UTC 2025
    - 477.9K bytes
    - Viewed (0)
Back to top