Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 11 - 20 of 630 for host:kubernetes.io (0.02 sec)

  1. Policies | Kubernetes

    Manage security and best-practices with policies.
    kubernetes.io/docs/concepts/policy/
    Registered: Fri May 10 07:27:53 UTC 2024
    - 419.4K bytes
    - Viewed (0)
  2. Node Shutdowns | Kubernetes

    In a Kubernetes cluster, a node can be shutdown in a planned graceful way or unexpectedly because of reasons such as a power outage or something else external. A node shutdown could lead to workload failure if the node is not drained before the shutdown. A node shutdown can be either graceful or non-graceful. Graceful node shutdown FEATURE STATE: Kubernetes v1.21 [beta] The kubelet attempts to detect node system shutdown and terminates pods running on the node.
    kubernetes.io/docs/concepts/cluster-administration/node-shutdown/
    Registered: Fri May 10 07:29:01 UTC 2024
    - 432.9K bytes
    - Viewed (0)
  3. Scheduling, Preemption and Eviction | Kubernetes

    In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that the kubelet can run them. Preemption is the process of terminating Pods with lower Priority so that Pods with higher Priority can schedule on Nodes. Eviction is the process of proactively terminating one or more Pods on resource-starved Nodes.
    kubernetes.io/docs/concepts/scheduling-eviction/
    Registered: Fri May 10 07:29:23 UTC 2024
    - 418.2K bytes
    - Viewed (0)
  4. Pod Security Policies | Kubernetes

    Removed feature PodSecurityPolicy was deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. Instead of using PodSecurityPolicy, you can enforce similar restrictions on Pods using either or both: Pod Security Admission a 3rd party admission plugin, that you deploy and configure yourself For a migration guide, see Migrate from PodSecurityPolicy to the Built-In PodSecurity Admission Controller. For more information on the removal of this API, see PodSecurityPolicy Deprecation: Past, Present, and Future.
    kubernetes.io/docs/concepts/security/pod-security-policy/
    Registered: Fri May 10 07:27:33 UTC 2024
    - 416.7K bytes
    - Viewed (0)
  5. Security Checklist | Kubernetes

    Baseline checklist for ensuring security in Kubernetes clusters.
    kubernetes.io/docs/concepts/security/security-checklist/
    Registered: Fri May 10 07:31:54 UTC 2024
    - 437.8K bytes
    - Viewed (0)
  6. Resource Quotas | Kubernetes

    When several users or teams share a cluster with a fixed number of nodes, there is a concern that one team could use more than its fair share of resources. Resource quotas are a tool for administrators to address this concern. A resource quota, defined by a ResourceQuota object, provides constraints that limit aggregate resource consumption per namespace. It can limit the quantity of objects that can be created in a namespace by type, as well as the total amount of compute resources that may be consumed by resources in that namespace.
    kubernetes.io/docs/concepts/policy/resource-quotas/
    Registered: Fri May 10 07:31:58 UTC 2024
    - 474.8K bytes
    - Viewed (0)
  7. Node-specific Volume Limits | Kubernetes

    This page describes the maximum number of volumes that can be attached to a Node for various cloud providers. Cloud providers like Google, Amazon, and Microsoft typically have a limit on how many volumes can be attached to a Node. It is important for Kubernetes to respect those limits. Otherwise, Pods scheduled on a Node could get stuck waiting for volumes to attach. Kubernetes default limits The Kubernetes scheduler has default limits on the number of volumes that can be attached to a Node:
    kubernetes.io/docs/concepts/storage/storage-limits/
    Registered: Fri May 10 07:32:03 UTC 2024
    - 419.4K bytes
    - Viewed (0)
  8. Configure Pods and Containers | Kubernetes

    Perform common configuration tasks for Pods and containers.
    kubernetes.io/docs/tasks/configure-pod-container/
    Registered: Fri May 10 07:37:51 UTC 2024
    - 417.9K bytes
    - Viewed (0)
  9. Assign Extended Resources to a Container | Kube...

    FEATURE STATE: Kubernetes v1.30 [stable] This page shows how to assign extended resources to a Container. 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/configure-pod-container/extended-resource/
    Registered: Fri May 10 07:38:29 UTC 2024
    - 430.1K bytes
    - Viewed (0)
  10. Generate Certificates Manually | Kubernetes

    When using client certificate authentication, you can generate certificates manually through easyrsa, openssl or cfssl. easyrsa easyrsa can manually generate certificates for your cluster. Download, unpack, and initialize the patched version of easyrsa3. curl -LO https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz tar xzf easy-rsa.tar.gz cd easy-rsa-master/easyrsa3 ./easyrsa init-pki Generate a new certificate authority (CA). --batch sets automatic mode; --req-cn specifies the Common Name (CN) for the CA's new root certificate. ./easyrsa --batch "--req-cn=${MASTER_IP}@`date +%s`" build-ca nopass Generate server certificate and key.
    kubernetes.io/docs/tasks/administer-cluster/certificates/
    Registered: Fri May 10 07:36:43 UTC 2024
    - 441.8K bytes
    - Viewed (0)
Back to top