Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 251 - 260 of 686 for host:kubernetes.io (0.04 sec)

  1. Kubelet Systemd Watchdog | Kubernetes

    FEATURE STATE: Kubernetes v1.32 [beta] (enabled by default: true) On Linux nodes, Kubernetes 1.33 supports integrating with systemd to allow the operating system supervisor to recover a failed kubelet. This integration is not enabled by default. It can be used as an alternative to periodically requesting the kubelet's /healthz endpoint for health checks. If the kubelet does not respond to the watchdog within the timeout period, the watchdog will kill the kubelet.
    kubernetes.io/docs/reference/node/systemd-watchdog/
    Registered: Wed Jun 04 07:16:49 UTC 2025
    - 451K bytes
    - Viewed (0)
  2. Debugging DNS Resolution | Kubernetes

    This page provides hints on diagnosing DNS problems. 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/administer-cluster/dns-debugging-resolution/
    Registered: Wed Jun 04 06:59:11 UTC 2025
    - 469.6K bytes
    - Viewed (0)
  3. Cloud Controller Manager Administration | Kuber...

    FEATURE STATE: Kubernetes v1.11 [beta] Since cloud providers develop and release at a different pace compared to the Kubernetes project, abstracting the provider-specific code to the cloud-controller-manager binary allows cloud vendors to evolve independently from the core Kubernetes code. The cloud-controller-manager can be linked to any cloud provider that satisfies cloudprovider.Interface. For backwards compatibility, the cloud-controller-manager provided in the core Kubernetes project uses the same cloud libraries as kube-controller-manager. Cloud providers already supported in Kubernetes core are expected to use the in-tree cloud-controller-manager to transition out of Kubernetes core.
    kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/
    Registered: Wed Jun 04 06:59:41 UTC 2025
    - 470.3K bytes
    - Viewed (0)
  4. Run a Single-Instance Stateful Application | Ku...

    This page shows you how to run a single-instance stateful application in Kubernetes using a PersistentVolume and a Deployment. The application is MySQL. Objectives Create a PersistentVolume referencing a disk in your environment. Create a MySQL Deployment. Expose MySQL to other pods in the cluster at a known DNS name. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tasks/run-application/run-single-instance-stateful-application/
    Registered: Wed Jun 04 07:00:52 UTC 2025
    - 471.1K bytes
    - Viewed (0)
  5. Determine the Reason for Pod Failure | Kubernetes

    This page shows how to write and read a Container termination message. Termination messages provide a way for containers to write information about fatal events to a location where it can be easily retrieved and surfaced by tools like dashboards and monitoring software. In most cases, information that you put in a termination message should also be written to the general Kubernetes logs. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tasks/debug/debug-application/determine-reason-pod-failure/
    Registered: Wed Jun 04 07:00:01 UTC 2025
    - 461.2K bytes
    - Viewed (0)
  6. Schedule GPUs | Kubernetes

    Configure and schedule GPUs for use as a resource by nodes in a cluster.
    kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/
    Registered: Wed Jun 04 07:10:24 UTC 2025
    - 458.5K bytes
    - Viewed (0)
  7. Security | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/security/
    Registered: Wed Jun 04 07:10:28 UTC 2025
    - 445.4K bytes
    - Viewed (0)
  8. Explore Termination Behavior for Pods And Their...

    Once you connected your Application with Service following steps like those outlined in Connecting Applications with Services, you have a continuously running, replicated application, that is exposed on a network. This tutorial helps you look at the termination flow for Pods and to explore ways to implement graceful connection draining. Termination process for Pods and their endpoints There are often cases when you need to terminate a Pod - be it to upgrade or scale down.
    kubernetes.io/docs/tutorials/services/pods-and-endpoint-termination-flow/
    Registered: Wed Jun 04 07:10:03 UTC 2025
    - 464.4K bytes
    - Viewed (0)
  9. Deploy an App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/
    Registered: Wed Jun 04 07:10:19 UTC 2025
    - 446.4K bytes
    - Viewed (0)
  10. Authenticating | Kubernetes

    This page provides an overview of authentication. Users in Kubernetes All Kubernetes clusters have two categories of users: service accounts managed by Kubernetes, and normal users. It is assumed that a cluster-independent service manages normal users in the following ways: an administrator distributing private keys a user store like Keystone or Google Accounts a file with a list of usernames and passwords In this regard, Kubernetes does not have objects which represent normal user accounts.
    kubernetes.io/docs/reference/access-authn-authz/authentication/
    Registered: Wed Jun 04 07:14:42 UTC 2025
    - 662.8K bytes
    - Viewed (0)
Back to top