- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 686 for host:kubernetes.io (0.08 sec)
-
kubeadm join phase | Kubernetes
kubeadm join phase enables you to invoke atomic steps of the join process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm join phase is consistent with the kubeadm join workflow, and behind the scene both use the same code. kubeadm join phase phase Use this command to invoke single phase of the "join" workflowkubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join-phase/Registered: Wed Jun 04 07:17:25 UTC 2025 - 485.6K bytes - Viewed (0) -
kubeadm upgrade | Kubernetes
kubeadm upgrade is a user-friendly command that wraps complex upgrading logic behind one command, with support for both planning an upgrade and actually performing it. kubeadm upgrade guidance The steps for performing an upgrade using kubeadm are outlined in this document. For older versions of kubeadm, please refer to older documentation sets of the Kubernetes website. You can use kubeadm upgrade diff to see the changes that would be applied to static pod manifests.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade/Registered: Wed Jun 04 07:17:51 UTC 2025 - 461.8K bytes - Viewed (0) -
kubeadm reset phase | Kubernetes
kubeadm reset phase enables you to invoke atomic steps of the node reset process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm reset phase is consistent with the kubeadm reset workflow, and behind the scene both use the same code. kubeadm reset phase phase Use this command to invoke single phase of the "reset" workflowkubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-reset-phase/Registered: Wed Jun 04 07:17:34 UTC 2025 - 454K bytes - Viewed (0) -
Node Status | Kubernetes
The status of a node in Kubernetes is a critical aspect of managing a Kubernetes cluster. In this article, we'll cover the basics of monitoring and maintaining node status to ensure a healthy and stable cluster. Node status fields A Node's status contains the following information: Addresses Conditions Capacity and Allocatable Info You can use kubectl to view a Node's status and other details: kubectl describe node <insert-node-name-here> Each section of the output is described below.kubernetes.io/docs/reference/node/node-status/Registered: Wed Jun 04 07:18:16 UTC 2025 - 454.4K bytes - Viewed (0) -
Upgrade A Cluster | Kubernetes
This page provides an overview of the steps you should follow to upgrade a Kubernetes cluster. The Kubernetes project recommends upgrading to the latest patch releases promptly, and to ensure that you are running a supported minor release of Kubernetes. Following this recommendation helps you to to stay secure. The way that you upgrade a cluster depends on how you initially deployed it and on any subsequent changes. At a high level, the steps you perform are:kubernetes.io/docs/tasks/administer-cluster/cluster-upgrade/Registered: Wed Jun 04 06:53:37 UTC 2025 - 451.4K bytes - Viewed (0) -
Use an Image Volume With a Pod | Kubernetes
FEATURE STATE: Kubernetes v1.33 [beta] (enabled by default: false) This page shows how to configure a pod using image volumes. This allows you to mount content from OCI registries inside containers. Before you begin You need to have a Kubernetes cluster, 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.kubernetes.io/docs/tasks/configure-pod-container/image-volumes/Registered: Wed Jun 04 06:53:56 UTC 2025 - 459.3K bytes - Viewed (0) -
Apply Pod Security Standards at the Cluster Lev...
Note This tutorial applies only for new clusters. Pod Security is an admission controller that carries out checks against the Kubernetes Pod Security Standards when new pods are created. It is a feature GA'ed in v1.25. This tutorial shows you how to enforce the baseline Pod Security Standard at the cluster level which applies a standard configuration to all namespaces in a cluster. To apply Pod Security Standards to specific namespaces, refer to Apply Pod Security Standards at the namespace level.kubernetes.io/docs/tutorials/security/cluster-level-pss/Registered: Wed Jun 04 07:07:46 UTC 2025 - 465.9K bytes - Viewed (0) -
Use a SOCKS5 Proxy to Access the Kubernetes API...
FEATURE STATE: Kubernetes v1.24 [stable] This page shows how to use a SOCKS5 proxy to access the API of a remote Kubernetes cluster. This is useful when the cluster you want to access does not expose its API directly on the public internet. Before you begin You need to have a Kubernetes cluster, 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.kubernetes.io/docs/tasks/extend-kubernetes/socks5-proxy-access-api/Registered: Wed Jun 04 07:07:16 UTC 2025 - 459.3K bytes - Viewed (0) -
Scale Your App | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/kubernetes-basics/scale/Registered: Wed Jun 04 07:07:30 UTC 2025 - 445.9K bytes - Viewed (0) -
Manage Cluster Daemons | Kubernetes
Perform common tasks for managing a DaemonSet, such as performing a rolling update.kubernetes.io/docs/tasks/manage-daemon/Registered: Wed Jun 04 07:06:46 UTC 2025 - 444.9K bytes - Viewed (0)