- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 669 for host:kubernetes.io (0.04 sec)
-
PKI certificates and requirements | Kubernetes
Kubernetes requires PKI certificates for authentication over TLS. If you install Kubernetes with kubeadm, the certificates that your cluster requires are automatically generated. You can also generate your own certificates -- for example, to keep your private keys more secure by not storing them on the API server. This page explains the certificates that your cluster requires. How certificates are used by your cluster Kubernetes requires PKI for the following operations:kubernetes.io/docs/setup/best-practices/certificates/Registered: Fri Nov 15 06:29:41 UTC 2024 - 442.6K bytes - Viewed (0) -
Limit Storage Consumption | Kubernetes
This example demonstrates how to limit the amount of storage consumed in a namespace. The following resources are used in the demonstration: ResourceQuota, LimitRange, and PersistentVolumeClaim. 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/administer-cluster/limit-storage-consumption/Registered: Fri Nov 15 06:45:15 UTC 2024 - 432.6K bytes - Viewed (0) -
Find Out What Container Runtime is Used on a No...
This page outlines steps to find out what container runtime the nodes in your cluster use. Depending on the way you run your cluster, the container runtime for the nodes may have been pre-configured or you need to configure it. If you're using a managed Kubernetes service, there might be vendor-specific ways to check what container runtime is configured for the nodes. The method described on this page should work whenever the execution of kubectl is allowed.kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use/Registered: Fri Nov 15 06:45:55 UTC 2024 - 430.7K bytes - Viewed (0) -
Install and Set Up kubectl on macOS | Kubernetes
Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.31 client can communicate with v1.30, v1.31, and v1.32 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on macOS The following methods exist for installing kubectl on macOS: Install kubectl on macOS Install kubectl binary with curl on macOS Install with Homebrew on macOS Install with Macports on macOS Verify kubectl configuration Optional kubectl configurations and plugins Enable shell autocompletion Install kubectl convert plugin Install kubectl binary with curl on macOS Download the latest release:kubernetes.io/docs/tasks/tools/install-kubectl-macos/Registered: Fri Nov 15 06:44:22 UTC 2024 - 461.1K bytes - Viewed (0) -
Migrating telemetry and security agents from do...
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. Kubernetes' support for direct integration with Docker Engine is deprecated and has been removed. Most apps do not have a direct dependency on runtime hosting containers. However, there are still a lot of telemetry and monitoring agents that have a dependency on Docker to collect containers metadata, logs, and metrics.kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-sec...Registered: Fri Nov 15 06:45:45 UTC 2024 - 439.6K bytes - Viewed (0) -
Change the Access Mode of a PersistentVolume to...
This page shows how to change the access mode on an existing PersistentVolume to use ReadWriteOncePod. 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. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/administer-cluster/change-pv-access-mode-readwriteoncepod/Registered: Fri Nov 15 06:43:59 UTC 2024 - 442.2K bytes - Viewed (0) -
Declarative Management of Kubernetes Objects Us...
Kubernetes objects can be created, updated, and deleted by storing multiple object configuration files in a directory and using kubectl apply to recursively create and update those objects as needed. This method retains writes made to live objects without merging the changes back into the object configuration files. kubectl diff also gives you a preview of what changes apply will make. Before you begin Install kubectl. You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/manage-kubernetes-objects/declarative-config/Registered: Fri Nov 15 06:53:38 UTC 2024 - 559.6K bytes - Viewed (0) -
Configure the Aggregation Layer | Kubernetes
Configuring the aggregation layer allows the Kubernetes apiserver to be extended with additional APIs, which are not part of the core Kubernetes APIs. 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. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/extend-kubernetes/configure-aggregation-layer/Registered: Fri Nov 15 06:53:49 UTC 2024 - 447.3K bytes - Viewed (0) -
Access Services Running on Clusters | Kubernetes
This page shows how to connect to services running on the Kubernetes cluster. 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. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/access-application-cluster/access-cluster-services/Registered: Fri Nov 15 06:53:56 UTC 2024 - 435.8K 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: Fri Nov 15 06:53:00 UTC 2024 - 430.7K bytes - Viewed (0)