Skip to content

AvarchLLC/multipass-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multipass-k8s

Following script install Kubernetes. Multipass is used for virtualization.

Multipass is a lightweight VM manager for Linux, Windows and macOS. It's designed for developers who want a fresh Ubuntu environment with a single command. It uses KVM on Linux, Hyper-V on Windows and HyperKit on macOS to run the VM with minimal overhead. It can also use VirtualBox on Windows and macOS. Multipass will fetch images for you and keep them up to date.

First multpipass need to be installed whuch is required for virtualization to run this script

This script is tested on ubuntu 22.04.1

execute the following script

wget https://raw.githubusercontent.com/Avarch-org/multipass-k8s/main/createCluster.sh && chmod +x  createCluster.sh &&  ./createCluster.sh

Choose CNI

system schema

List down vms to verify

multipass list

system schema

login to master node

multipass shell master

system schema

execute from master node

kubectl get nodes -o wide

system schema

execute from master node

kubectl get pods -A -o wide

system schema

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages