Multi Node Kubernetes Cluster as Docker Containers | K3D | Kubernetes Tutorial for Beginners

preview_player
Показать описание
Welcome back to another exiting Kubernetes Tutorial for Beginners , in this video we are going to learn about setting up kubernetes cluster using K3D. We can easily create single node or multi node kubernetes cluster using K3S.

--------------------------------------------------------------------
Setting up minikube:
-------------------------------------------------------------------
-------------------------------------------------------------------
Setup kubernetes cluster:
------------------------------------------------------------------
------------------------------------------------------------------
Kubernetes playlist:
-----------------------------------------------------------------
-----------------------------------------------------------------

chmod +x kubectl

sudo mv kubectl /usr/local/bin

kubectl version --client

k3d cluster create mycluster

k3d cluster list

k3d node list

docker ps

k3d cluster stop mycluster

k3d cluster start mycluster

k3d cluster delete mycluster

k3d cluster create multinode --agents 2 --servers 1

k3d node create myagent --role agent --cluster multinode

------------------------------------------------------------------------------
=======================================
Follow me @:
=======================================
Рекомендации по теме
Комментарии
Автор

Hey I found your series on Reddit and just wanted to say thank you for doing this. I've been looking to get into kubernetes with Docker and this video has a really good balance of background information versus practical application. I know you were initially concerned about your voice but I think it's very nice to listen to. Well done.

sklikizos
Автор

This is great thank you. If I have more than one K3d cluster how can I choose which cluster to deploy to?

MansoorGhumra
Автор

New music, nice 😉. I like this one more, it's more epic! 😆

farzadmf
Автор

In this setup, the maximum memory/cpu this kubernetes cluster can have is that of the machine, right?
In my situation, I have docker running on multiple machines and I would like to have my kubernetes cluster running in all docker containers in all machines to utilize all their memory/cpu. Is there any guide for such a scenario?

avalagum
Автор

Very Informative Tutorial. What is the minimum hardware requirement for the Host for setting up 1 master and 1 worker node ?
Can we assign mem and CPU to the containers which are the K8 server and worker node using K3d ? @Thetips4you

mayurkadam
Автор

How to have a virtual machine as working node?

dharmendrasonawane
Автор

Hi, iam kireeti....I want to be an devops engineer so ..i started learning Linux, shell scripting, git, git hub ( I learnt these courses till date) what else shout i learn to keep 3 years cloud corse should I learn according to the present help me....

kireetilakamsani