- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4961 - 4970 of about 10,000 for content_length:[100000 TO 499999] (0.15 sec)
-
Cloud Controller Manager | Kubernetes
FEATURE STATE: Kubernetes v1.11 [beta] Cloud infrastructure technologies let you run Kubernetes on public, private, and hybrid clouds. Kubernetes believes in automated, API-driven infrastructure without tight coupling between components. The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster.kubernetes.io/docs/concepts/architecture/cloud-controller/Registered: Fri Nov 15 06:23:57 UTC 2024 - 444.8K 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 Nov 15 06:23:46 UTC 2024 - 436.1K 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 Nov 15 06:23:36 UTC 2024 - 429.8K bytes - Viewed (0) -
Manage Memory, CPU, and API Resources | Kubernetes
Manage Memory, CPU, and API Resources Configure Default Memory Requests and Limits for a Namespace Define a default m...kubernetes.io/docs/tasks/administer-cluster/manage-resources/Registered: Fri Nov 15 06:40:50 UTC 2024 - 424.9K bytes - Viewed (0) -
Git - git-fetch Documentation
Français ▾ English Français Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugreport Credential he...git-scm.com/docs/git-fetch/frRegistered: Fri Nov 15 06:41:53 UTC 2024 - Last Modified: Fri Nov 15 04:41:02 UTC 2024 - 116.7K 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: Fri Nov 15 06:40:57 UTC 2024 - 455.4K bytes - Viewed (0) -
Upgrading Linux nodes | Kubernetes
This page explains how to upgrade a Linux Worker Nodes created with kubeadm. Before you begin You need to have shell access to all the nodes, 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. To check the version, enter kubectl version. Familiarize yourself with the process for upgrading the rest of your kubeadm cluster.kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-linux-nodes/Registered: Fri Nov 15 06:41:40 UTC 2024 - 434.8K bytes - Viewed (0) -
Migrating from dockershim | Kubernetes
This section presents information you need to know when migrating from dockershim to other container runtimes. Since the announcement of dockershim deprecation in Kubernetes 1.20, there were questions on how this will affect various workloads and Kubernetes installations. Our Dockershim Removal FAQ is there to help you to understand the problem better. Dockershim was removed from Kubernetes with the release of v1.24. If you use Docker Engine via dockershim as your container runtime and wish to upgrade to v1.kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/Registered: Fri Nov 15 06:41:04 UTC 2024 - 428.2K bytes - Viewed (0) -
Guaranteed Scheduling For Critical Add-On Pods ...
Kubernetes core components such as the API server, scheduler, and controller-manager run on a control plane node. However, add-ons must run on a regular cluster node. Some of these add-ons are critical to a fully functional cluster, such as metrics-server, DNS, and UI. A cluster may stop working properly if a critical add-on is evicted (either manually or as a side effect of another operation like upgrade) and becomes pending (for example when the cluster is highly utilized and either there are other pending pods that schedule into the space vacated by the evicted critical add-on pod or the amount of resources available on the node changed for some other reason).kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/Registered: Fri Nov 15 06:41:20 UTC 2024 - 428.1K bytes - Viewed (0) -
Generate Certificates Manually | Kubernetes
When using client certificate authentication, you can generate certificates manually through easyrsa, openssl or cfssl. easyrsa easyrsa can manually generate certificates for your cluster. Download, unpack, and initialize the patched version of easyrsa3. curl -LO https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz tar xzf easy-rsa.tar.gz cd easy-rsa-master/easyrsa3 ./easyrsa init-pki Generate a new certificate authority (CA). --batch sets automatic mode; --req-cn specifies the Common Name (CN) for the CA's new root certificate. ./easyrsa --batch "--req-cn=${MASTER_IP}@`date +%s`" build-ca nopass Generate server certificate and key.kubernetes.io/docs/tasks/administer-cluster/certificates/Registered: Fri Nov 15 06:40:44 UTC 2024 - 451.5K bytes - Viewed (0)