Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 251 - 260 of 704 for host:kubernetes.io (0.02 sec)

  1. 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: Mon Nov 17 09:42:43 UTC 2025
    - 470.5K bytes
    - Viewed (0)
  2. Accessing Clusters | Kubernetes

    This topic discusses multiple ways to interact with clusters. Accessing for the first time with kubectl When accessing the Kubernetes API for the first time, we suggest using the Kubernetes CLI, kubectl. To access a cluster, you need to know the location of the cluster and have credentials to access it. Typically, this is automatically set-up when you work through a Getting started guide, or someone else set up the cluster and provided you with credentials and a location.
    kubernetes.io/docs/tasks/access-application-cluster/access-cluster/
    Registered: Mon Nov 17 09:40:40 UTC 2025
    - 476.2K bytes
    - Viewed (0)
  3. Server-Side Apply | Kubernetes

    FEATURE STATE: Kubernetes v1.22 [stable](enabled by default) Kubernetes supports multiple appliers collaborating to manage the fields of a single object. Server-Side Apply provides an optional mechanism for your cluster's control plane to track changes to an object's fields. At the level of a specific resource, Server-Side Apply records and tracks information about control over the fields of that object. Server-Side Apply helps users and controllers manage their resources through declarative configuration.
    kubernetes.io/docs/reference/using-api/server-side-apply/
    Registered: Mon Nov 17 09:55:29 UTC 2025
    - 517.7K bytes
    - Viewed (0)
  4. Exposing an External IP Address to Access an Ap...

    This page shows how to create a Kubernetes Service object that exposes an external IP address. Before you begin Install kubectl. Use a cloud provider like Google Kubernetes Engine or Amazon Web Services to create a Kubernetes cluster. This tutorial creates an external load balancer, which requires a cloud provider. Configure kubectl to communicate with your Kubernetes API server. For instructions, see the documentation for your cloud provider. Objectives Run five instances of a Hello World application.
    kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/
    Registered: Mon Nov 17 09:55:03 UTC 2025
    - 475.3K bytes
    - Viewed (0)
  5. Container Runtime Interface (CRI) | Kubernetes

    The CRI is a plugin interface which enables the kubelet to use a wide variety of container runtimes, without having a need to recompile the cluster components. You need a working container runtime on each Node in your cluster, so that the kubelet can launch Pods and their containers. The Container Runtime Interface (CRI) is the main protocol for the communication between the kubelet and Container Runtime. The Kubernetes Container Runtime Interface (CRI) defines the main gRPC protocol for the communication between the node components kubelet and container runtime.
    kubernetes.io/docs/concepts/architecture/cri/
    Registered: Fri Oct 24 08:58:49 UTC 2025
    - 463K bytes
    - Viewed (0)
  6. kubeadm certs | Kubernetes

    kubeadm certs provides utilities for managing certificates. For more details on how these commands can be used, see Certificate Management with kubeadm. kubeadm certs A collection of operations for operating Kubernetes certificates. overview Synopsis Commands related to handling Kubernetes certificates kubeadm certs [flags] Options -h, --help help for certs Options inherited from parent commands --rootfs string The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-certs/
    Registered: Mon Nov 17 10:00:47 UTC 2025
    - 498.4K bytes
    - Viewed (0)
  7. Node Status | Kubernetes

    The status of a node in Kubernetes is a critical aspect of managing a Kubernetes cluster. In this article, we'll cover the basics of monitoring and maintaining node status to ensure a healthy and stable cluster. Node status fields A Node's status contains the following information: Addresses Conditions Capacity and Allocatable Info You can use kubectl to view a Node's status and other details: kubectl describe node <insert-node-name-here> Each section of the output is described below.
    kubernetes.io/docs/reference/node/node-status/
    Registered: Mon Nov 17 10:02:31 UTC 2025
    - 466.6K bytes
    - Viewed (0)
  8. kubectl annotate | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_annotate/
    Registered: Mon Nov 17 10:03:26 UTC 2025
    - 470.1K bytes
    - Viewed (0)
  9. Kubelet Systemd Watchdog | Kubernetes

    FEATURE STATE: Kubernetes v1.32 [beta](enabled by default) On Linux nodes, Kubernetes 1.34 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: Mon Nov 17 10:04:03 UTC 2025
    - 462.9K bytes
    - Viewed (0)
  10. kubeadm upgrade | Kubernetes

    kubeadm upgrade is a user-friendly command that wraps complex upgrading logic behind one command, with support for both planning an upgrade and actually performing it. kubeadm upgrade guidance The steps for performing an upgrade using kubeadm are outlined in this document. For older versions of kubeadm, please refer to older documentation sets of the Kubernetes website. You can use kubeadm upgrade diff to see the changes that would be applied to static pod manifests.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade/
    Registered: Mon Nov 17 10:04:26 UTC 2025
    - 473.4K bytes
    - Viewed (0)
Back to top