Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 641 - 650 of 699 for host:kubernetes.io (0.09 sec)

  1. Role Based Access Control Good Practices | Kube...

    Principles and practices for good RBAC design for cluster operators.
    kubernetes.io/docs/concepts/security/rbac-good-practices/
    Registered: Mon Sep 08 22:25:45 UTC 2025
    - 468.6K bytes
    - Viewed (0)
  2. API-initiated Eviction | Kubernetes

    API-initiated eviction is the process by which you use the Eviction API to create an Eviction object that triggers graceful pod termination. You can request eviction by calling the Eviction API directly, or programmatically using a client of the API server, like the kubectl drain command. This creates an Eviction object, which causes the API server to terminate the Pod. API-initiated evictions respect your configured PodDisruptionBudgets and terminationGracePeriodSeconds. Using the API to create an Eviction object for a Pod is like performing a policy-controlled DELETE operation on the Pod.
    kubernetes.io/docs/concepts/scheduling-eviction/api-eviction/
    Registered: Mon Sep 08 22:26:35 UTC 2025
    - 466.4K bytes
    - Viewed (0)
  3. Adding Windows worker nodes | Kubernetes

    FEATURE STATE: Kubernetes v1.18 [beta] This page explains how to add Windows worker nodes to a kubeadm cluster. Before you begin A running Windows Server 2022 (or higher) instance with administrative access. A running kubeadm cluster created by kubeadm init and following the steps in the document Creating a cluster with kubeadm. Adding Windows worker nodes Note:To facilitate the addition of Windows worker nodes to a cluster, PowerShell scripts from the repository https://sigs.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes/
    Registered: Mon Sep 08 22:25:27 UTC 2025
    - 468.3K bytes
    - Viewed (0)
  4. Guide for Running Windows Containers in Kuberne...

    This page provides a walkthrough for some steps you can follow to run Windows containers using Kubernetes. The page also highlights some Windows specific functionality within Kubernetes. It is important to note that creating and deploying services and workloads on Kubernetes behaves in much the same way for Linux and Windows containers. The kubectl commands to interface with the cluster are identical. The examples in this page are provided to jumpstart your experience with Windows containers.
    kubernetes.io/docs/concepts/windows/user-guide/
    Registered: Mon Sep 08 22:23:32 UTC 2025
    - 490.7K bytes
    - Viewed (0)
  5. Manage Kubernetes Objects | Kubernetes

    Declarative and imperative paradigms for interacting with the Kubernetes API.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/
    Registered: Mon Sep 08 22:52:01 UTC 2025
    - 456.2K bytes
    - Viewed (0)
  6. Run Applications | Kubernetes

    Run and manage both stateless and stateful applications.
    kubernetes.io/docs/tasks/run-application/
    Registered: Mon Sep 08 22:54:15 UTC 2025
    - 456.4K bytes
    - Viewed (0)
  7. Debug a StatefulSet | Kubernetes

    This task shows you how to debug a StatefulSet. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. You should have a StatefulSet running that you want to investigate. Debugging a StatefulSet In order to list all the pods which belong to a StatefulSet, which have a label app.kubernetes.io/name=MyApp set on them, you can use the following:
    kubernetes.io/docs/tasks/debug/debug-application/debug-statefulset/
    Registered: Mon Sep 08 22:54:27 UTC 2025
    - 458.2K bytes
    - Viewed (0)
  8. Managing Secrets | Kubernetes

    Managing confidential settings data using Secrets.
    kubernetes.io/docs/tasks/configmap-secret/
    Registered: Mon Sep 08 22:52:22 UTC 2025
    - 455.2K bytes
    - Viewed (0)
  9. Reconfiguring a kubeadm cluster | Kubernetes

    kubeadm does not support automated ways of reconfiguring components that were deployed on managed nodes. One way of automating this would be by using a custom operator. To modify the components configuration you must manually edit associated cluster objects and files on disk. This guide shows the correct sequence of steps that need to be performed to achieve kubeadm cluster reconfiguration. Before you begin You need a cluster that was deployed using kubeadm Have administrator credentials (/etc/kubernetes/admin.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-reconfigure/
    Registered: Mon Sep 08 22:20:44 UTC 2025
    - 472K bytes
    - Viewed (0)
  10. Tasks | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/
    Registered: Mon Sep 08 22:20:58 UTC 2025
    - 458.7K bytes
    - Viewed (0)
Back to top