Home Explore Blog CI



kubernetes

1st chunk of `content/en/includes/task-tutorial-prereqs.md`
80d535c290dde241402d74cfd2f89ccd4f7d533c07da674d000000010000026a
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](https://minikube.sigs.k8s.io/docs/tutorials/multi_node/)
or you can use one of these Kubernetes playgrounds:

* [Killercoda](https://killercoda.com/playgrounds/scenario/kubernetes)
* [KodeKloud](https://kodekloud.com/public-playgrounds)
* [Play with Kubernetes](https://labs.play-with-k8s.com/)

Title: Prerequisites for the Tutorial
Summary
Before starting the tutorial, you need a Kubernetes cluster and kubectl configured to communicate with it. It is recommended to have at least two nodes that are not control plane hosts. If you don't have a cluster, you can create one using minikube or use online Kubernetes playgrounds like Killercoda, KodeKloud, or Play with Kubernetes.