- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 511 - 520 of 699 for host:kubernetes.io (0.08 sec)
-
Node-specific Volume Limits | Kubernetes
This page describes the maximum number of volumes that can be attached to a Node for various cloud providers. Cloud providers like Google, Amazon, and Microsoft typically have a limit on how many volumes can be attached to a Node. It is important for Kubernetes to respect those limits. Otherwise, Pods scheduled on a Node could get stuck waiting for volumes to attach. Kubernetes default limits The Kubernetes scheduler has default limits on the number of volumes that can be attached to a Node:kubernetes.io/docs/concepts/storage/storage-limits/Registered: Mon Sep 08 21:57:18 UTC 2025 - 462.8K bytes - Viewed (0) -
IPv4/IPv6 dual-stack | Kubernetes
Kubernetes lets you configure single-stack IPv4 networking, single-stack IPv6 networking, or dual stack networking with both network families active. This page explains how.kubernetes.io/docs/concepts/services-networking/dual-stack/Registered: Mon Sep 08 21:58:34 UTC 2025 - 495.6K bytes - Viewed (0) -
Dual-stack support with kubeadm | Kubernetes
FEATURE STATE: Kubernetes v1.23 [stable] Your Kubernetes cluster includes dual-stack networking, which means that cluster networking lets you use either address family. In a cluster, the control plane can assign both an IPv4 address and an IPv6 address to a single Pod or a Service. Before you begin You need to have installed the kubeadm tool, following the steps from Installing kubeadm. For each server that you want to use as a node, make sure it allows IPv6 forwarding.kubernetes.io/docs/setup/production-environment/tools/kubeadm/dual-stack-support/Registered: Mon Sep 08 21:49:33 UTC 2025 - 476.2K 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: Mon Sep 08 21:48:39 UTC 2025 - 461.5K bytes - Viewed (0) -
Organizing Cluster Access Using kubeconfig File...
Use kubeconfig files to organize information about clusters, users, namespaces, and authentication mechanisms. The kubectl command-line tool uses kubeconfig files to find the information it needs to choose a cluster and communicate with the API server of a cluster. Note:A file that is used to configure access to clusters is called a kubeconfig file. This is a generic way of referring to configuration files. It does not mean that there is a file named kubeconfig.kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/Registered: Mon Sep 08 21:47:35 UTC 2025 - 468.2K bytes - Viewed (0) -
Owners and Dependents | Kubernetes
In Kubernetes, some objects are owners of other objects. For example, a ReplicaSet is the owner of a set of Pods. These owned objects are dependents of their owner. Ownership is different from the labels and selectors mechanism that some resources also use. For example, consider a Service that creates EndpointSlice objects. The Service uses labels to allow the control plane to determine which EndpointSlice objects are used for that Service.kubernetes.io/docs/concepts/overview/working-with-objects/owners-dependents/Registered: Mon Sep 08 21:50:54 UTC 2025 - 464K bytes - Viewed (0) -
Resource Quotas | Kubernetes
When several users or teams share a cluster with a fixed number of nodes, there is a concern that one team could use more than its fair share of resources. Resource quotas are a tool for administrators to address this concern. A resource quota, defined by a ResourceQuota object, provides constraints that limit aggregate resource consumption per namespace. A ResourceQuota can also limit the quantity of objects that can be created in a namespace by API kind, as well as the total amount of infrastructure resources that may be consumed by API objects found in that namespace.kubernetes.io/docs/concepts/policy/resource-quotas/Registered: Mon Sep 08 22:29:02 UTC 2025 - 546.3K bytes - Viewed (0) -
Node Autoscaling | Kubernetes
Automatically provision and consolidate the Nodes in your cluster to adapt to demand and optimize cost.kubernetes.io/docs/concepts/cluster-administration/node-autoscaling/Registered: Mon Sep 08 22:28:33 UTC 2025 - 472.3K bytes - Viewed (0) -
Configure Minimum and Maximum Memory Constraint...
Define a range of valid memory resource limits for a namespace, so that every new Pod in that namespace falls within the range you configure.kubernetes.io/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace/Registered: Mon Sep 08 22:30:43 UTC 2025 - 487.8K bytes - Viewed (0) -
Configure Default CPU Requests and Limits for a...
Define a default CPU resource limits for a namespace, so that every new Pod in that namespace has a CPU resource limit configured.kubernetes.io/docs/tasks/administer-cluster/manage-resources/cpu-default-namespace/Registered: Mon Sep 08 22:30:36 UTC 2025 - 478.8K bytes - Viewed (0)