Home Explore Blog CI



kubernetes

content/en/includes/task-tutorial-prereqs.md
d38516be41a06f1465bf2c228ade2aa071e36d5b754784b5000000030000026a
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/)

Chunks
80d535c2 (1st chunk of `content/en/includes/task-tutorial-prereqs.md`)
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.