From the course: Docker for Developers

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Creating your first cluster

Creating your first cluster - Docker Tutorial

From the course: Docker for Developers

Creating your first cluster

- [Instructor] So now that we have Kubernetes installed let's explore how you create your first Kubernetes cluster. Similar to the swarm Kubernetes as a concept of a master who controls the nodes and it is called control plane. And then the nodes are managed by this control plane. So in order to get started with your first cluster, make sure Docker is running first and also you have Kubernetes installed. So if we look right here, I have Docker, desktop is running, so I'm good there. And we actually install Kubernetes in the previous video. So we should be good to go and also make sure you have minikube installed. So if you follow the previous video, you should have all of that installed and ready to go. So the way to start your first cluster, is again, very simple. So what you would do is minikube. And again, we're using the control environment or the tool from minikube, and this is going to create a cluster for us. And…

Contents