- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 621 - 630 of 673 for host:kubernetes.io (0.03 sec)
-
Adding Windows worker nodes | Kubernetes
FEATURE STATE: Kubernetes v1.18 [beta] This page explains how to add Windows worker nodes to a kubeadm cluster. Before you begin A running Windows Server 2022 (or higher) instance with administrative access. A running kubeadm cluster created by kubeadm init and following the steps in the document Creating a cluster with kubeadm. Adding Windows worker nodes Note:To facilitate the addition of Windows worker nodes to a cluster, PowerShell scripts from the repository https://sigs.kubernetes.io/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes/Registered: Wed Feb 12 05:59:03 UTC 2025 - 439.7K bytes - Viewed (0) -
Upgrading Windows nodes | Kubernetes
FEATURE STATE: Kubernetes v1.18 [beta] This page explains how to upgrade a Windows node 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. Your Kubernetes server must be at or later than version 1.kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-windows-nodes/Registered: Wed Feb 12 05:59:13 UTC 2025 - 433.7K bytes - Viewed (0) -
Install and Set Up kubectl on Linux | Kubernetes
Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.32 client can communicate with v1.31, v1.32, and v1.33 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on Linux The following methods exist for installing kubectl on Linux: Install kubectl binary with curl on Linux Install using native package management Install using other package management Install kubectl binary with curl on Linux Download the latest release with the command:kubernetes.io/docs/tasks/tools/install-kubectl-linux/Registered: Wed Feb 12 05:59:44 UTC 2025 - 468.6K bytes - Viewed (0) -
Proxies in Kubernetes | Kubernetes
This page explains proxies used with Kubernetes. Proxies There are several different proxies you may encounter when using Kubernetes: The kubectl proxy: runs on a user's desktop or in a pod proxies from a localhost address to the Kubernetes apiserver client to proxy uses HTTP proxy to apiserver uses HTTPS locates apiserver adds authentication headers The apiserver proxy: is a bastion built into the apiserver connects a user outside of the cluster to cluster IPs which otherwise might not be reachable runs in the apiserver processes client to proxy uses HTTPS (or http if apiserver so configured) proxy to target may use HTTP or HTTPS as chosen by proxy using available information can be used to reach a Node, Pod, or Service does load balancing when used to reach a Service The kube proxy:kubernetes.io/docs/concepts/cluster-administration/proxies/Registered: Wed Feb 12 05:59:29 UTC 2025 - 432.6K bytes - Viewed (0) -
Configure Multiple Schedulers | Kubernetes
Kubernetes ships with a default scheduler that is described here. If the default scheduler does not suit your needs you can implement your own scheduler. Moreover, you can even run multiple schedulers simultaneously alongside the default scheduler and instruct Kubernetes what scheduler to use for each of your pods. Let's learn how to run multiple schedulers in Kubernetes with an example. A detailed description of how to implement a scheduler is outside the scope of this document.kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/Registered: Wed Feb 12 06:14:46 UTC 2025 - 477.8K bytes - Viewed (0) -
Deprecated API Migration Guide | Kubernetes
As the Kubernetes API evolves, APIs are periodically reorganized or upgraded. When APIs evolve, the old API is deprecated and eventually removed. This page contains information you need to know when migrating from deprecated API versions to newer and more stable API versions. Removed APIs by release v1.32 The v1.32 release will stop serving the following deprecated API versions: Flow control resources The flowcontrol.apiserver.k8s.io/v1beta3 API version of FlowSchema and PriorityLevelConfiguration will no longer be served in v1.kubernetes.io/docs/reference/using-api/deprecation-guide/Registered: Wed Feb 12 06:24:23 UTC 2025 - 453.5K bytes - Viewed (0) -
Running ZooKeeper, A Distributed System Coordin...
This tutorial demonstrates running Apache Zookeeper on Kubernetes using StatefulSets, PodDisruptionBudgets, and PodAntiAffinity. Before you begin Before starting this tutorial, you should be familiar with the following Kubernetes concepts: Pods Cluster DNS Headless Services PersistentVolumes PersistentVolume Provisioning StatefulSets PodDisruptionBudgets PodAntiAffinity kubectl CLI You must have a cluster with at least four nodes, and each node requires at least 2 CPUs and 4 GiB of memory. In this tutorial you will cordon and drain the cluster's nodes.kubernetes.io/docs/tutorials/stateful-application/zookeeper/Registered: Wed Feb 12 06:24:00 UTC 2025 - 523.3K bytes - Viewed (0) -
Stateful Applications | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/stateful-application/Registered: Wed Feb 12 06:23:49 UTC 2025 - 427K bytes - Viewed (0) -
Cluster Management | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/cluster-management/Registered: Wed Feb 12 06:24:13 UTC 2025 - 425.4K bytes - Viewed (0) -
StatefulSets | Kubernetes
A StatefulSet runs a group of Pods, and maintains a sticky identity for each of those Pods. This is useful for managing applications that need persistent storage or a stable, unique network identity.kubernetes.io/docs/concepts/workloads/controllers/statefulset/Registered: Wed Feb 12 05:52:17 UTC 2025 - 467.8K bytes - Viewed (0)