- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 641 - 650 of 669 for host:kubernetes.io (0.03 sec)
-
Getting started | Kubernetes
This section lists the different ways to set up and run Kubernetes. When you install Kubernetes, choose an installation type based on: ease of maintenance, security, control, available resources, and expertise required to operate and manage a cluster. You can download Kubernetes to deploy a Kubernetes cluster on a local machine, into the cloud, or for your own datacenter. Several Kubernetes components such as kube-apiserver or kube-proxy can also be deployed as container images within the cluster.kubernetes.io/docs/setup/Registered: Fri Nov 15 06:22:51 UTC 2024 - 429.2K bytes - Viewed (0) -
Tasks | Kubernetes
This section of the Kubernetes documentation contains pages that show how to do individual tasks. A task page shows how to do a single thing, typically by giving a short sequence of steps. If you would like to write a task page, see Creating a Documentation Pull Request.kubernetes.io/docs/tasks/Registered: Fri Nov 15 06:41:50 UTC 2024 - 427.1K 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.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 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: Fri Nov 15 06:41:54 UTC 2024 - 466.2K bytes - Viewed (0) -
Administer a Cluster | Kubernetes
Learn common tasks for administering a cluster.kubernetes.io/docs/tasks/administer-cluster/Registered: Fri Nov 15 06:42:01 UTC 2024 - 428.9K bytes - Viewed (0) -
Use Antrea for NetworkPolicy | Kubernetes
This page shows how to install and use Antrea CNI plugin on Kubernetes. For background on Project Antrea, read the Introduction to Antrea. Before you begin You need to have a Kubernetes cluster. Follow the kubeadm getting started guide to bootstrap one. Deploying Antrea with kubeadm Follow Getting Started guide to deploy Antrea for kubeadm. What's next Once your cluster is running, you can follow the Declare Network Policy to try out Kubernetes NetworkPolicy.kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/antrea-network-policy/Registered: Fri Nov 15 06:41:29 UTC 2024 - 426.3K bytes - Viewed (0) -
Customizing DNS Service | Kubernetes
This page explains how to configure your DNS Pod(s) and customize the DNS resolution process in your 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/administer-cluster/dns-custom-nameservers/Registered: Fri Nov 15 06:41:45 UTC 2024 - 441.3K bytes - Viewed (0) -
Debug a StatefulSet | Kubernetes
This task shows you how to debug a StatefulSet. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. You should have a StatefulSet running that you want to investigate. Debugging a StatefulSet In order to list all the pods which belong to a StatefulSet, which have a label app.kubernetes.io/name=MyApp set on them, you can use the following:kubernetes.io/docs/tasks/debug/debug-application/debug-statefulset/Registered: Fri Nov 15 06:51:50 UTC 2024 - 426.6K bytes - Viewed (0) -
Get a Shell to a Running Container | Kubernetes
This page shows how to use kubectl exec to get a shell to a running container. 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/debug/debug-application/get-shell-running-container/Registered: Fri Nov 15 06:51:56 UTC 2024 - 437.9K bytes - Viewed (0) -
Running Pods on Only Some Nodes | Kubernetes
This page demonstrates how can you run Pods on only some Nodes as part of a DaemonSet 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/manage-daemon/pods-some-nodes/Registered: Fri Nov 15 07:03:59 UTC 2024 - 434.5K bytes - Viewed (0) -
Viewing Pods and Nodes | Kubernetes
Learn how to troubleshoot Kubernetes applications using kubectl get, kubectl describe, kubectl logs and kubectl exec.kubernetes.io/docs/tutorials/kubernetes-basics/explore/explore-intro/Registered: Fri Nov 15 07:04:29 UTC 2024 - 434.9K bytes - Viewed (0)