Installation
To install MicroK8s on Ubuntu, you can follow these steps
To install MicroK8s on Ubuntu, you can follow these steps: 1. Open a terminal on your Ubuntu mac...
To install the Kubernetes dashboard and set up HTTPS access, you can follow these steps:
To install the Kubernetes dashboard and set up HTTPS access, you can follow these steps: 1. Inst...
To automatically start the Kubernetes dashboard after booting your Ubuntu machine
To automatically start the Kubernetes dashboard after booting your Ubuntu machine, you can create...
kubectl
sudo snap install kubectl --classic microk8s.kubectl config view --raw > $HOME/.kube/microk8s....
Change kubectl editor
sudo -H nano /etc/environment insert new line: KUBE_EDITOR="nano"
Dashboard WithOut Proxy
Enable additional Add-Ons We will need to enable a few additional Kubernetes add-ons to get this...
Dashboard - TimeOut
kubectl -n kube-system edit deployments kubernetes-dashboard - --token-ttl=0 spec: conta...
Dashboard Get Token
sudo cat /var/snap/microk8s/current/credentials/client.config
To use a container registry with MicroK8s, you can follow these steps:
To use a container registry with MicroK8s, you can follow these steps: 1. Enable the `registry` ...
Installationanleitung 2
The first thing to do is open a command line on your Ubuntu system and execute the following sn...