From the course: Certified Kubernetes Application Developer (CKAD) Cert Prep

Unlock this course with a free trial

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

Building an all-in-one Kubernetes distribution

Building an all-in-one Kubernetes distribution

- Let me show you something else. If you already have Kubernetes experience, and you want a little bit of a more challenging approach, you can install your own all-in-one Kubernetes distribution. In this approach, I'm going to show you how to configure Ubuntu LTS server virtual machine as control node and worker node and client all at the same time. Doing so requires you to set up a Kubernetes cluster. So it's the same approach as if you were going to build a real cluster and that's the part that's cool about it. And in order to do so, you use kubeadm utility. Do notice that this is very nice to know, but it's not required knowledge for passing the CKAD exam. It's just to practice a little bit more. So here we have the steps in the procedure. Let me show you. I opened an SS eight session from my Ubuntu desktop into the Ubuntu server. And to start with, I need the appropriate course git repository. So do we already have that? Well, I have nothing. So let's do a git clone…

Contents