Recently Updated Pages
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...
kubectl
sudo snap install kubectl --classic microk8s.kubectl config view --raw > $HOME/.kube/microk8s....
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...
Updates
sudo apt update sudo apt autoremove sudo apt clean deborphan # Install this package manageme...
Dashboard WithOut Proxy
Enable additional Add-Ons We will need to enable a few additional Kubernetes add-ons to get this...
Docker Desktop Dashboard
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recomme...
Creating sample user
https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user...
Deploying the Dashboard UI
https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ create sample user...
Dashboard Get Token
sudo cat /var/snap/microk8s/current/credentials/client.config
Change kubectl editor
sudo -H nano /etc/environment insert new line: KUBE_EDITOR="nano"
Dashboard - Remote Access
sudo crontab -e @reboot sleep 60 && /snap/bin/microk8s dashboard-proxy > /tmp/dashboard-start...
Dashboard - enable-skip-login
microk8s.kubectl edit deployment/kubernetes-dashboard --namespace=kube-system spec: contai...
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...
Automatische Updates
https://wiki.ubuntuusers.de/Aktualisierungen/Konfiguration/ GUI In der Aktualisierungsverwaltun...
Installer Dialog
subiquity sudo snap install subiquity sudo snap refresh --edge subiquity
How to install Cockpit
How to install Cockpit Log into your Ubuntu Server instance and issue the command: sudo apt-get...
kubectl change context
kubectl help config kubectl set-context XXX kubectl cluster-info
sample config file
apiVersion: v1clusters:- cluster: certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0t...
How To Set Up a Private Docker Registry on Ubuntu
Step 1 — Installing and Configuring the Docker Registry Docker on the command line is useful whe...
Change IP
nano /etc/network/interfaces iface vmbr0 inet static iface vmbr0 inet dhcp nano ...