- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 431 - 440 of 705 for host:kubernetes.io (0.02 sec)
-
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: Fri Dec 12 08:15:22 UTC 2025 - 470.2K bytes - Viewed (0) -
Policies | Kubernetes
Manage security and best-practices with policies.kubernetes.io/docs/concepts/policy/Registered: Fri Dec 12 08:15:30 UTC 2025 - 463.9K bytes - Viewed (0) -
Sidecar Containers | Kubernetes
FEATURE STATE: Kubernetes v1.33 [stable](enabled by default) Sidecar containers are the secondary containers that run along with the main application container within the same Pod. These containers are used to enhance or to extend the functionality of the primary app container by providing additional services, or functionality such as logging, monitoring, security, or data synchronization, without directly altering the primary application code. Typically, you only have one app container in a Pod.kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/Registered: Fri Dec 12 08:14:53 UTC 2025 - 482.9K bytes - Viewed (0) -
Options for Highly Available Topology | Kubernetes
This page explains the two options for configuring the topology of your highly available (HA) Kubernetes clusters. You can set up an HA cluster: With stacked control plane nodes, where etcd nodes are colocated with control plane nodes With external etcd nodes, where etcd runs on separate nodes from the control plane You should carefully consider the advantages and disadvantages of each topology before setting up an HA cluster.kubernetes.io/docs/setup/production-environment/tools/kubeadm/ha-topology/Registered: Fri Dec 12 08:06:02 UTC 2025 - 463.3K bytes - Viewed (0) -
Communication between Nodes and the Control Pla...
This document catalogs the communication paths between the API server and the Kubernetes cluster. The intent is to allow users to customize their installation to harden the network configuration such that the cluster can be run on an untrusted network (or on fully public IPs on a cloud provider). Node to Control Plane Kubernetes has a "hub-and-spoke" API pattern. All API usage from nodes (or the pods they run) terminates at the API server.kubernetes.io/docs/concepts/architecture/control-plane-node-communication/Registered: Fri Dec 12 08:06:13 UTC 2025 - 469.3K 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: Fri Dec 12 08:04:14 UTC 2025 - 478.1K bytes - Viewed (0) -
Considerations for large clusters | Kubernetes
A cluster is a set of nodes (physical or virtual machines) running Kubernetes agents, managed by the control plane. Kubernetes v1.34 supports clusters with up to 5,000 nodes. More specifically, Kubernetes is designed to accommodate configurations that meet all of the following criteria: No more than 110 pods per node No more than 5,000 nodes No more than 150,000 total pods No more than 300,000 total containers You can scale your cluster by adding or removing nodes.kubernetes.io/docs/setup/best-practices/cluster-large/Registered: Fri Dec 12 08:04:18 UTC 2025 - 467.4K bytes - Viewed (0) -
Nodes | Kubernetes
Kubernetes runs your workload by placing containers into Pods to run on Nodes. A node may be a virtual or physical machine, depending on the cluster. Each node is managed by the control plane and contains the services necessary to run Pods. Typically you have several nodes in a cluster; in a learning or resource-limited environment, you might have only one node. The components on a node include the kubelet, a container runtime, and the kube-proxy.kubernetes.io/docs/concepts/architecture/nodes/Registered: Fri Dec 12 08:04:32 UTC 2025 - 481K 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: Fri Dec 12 08:07:32 UTC 2025 - 465.9K bytes - Viewed (0) -
Concepts | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/Registered: Fri Dec 12 08:07:37 UTC 2025 - 460.6K bytes - Viewed (0)