- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 686 for host:kubernetes.io (0.07 sec)
-
Server-Side Apply | Kubernetes
FEATURE STATE: Kubernetes v1.22 [stable] (enabled by default: true) Kubernetes supports multiple appliers collaborating to manage the fields of a single object. Server-Side Apply provides an optional mechanism for your cluster's control plane to track changes to an object's fields. At the level of a specific resource, Server-Side Apply records and tracks information about control over the fields of that object. Server-Side Apply helps users and controllers manage their resources through declarative configuration.kubernetes.io/docs/reference/using-api/server-side-apply/Registered: Wed Jun 04 07:13:58 UTC 2025 - 505.8K bytes - Viewed (0) -
Kubernetes Deprecation Policy | Kubernetes
This document details the deprecation policy for various facets of the system. Kubernetes is a large system with many components and many contributors. As with any such software, the feature set naturally evolves over time, and sometimes a feature may need to be removed. This could include an API, a flag, or even an entire feature. To avoid breaking existing users, Kubernetes follows a deprecation policy for aspects of the system that are slated to be removed.kubernetes.io/docs/reference/using-api/deprecation-policy/Registered: Wed Jun 04 07:14:11 UTC 2025 - 467.6K bytes - Viewed (0) -
Expose Pod Information to Containers Through En...
This page shows how a Pod can use environment variables to expose information about itself to containers running in the Pod, using the downward API. You can use environment variables to expose Pod fields, container fields, or both. In Kubernetes, there are two ways to expose Pod and container fields to a running container: Environment variables, as explained in this task Volume files Together, these two ways of exposing Pod and container fields are called the downward API.kubernetes.io/docs/tasks/inject-data-application/environment-variable-expose-pod-information/Registered: Wed Jun 04 07:05:14 UTC 2025 - 473.5K 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 Jun 04 07:04:53 UTC 2025 - 455.6K bytes - Viewed (0) -
Perform a Rollback on a DaemonSet | Kubernetes
This page shows how to perform a rollback on a DaemonSet. 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/manage-daemon/rollback-daemon-set/Registered: Wed Jun 04 07:05:33 UTC 2025 - 453.6K bytes - Viewed (0) -
Extend kubectl with plugins | Kubernetes
Extend kubectl by creating and installing kubectl plugins.kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/Registered: Wed Jun 04 07:11:40 UTC 2025 - 467.9K bytes - Viewed (0) -
StatefulSet Basics | Kubernetes
This tutorial provides an introduction to managing applications with StatefulSets. It demonstrates how to create, delete, scale, and update the Pods of StatefulSets. Before you begin Before you begin this tutorial, you should familiarize yourself with the following Kubernetes concepts: Pods Cluster DNS Headless Services PersistentVolumes PersistentVolume Provisioning The kubectl command line tool You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/Registered: Wed Jun 04 07:12:32 UTC 2025 - 541.7K 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 Jun 04 06:53:42 UTC 2025 - 457.6K bytes - Viewed (0) -
Utilizing the NUMA-aware Memory Manager | Kuber...
FEATURE STATE: Kubernetes v1.32 [stable] (enabled by default: true) The Kubernetes Memory Manager enables the feature of guaranteed memory (and hugepages) allocation for pods in the Guaranteed QoS class. The Memory Manager employs hint generation protocol to yield the most suitable NUMA affinity for a pod. The Memory Manager feeds the central manager (Topology Manager) with these affinity hints. Based on both the hints and Topology Manager policy, the pod is rejected or admitted to the node.kubernetes.io/docs/tasks/administer-cluster/memory-manager/Registered: Wed Jun 04 06:53:52 UTC 2025 - 487.3K bytes - Viewed (0) -
Running Kubernetes Node Components as a Non-roo...
FEATURE STATE: Kubernetes v1.22 [alpha] This document describes how to run Kubernetes Node components such as kubelet, CRI, OCI, and CNI without root privileges, by using a user namespace. This technique is also known as rootless mode. Note:This document describes how to run Kubernetes Node components (and hence pods) as a non-root user. If you are just looking for how to run a pod as a non-root user, see SecurityContext.kubernetes.io/docs/tasks/administer-cluster/kubelet-in-userns/Registered: Wed Jun 04 06:54:28 UTC 2025 - 468.6K bytes - Viewed (0)