How to run multiple minikube clusters and multiple node kubernetes cluster

preview_player
Показать описание
How to run multiple minikube clusters and multiple node kubernetes cluster

You can have multiple minikube cluster instances in your workstation using minikube profiles. To create a cluster with a profile, you just need to create the clusters with a profile flag and a profile name.

For example, the following command creates a minikube cluster with the profile name dev:
- minikube start -p dev

You can run a multi-node cluster with minkube. All you have to do is pass a --nodes flag with the required number of nodes.

For example, to start a 2 node minikube cluster:
-minikube start --nodes 2

🌸 Support channel & make donation :

🌸 Subscribe for more videos :

🌸 Follow me On Social Media

***********************************************************************

🌸 How To Check Bad Blocks Or Bad Sectors On a Hard Disk In Linux

🌸 Linux How To Partition a Hard Drive Using the Parted Command

🌸 Checking or Repairing a File System using fsck in Linux

🌸 How To Monitor the Health of Your Hard Drive in Linux using SMART

🌸 Linux iotop: Monitor your disk Input/Output

🌸 How To use the “du” (Disk Usage) Command in Linux

🌸 How To View Manipulate System Logs In Linux Using Journalctl Command

🌸 How To Sync And Backup Files In Linux Using Rsync Command

🌸 Linux cURL Command Tips and Tricks

🌸 Linux tail and multitail commands

🌸 Linux How To view Log Files

🌸 How To use the History Command On Linux

🌸 Tips and Tricks How To manipulate Text Files on Linux

🌸 How to Archive, Compress and Extract Files Using the tar Command on Linux

🌸 Linux - How to split larger files into smaller parts

🌸 Linux commands : Top

***********************************************************************
#Kubernetes#Cluster#Minikube
Рекомендации по теме
Комментарии
Автор

earlier when we ran "minikube start --vm-driver=virtualbox -p pod" and "-p dev", is that each node is running its own version of like that of minikube where both the master and worker are in 1 node cluster?

familyle
Автор

Thanks, I needed to change the profile

axyLms