- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 471 - 480 of 686 for host:kubernetes.io (0.04 sec)
-
Configure Default Memory Requests and Limits fo...
Define a default memory resource limit for a namespace, so that every new Pod in that namespace has a memory resource limit configured.kubernetes.io/docs/tasks/administer-cluster/manage-resources/memory-default-namespace/Registered: Wed Jun 04 06:50:28 UTC 2025 - 470.1K bytes - Viewed (0) -
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: Wed Jun 04 06:49:03 UTC 2025 - 471.8K bytes - Viewed (0) -
Node Autoscaling | Kubernetes
Automatically provision and consolidate the Nodes in your cluster to adapt to demand and optimize cost.kubernetes.io/docs/concepts/cluster-administration/node-autoscaling/Registered: Wed Jun 04 06:49:16 UTC 2025 - 461.7K bytes - Viewed (0) -
IP Masquerade Agent User Guide | Kubernetes
This page shows how to configure and enable the ip-masq-agent. 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/ip-masq-agent/Registered: Wed Jun 04 06:54:18 UTC 2025 - 457K bytes - Viewed (0) -
Configure Pods and Containers | Kubernetes
Perform common configuration tasks for Pods and containers.kubernetes.io/docs/tasks/configure-pod-container/Registered: Wed Jun 04 06:54:39 UTC 2025 - 449.7K bytes - Viewed (0) -
Using sysctls in a Kubernetes Cluster | Kubernetes
FEATURE STATE: Kubernetes v1.21 [stable] This document describes how to configure and use kernel parameters within a Kubernetes cluster using the sysctl interface. Note:Starting from Kubernetes version 1.23, the kubelet supports the use of either / or . as separators for sysctl names. Starting from Kubernetes version 1.25, setting Sysctls for a Pod supports setting sysctls with slashes. For example, you can represent the same sysctl name as kernel.shm_rmid_forced using a period as the separator, or as kernel/shm_rmid_forced using a slash as a separator.kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/Registered: Wed Jun 04 06:53:48 UTC 2025 - 459K bytes - Viewed (0) -
Switching from Polling to CRI Event-based Updat...
FEATURE STATE: Kubernetes v1.26 [alpha] (enabled by default: false) This page shows how to migrate nodes to use event based updates for container status. The event-based implementation reduces node resource consumption by the kubelet, compared to the legacy approach that relies on polling. You may know this feature as evented Pod lifecycle event generator (PLEG). That's the name used internally within the Kubernetes project for a key implementation detail.kubernetes.io/docs/tasks/administer-cluster/switch-to-evented-pleg/Registered: Wed Jun 04 06:54:22 UTC 2025 - 452.3K bytes - Viewed (0) -
Assign Extended Resources to a Container | Kube...
FEATURE STATE: Kubernetes v1.33 [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: Wed Jun 04 06:55:26 UTC 2025 - 461K bytes - Viewed (0) -
Enforce Pod Security Standards with Namespace L...
Namespaces can be labeled to enforce the Pod Security Standards. The three policies privileged, baseline and restricted broadly cover the security spectrum and are implemented by the Pod Security admission controller. Before you begin Pod Security Admission was available by default in Kubernetes v1.23, as a beta. From version 1.25 onwards, Pod Security Admission is generally available. To check the version, enter kubectl version. Requiring the baseline Pod Security Standard with namespace labels This manifest defines a Namespace my-baseline-namespace that:kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-namespace-labels/Registered: Wed Jun 04 06:55:40 UTC 2025 - 455.1K bytes - Viewed (0) -
Communication between Nodes and the Control Pla...
This document catalogs the communication paths between the API server and the Kubernetes cluster. The intent is to allow users to customize their installation to harden the network configuration such that the cluster can be run on an untrusted network (or on fully public IPs on a cloud provider). Node to Control Plane Kubernetes has a "hub-and-spoke" API pattern. All API usage from nodes (or the pods they run) terminates at the API server.kubernetes.io/docs/concepts/architecture/control-plane-node-communication/Registered: Wed Jun 04 06:33:55 UTC 2025 - 456.8K bytes - Viewed (0)