sudo snap install microk8s --classic --channel=1.27/stable
microk8s status --wait-ready
#Exit and relogin to the terminal again
#The user used in the example is called tangram
sudo usermod -a -G microk8s tangram
sudo chown -f -R tangram ~/.kube
Enable Addons
#Relogin the terminal again
microk8s enable helm3 dns ingress
Install Tangram Helm Charts
microk8s helm3 install test tangram/
Config Hosts
The local environment needs to have the hosts file configured to point to the Ingress domain.