Start with Kubernetes
Stop firewall
systemctl stop firewalld
systemctl disable firewalldInstall Snap
sudo yum install -y epel-release
sudo yum install -y snapd
sudo systemctl enable --now snapd.socket
sudo ln -s /var/lib/snapd/snap /snapInstall Microk8s
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 ~/.kubeEnable Addons
Install Tangram Helm Charts
Config Hosts
The local environment needs to have the hosts file configured to point to the Ingress domain.
Last updated