- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 685 for filetype:html (0.03 sec)
-
Enable Or Disable A Kubernetes API | Kubernetes
This page shows how to enable or disable an API version from your cluster's control plane. Specific API versions can be turned on or off by passing --runtime-config=api/<version> as a command line argument to the API server. The values for this argument are a comma-separated list of API versions. Later values override earlier values. The runtime-config command line argument also supports 2 special keys: api/all, representing all known APIs api/legacy, representing only legacy APIs.kubernetes.io/docs/tasks/administer-cluster/enable-disable-api/Registered: Fri Jun 27 06:49:47 UTC 2025 - 448K bytes - Viewed (0) -
Ephemeral Volumes | Kubernetes
This document describes ephemeral volumes in Kubernetes. Familiarity with volumes is suggested, in particular PersistentVolumeClaim and PersistentVolume. Some applications need additional storage but don't care whether that data is stored persistently across restarts. For example, caching services are often limited by memory size and can move infrequently used data into storage that is slower than memory with little impact on overall performance. Other applications expect some read-only input data to be present in files, like configuration data or secret keys.kubernetes.io/docs/concepts/storage/ephemeral-volumes/Registered: Fri Jun 27 06:35:21 UTC 2025 - 468.6K bytes - Viewed (0) -
Topology Aware Routing | Kubernetes
_Topology Aware Routing_ provides a mechanism to help keep network traffic within the zone where it originated. Preferring same-zone traffic between Pods in your cluster can help with reliability, performance (network latency and throughput), or cost.kubernetes.io/docs/concepts/services-networking/topology-aware-routing/Registered: Fri Jun 27 06:34:37 UTC 2025 - 460.6K bytes - Viewed (0) -
Debugging DNS Resolution | Kubernetes
This page provides hints on diagnosing DNS problems. 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/dns-debugging-resolution/Registered: Fri Jun 27 06:52:56 UTC 2025 - 470.5K bytes - Viewed (0) -
Cloud Controller Manager Administration | Kuber...
FEATURE STATE: Kubernetes v1.11 [beta] Since cloud providers develop and release at a different pace compared to the Kubernetes project, abstracting the provider-specific code to the cloud-controller-manager binary allows cloud vendors to evolve independently from the core Kubernetes code. The cloud-controller-manager can be linked to any cloud provider that satisfies cloudprovider.Interface. For backwards compatibility, the cloud-controller-manager provided in the core Kubernetes project uses the same cloud libraries as kube-controller-manager. Cloud providers already supported in Kubernetes core are expected to use the in-tree cloud-controller-manager to transition out of Kubernetes core.kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/Registered: Fri Jun 27 06:52:50 UTC 2025 - 471.2K bytes - Viewed (0) -
Configure a Pod Quota for a Namespace | Kubernetes
Restrict how many Pods you can create within a namespace.kubernetes.io/docs/tasks/administer-cluster/manage-resources/quota-pod-namespace/Registered: Fri Jun 27 06:52:40 UTC 2025 - 462.8K bytes - Viewed (0) -
Configure a Security Context for a Pod or Conta...
A security context defines privilege and access control settings for a Pod or Container. Security context settings include, but are not limited to: Discretionary Access Control: Permission to access an object, like a file, is based on user ID (UID) and group ID (GID). Security Enhanced Linux (SELinux): Objects are assigned security labels. Running as privileged or unprivileged. Linux Capabilities: Give a process some privileges, but not all the privileges of the root user.kubernetes.io/docs/tasks/configure-pod-container/security-context/Registered: Fri Jun 27 06:56:54 UTC 2025 - 527.6K bytes - Viewed (0) -
Create a Windows HostProcess Pod | Kubernetes
FEATURE STATE: Kubernetes v1.26 [stable] Windows HostProcess containers enable you to run containerized workloads on a Windows host. These containers operate as normal processes but have access to the host network namespace, storage, and devices when given the appropriate user privileges. HostProcess containers can be used to deploy network plugins, storage configurations, device plugins, kube-proxy, and other components to Windows nodes without the need for dedicated proxies or the direct installation of host services.kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/Registered: Fri Jun 27 06:56:21 UTC 2025 - 464.4K bytes - Viewed (0) -
Create static Pods | Kubernetes
Static Pods are managed directly by the kubelet daemon on a specific node, without the API server observing them. Unlike Pods that are managed by the control plane (for example, a Deployment); instead, the kubelet watches each static Pod (and restarts it if it fails). Static Pods are always bound to one Kubelet on a specific node. The kubelet automatically tries to create a mirror Pod on the Kubernetes API server for each static Pod.kubernetes.io/docs/tasks/configure-pod-container/static-pod/Registered: Fri Jun 27 06:56:41 UTC 2025 - 469.9K bytes - Viewed (0) -
Troubleshooting Applications | Kubernetes
Debugging common containerized application issues.kubernetes.io/docs/tasks/debug/debug-application/Registered: Fri Jun 27 06:56:58 UTC 2025 - 446.5K bytes - Viewed (0)