- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 631 - 640 of 673 for host:kubernetes.io (0.05 sec)
-
Pod Overhead | Kubernetes
FEATURE STATE: Kubernetes v1.24 [stable] When you run a Pod on a Node, the Pod itself takes an amount of system resources. These resources are additional to the resources needed to run the container(s) inside the Pod. In Kubernetes, Pod Overhead is a way to account for the resources consumed by the Pod infrastructure on top of the container requests & limits. In Kubernetes, the Pod's overhead is set at admission time according to the overhead associated with the Pod's RuntimeClass.kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/Registered: Wed Feb 12 05:51:42 UTC 2025 - 444.2K bytes - Viewed (0) -
Volume Attributes Classes | Kubernetes
FEATURE STATE: Kubernetes v1.31 [beta] (enabled by default: false) This page assumes that you are familiar with StorageClasses, volumes and PersistentVolumes in Kubernetes. A VolumeAttributesClass provides a way for administrators to describe the mutable "classes" of storage they offer. Different classes might map to different quality-of-service levels. Kubernetes itself is un-opinionated about what these classes represent. This is a beta feature and disabled by default. If you want to test the feature whilst it's beta, you need to enable the VolumeAttributesClass feature gate for the kube-controller-manager, kube-scheduler, and the kube-apiserver.kubernetes.io/docs/concepts/storage/volume-attributes-classes/Registered: Wed Feb 12 05:52:21 UTC 2025 - 439.9K bytes - Viewed (0) -
Managing Secrets using Kustomize | Kubernetes
Creating Secret objects using kustomization.yaml file.kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kustomize/Registered: Wed Feb 12 06:11:32 UTC 2025 - 436.9K bytes - Viewed (0) -
Managing Kubernetes Objects Using Imperative Co...
Kubernetes objects can quickly be created, updated, and deleted directly using imperative commands built into the kubectl command-line tool. This document explains how those commands are organized and how to use them to manage live objects. Before you begin Install kubectl. 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/manage-kubernetes-objects/imperative-command/Registered: Wed Feb 12 06:12:01 UTC 2025 - 438.4K bytes - Viewed (0) -
Manage Kubernetes Objects | Kubernetes
Declarative and imperative paradigms for interacting with the Kubernetes API.kubernetes.io/docs/tasks/manage-kubernetes-objects/Registered: Wed Feb 12 06:11:02 UTC 2025 - 427.6K bytes - Viewed (0) -
Extend the Kubernetes API with CustomResourceDe...
This page shows how to install a custom resource into the Kubernetes API by creating a CustomResourceDefinition. 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/extend-kubernetes/custom-resources/custom-resource-definitions/Registered: Wed Feb 12 06:17:34 UTC 2025 - 617.7K bytes - Viewed (0) -
Extending Kubernetes | Kubernetes
Different ways to change the behavior of your Kubernetes cluster.kubernetes.io/docs/concepts/extend-kubernetes/Registered: Wed Feb 12 05:58:37 UTC 2025 - 449.4K bytes - Viewed (0) -
Guide for Running Windows Containers in Kuberne...
This page provides a walkthrough for some steps you can follow to run Windows containers using Kubernetes. The page also highlights some Windows specific functionality within Kubernetes. It is important to note that creating and deploying services and workloads on Kubernetes behaves in much the same way for Linux and Windows containers. The kubectl commands to interface with the cluster are identical. The examples in this page are provided to jumpstart your experience with Windows containers.kubernetes.io/docs/concepts/windows/user-guide/Registered: Wed Feb 12 05:58:41 UTC 2025 - 462K bytes - Viewed (0) -
Network Plugins | Kubernetes
Kubernetes (version 1.3 through to the latest 1.32, and likely onwards) lets you use Container Network Interface (CNI) plugins for cluster networking. You must use a CNI plugin that is compatible with your cluster and that suits your needs. Different plugins are available (both open- and closed- source) in the wider Kubernetes ecosystem. A CNI plugin is required to implement the Kubernetes network model. You must use a CNI plugin that is compatible with the v0.kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/Registered: Wed Feb 12 05:58:45 UTC 2025 - 442K bytes - Viewed (0) -
API-initiated Eviction | Kubernetes
API-initiated eviction is the process by which you use the Eviction API to create an Eviction object that triggers graceful pod termination. You can request eviction by calling the Eviction API directly, or programmatically using a client of the API server, like the kubectl drain command. This creates an Eviction object, which causes the API server to terminate the Pod. API-initiated evictions respect your configured PodDisruptionBudgets and terminationGracePeriodSeconds. Using the API to create an Eviction object for a Pod is like performing a policy-controlled DELETE operation on the Pod.kubernetes.io/docs/concepts/scheduling-eviction/api-eviction/Registered: Wed Feb 12 05:58:50 UTC 2025 - 438.1K bytes - Viewed (0)