- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 341 - 350 of 685 for host:kubernetes.io (0.04 sec)
-
Configure a Pod to Use a PersistentVolume for S...
This page shows you how to configure a Pod to use a PersistentVolumeClaim for storage. Here is a summary of the process: You, as cluster administrator, create a PersistentVolume backed by physical storage. You do not associate the volume with any Pod. You, now taking the role of a developer / cluster user, create a PersistentVolumeClaim that is automatically bound to a suitable PersistentVolume. You create a Pod that uses the above PersistentVolumeClaim for storage.kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/Registered: Wed Apr 16 06:08:11 UTC 2025 - 476.2K bytes - Viewed (0) -
Migrate Replicated Control Plane To Use Cloud C...
The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster. By decoupling the interoperability logic between Kubernetes and the underlying cloud infrastructure, the cloud-controller-manager component enables cloud providers to release features at a different pace compared to the main Kubernetes project.kubernetes.io/docs/tasks/administer-cluster/controller-manager-leader-migration/Registered: Wed Apr 16 06:09:17 UTC 2025 - 456.6K bytes - Viewed (0) -
Using NodeLocal DNSCache in Kubernetes Clusters...
FEATURE STATE: Kubernetes v1.18 [stable] This page provides an overview of NodeLocal DNSCache feature in Kubernetes. 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/nodelocaldns/Registered: Wed Apr 16 06:09:25 UTC 2025 - 444.2K bytes - Viewed (0) -
Troubleshooting kubectl | Kubernetes
This documentation is about investigating and diagnosing kubectl related issues. If you encounter issues accessing kubectl or connecting to your cluster, this document outlines various common scenarios and potential solutions to help identify and address the likely cause. Before you begin You need to have a Kubernetes cluster. You also need to have kubectl installed - see install tools Verify kubectl setup Make sure you have installed and configured kubectl correctly on your local machine.kubernetes.io/docs/tasks/debug/debug-cluster/troubleshoot-kubectl/Registered: Wed Apr 16 06:10:48 UTC 2025 - 442.2K bytes - Viewed (0) -
Configure Quality of Service for Pods | Kubernetes
This page shows how to configure Pods so that they will be assigned particular Quality of Service (QoS) classes. Kubernetes uses QoS classes to make decisions about evicting Pods when Node resources are exceeded. When Kubernetes creates a Pod it assigns one of these QoS classes to the Pod: Guaranteed Burstable BestEffort Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/Registered: Wed Apr 16 06:09:39 UTC 2025 - 467.6K bytes - Viewed (0) -
Tools for Monitoring Resources | Kubernetes
To scale an application and provide a reliable service, you need to understand how the application behaves when it is deployed. You can examine application performance in a Kubernetes cluster by examining the containers, pods, services, and the characteristics of the overall cluster. Kubernetes provides detailed information about an application's resource usage at each of these levels. This information allows you to evaluate your application's performance and where bottlenecks can be removed to improve overall performance.kubernetes.io/docs/tasks/debug/debug-cluster/resource-usage-monitoring/Registered: Wed Apr 16 06:10:25 UTC 2025 - 438.6K bytes - Viewed (0) -
Determine the Reason for Pod Failure | Kubernetes
This page shows how to write and read a Container termination message. Termination messages provide a way for containers to write information about fatal events to a location where it can be easily retrieved and surfaced by tools like dashboards and monitoring software. In most cases, information that you put in a termination message should also be written to the general Kubernetes logs. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/debug/debug-application/determine-reason-pod-failure/Registered: Wed Apr 16 06:11:30 UTC 2025 - 447.8K 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: Wed Apr 16 06:11:17 UTC 2025 - 450K bytes - Viewed (0) -
Ingress Controllers | Kubernetes
In order for an [Ingress](/docs/concepts/services-networking/ingress/) to work in your cluster, there must be an _ingress controller_ running. You need to select at least one ingress controller and make sure it is set up in your cluster. This page lists common ingress controllers that you can deploy.kubernetes.io/docs/concepts/services-networking/ingress-controllers/Registered: Wed Apr 16 05:55:55 UTC 2025 - 443.2K bytes - Viewed (0) -
Disruptions | Kubernetes
This guide is for application owners who want to build highly available applications, and thus need to understand what types of disruptions can happen to Pods. It is also for cluster administrators who want to perform automated cluster actions, like upgrading and autoscaling clusters. Voluntary and involuntary disruptions Pods do not disappear until someone (a person or a controller) destroys them, or there is an unavoidable hardware or system software error.kubernetes.io/docs/concepts/workloads/pods/disruptions/Registered: Wed Apr 16 05:56:20 UTC 2025 - 453.8K bytes - Viewed (0)