- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 21 - 30 of 669 for host:kubernetes.io (0.03 sec)
-
EndpointSlices | Kubernetes
The EndpointSlice API is the mechanism that Kubernetes uses to let your Service scale to handle large numbers of backends, and allows the cluster to update its list of healthy backends efficiently.kubernetes.io/docs/concepts/services-networking/endpoint-slices/Registered: Fri Nov 15 06:25:51 UTC 2024 - 443K bytes - Viewed (0) -
Mixed Version Proxy | Kubernetes
FEATURE STATE: Kubernetes v1.28 [alpha] (enabled by default: false) Kubernetes 1.31 includes an alpha feature that lets an API Server proxy a resource requests to other peer API servers. This is useful when there are multiple API servers running different versions of Kubernetes in one cluster (for example, during a long-lived rollout to a new release of Kubernetes). This enables cluster administrators to configure highly available clusters that can be upgraded more safely, by directing resource requests (made during the upgrade) to the correct kube-apiserver.kubernetes.io/docs/concepts/architecture/mixed-version-proxy/Registered: Fri Nov 15 06:24:13 UTC 2024 - 434.3K bytes - Viewed (0) -
Kubernetes Components | Kubernetes
An overview of the key components that make up a Kubernetes cluster.kubernetes.io/docs/concepts/overview/components/Registered: Fri Nov 15 06:24:43 UTC 2024 - 429.4K bytes - Viewed (0) -
Assigning Pods to Nodes | Kubernetes
You can constrain a Pod so that it is restricted to run on particular node(s), or to prefer to run on particular nodes. There are several ways to do this and the recommended approaches all use label selectors to facilitate the selection. Often, you do not need to set any such constraints; the scheduler will automatically do a reasonable placement (for example, spreading your Pods across nodes so as not place Pods on a node with insufficient free resources).kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/Registered: Fri Nov 15 06:34:46 UTC 2024 - 501.3K bytes - Viewed (0) -
Installing Addons | Kubernetes
Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Add-ons extend the functionality of Kubernetes. This page lists some of the available add-ons and links to their respective installation instructions. The list does not try to be exhaustive.kubernetes.io/docs/concepts/cluster-administration/addons/Registered: Fri Nov 15 06:34:30 UTC 2024 - 434.9K bytes - Viewed (0) -
Cluster Networking | Kubernetes
Networking is a central part of Kubernetes, but it can be challenging to understand exactly how it is expected to work. There are 4 distinct networking problems to address: Highly-coupled container-to-container communications: this is solved by Pods and localhost communications. Pod-to-Pod communications: this is the primary focus of this document. Pod-to-Service communications: this is covered by Services. External-to-Service communications: this is also covered by Services. Kubernetes is all about sharing machines among applications.kubernetes.io/docs/concepts/cluster-administration/networking/Registered: Fri Nov 15 06:36:30 UTC 2024 - 431.4K bytes - Viewed (0) -
Customizing components with the kubeadm API | K...
This page covers how to customize the components that kubeadm deploys. For control plane components you can use flags in the ClusterConfiguration structure or patches per-node. For the kubelet and kube-proxy you can use KubeletConfiguration and KubeProxyConfiguration, accordingly. All of these options are possible via the kubeadm configuration API. For more details on each field in the configuration you can navigate to our API reference pages. Note:Customizing the CoreDNS deployment of kubeadm is currently not supported.kubernetes.io/docs/setup/production-environment/tools/kubeadm/control-plane-flags/Registered: Fri Nov 15 06:22:43 UTC 2024 - 446.3K bytes - Viewed (0) -
Configure a Security Context for a Pod or Conta...
A security context defines privilege and access control settings for a Pod or Container. Security context settings include, but are not limited to: Discretionary Access Control: Permission to access an object, like a file, is based on user ID (UID) and group ID (GID). Security Enhanced Linux (SELinux): Objects are assigned security labels. Running as privileged or unprivileged. Linux Capabilities: Give a process some privileges, but not all the privileges of the root user.kubernetes.io/docs/tasks/configure-pod-container/security-context/Registered: Fri Nov 15 06:47:51 UTC 2024 - 497.4K bytes - Viewed (0) -
Creating Highly Available Clusters with kubeadm...
This page explains two different approaches to setting up a highly available Kubernetes cluster using kubeadm: With stacked control plane nodes. This approach requires less infrastructure. The etcd members and control plane nodes are co-located. With an external etcd cluster. This approach requires more infrastructure. The control plane nodes and etcd members are separated. Before proceeding, you should carefully consider which approach best meets the needs of your applications and environment.kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/Registered: Fri Nov 15 06:22:47 UTC 2024 - 460.1K bytes - Viewed (0) -
Installing Kubernetes with deployment tools | K...
There are many methods and tools for setting up your own production Kubernetes cluster. For example: kubeadm Cluster API: A Kubernetes sub-project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters. kops: An automated cluster provisioning tool. For tutorials, best practices, configuration options and information on reaching out to the community, please check the kOps website for details. kubespray: A composition of Ansible playbooks, inventory, provisioning tools, and domain knowledge for generic OS/Kubernetes clusters configuration management tasks.kubernetes.io/docs/setup/production-environment/tools/Registered: Fri Nov 15 06:23:32 UTC 2024 - 428.3K bytes - Viewed (0)