Skip to content

Bash Wrapper to Multipass that supports microk8s, k3d/k3s and tilt

License

Notifications You must be signed in to change notification settings

rajasoun/multipass-wrapper

Repository files navigation

multipass-wrapper

Bash Wrapper to Multipass that supports microk8s, k3d/k3s and tilt

Getting Started

multipass

Pre-Requisite Setup

  1. ./assist.bash multipass wrapper script for multipass

microk8s

  1. export MEMORY=4G DISK=20G && ./assist.bash microk8s wrapper script for microk8s

  2. ./assist.bash microk8s dashboard to access k8s Dashboard on host system

  3. ./assist.bash microk8s pods to list all pods

kubectl from host (optional)

$ export "$(< kubeconfig/env xargs)"
$ kubectl get pods --all-namespaces

Invoke individual shell script functions

  1. bash -c "source src/load.bash && declare -F && all_colors"

override defaults

  1. export MEMORY=4G DISK=20G && ./assist.bash to overrise default CPU, MEMORY and DISK

About

Bash Wrapper to Multipass that supports microk8s, k3d/k3s and tilt

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published