- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 451 - 460 of 673 for host:kubernetes.io (0.03 sec)
-
Kubernetes API Server Bypass Risks | Kubernetes
Security architecture information relating to the API server and other componentskubernetes.io/docs/concepts/security/api-server-bypass-risks/Registered: Wed Feb 12 05:53:22 UTC 2025 - 435.4K bytes - Viewed (0) -
Ephemeral Containers | Kubernetes
FEATURE STATE: Kubernetes v1.25 [stable] This page provides an overview of ephemeral containers: a special type of container that runs temporarily in an existing Pod to accomplish user-initiated actions such as troubleshooting. You use ephemeral containers to inspect services rather than to build applications. Understanding ephemeral containers Pods are the fundamental building block of Kubernetes applications. Since Pods are intended to be disposable and replaceable, you cannot add a container to a Pod once it has been created.kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/Registered: Wed Feb 12 05:52:45 UTC 2025 - 433K bytes - Viewed (0) -
Assign Extended Resources to a Container | Kube...
FEATURE STATE: Kubernetes v1.32 [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 Feb 12 06:05:21 UTC 2025 - 443K bytes - Viewed (0) -
Set up Konnectivity service | Kubernetes
The Konnectivity service provides a TCP level proxy for the control plane to cluster communication. 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.kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/Registered: Wed Feb 12 06:17:40 UTC 2025 - 473.1K bytes - Viewed (0) -
Taints and Tolerations | Kubernetes
Node affinity is a property of Pods that attracts them to a set of nodes (either as a preference or a hard requirement). Taints are the opposite -- they allow a node to repel a set of pods. Tolerations are applied to pods. Tolerations allow the scheduler to schedule pods with matching taints. Tolerations allow scheduling but don't guarantee scheduling: the scheduler also evaluates other parameters as part of its function.kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/Registered: Wed Feb 12 05:56:00 UTC 2025 - 457.3K 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 Feb 12 06:09:18 UTC 2025 - 441K bytes - Viewed (0) -
Guaranteed Scheduling For Critical Add-On Pods ...
Kubernetes core components such as the API server, scheduler, and controller-manager run on a control plane node. However, add-ons must run on a regular cluster node. Some of these add-ons are critical to a fully functional cluster, such as metrics-server, DNS, and UI. A cluster may stop working properly if a critical add-on is evicted (either manually or as a side effect of another operation like upgrade) and becomes pending (for example when the cluster is highly utilized and either there are other pending pods that schedule into the space vacated by the evicted critical add-on pod or the amount of resources available on the node changed for some other reason).kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/Registered: Wed Feb 12 06:08:15 UTC 2025 - 430.3K bytes - Viewed (0) -
HorizontalPodAutoscaler Walkthrough | Kubernetes
A HorizontalPodAutoscaler (HPA for short) automatically updates a workload resource (such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand. Horizontal scaling means that the response to increased load is to deploy more Pods. This is different from vertical scaling, which for Kubernetes would mean assigning more resources (for example: memory or CPU) to the Pods that are already running for the workload.kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/Registered: Wed Feb 12 06:15:19 UTC 2025 - 488.9K bytes - Viewed (0) -
Manage TLS Certificates in a Cluster | Kubernetes
Kubernetes provides a certificates.k8s.io API, which lets you provision TLS certificates signed by a Certificate Authority (CA) that you control. These CA and certificates can be used by your workloads to establish trust. certificates.k8s.io API uses a protocol that is similar to the ACME draft. Note:Certificates created using the certificates.k8s.io API are signed by a dedicated CA. It is possible to configure your cluster to use the cluster root CA for this purpose, but you should never rely on this.kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/Registered: Wed Feb 12 06:14:52 UTC 2025 - 453.5K bytes - Viewed (0) -
Communicate Between Containers in the Same Pod ...
This page shows how to use a Volume to communicate between two Containers running in the same Pod. See also how to allow processes to communicate by sharing process namespace between containers. 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.kubernetes.io/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/Registered: Wed Feb 12 06:15:33 UTC 2025 - 440.8K bytes - Viewed (0)