Advanced Search
Search Results
168 total results found
Dashboard Get Token
sudo cat /var/snap/microk8s/current/credentials/client.config
Docker Desktop Dashboard
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml kubectl proxy http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/#/workloads?namespace=default Er...
Deploying the Dashboard UI
https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ create sample user The Dashboard UI is not deployed by default. To deploy it, run the following command: kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2...
Creating sample user
https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md In this guide, we will find out how to create a new user using the Service Account mechanism of Kubernetes, grant this user admin permissions and login to Das...
sample config file
apiVersion: v1clusters:- cluster: certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUMvakNDQWVhZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRJek1EVXlNakEyTWpZME5Gb1hEVE16TURVeE9UQTJNalkwTkZvd0Z...
kubectl change context
kubectl help config kubectl set-context XXX kubectl cluster-info
Dashboard WithOut Proxy
Enable additional Add-Ons We will need to enable a few additional Kubernetes add-ons to get this functionality up and running. microk8s enable ingress # Ingress exposes HTTP and HTTPS routes from outside the cluster to services within the cluster. microk8s ...
Registry Cleanup
microk8s disable registry microk8s disable storage:destroy-storage microk8s enable registry
Registry - Commands
http://192.168.0.115:32000/v2/_catalog http://192.168.178.100:32000/v2/_catalog kubectl get svc -n container-registry microk8s.enable ingress
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 when starting out and testing containers, but proves to be unwieldy for bigger deployments involving multiple containers running in parallel. With Docker Compose, yo...
How to install Cockpit
How to install Cockpit Log into your Ubuntu Server instance and issue the command: sudo apt-get install cockpit -y Once the installation completes, start and enable Cockpit with: sudo systemctl enable --now cockpit.socket Now that Cockpit is installed and...
Installer Dialog
subiquity sudo snap install subiquity sudo snap refresh --edge subiquity
Automatische Updates
https://wiki.ubuntuusers.de/Aktualisierungen/Konfiguration/ GUI In der Aktualisierungsverwaltung gibt es einen Dialog, in dem sich zahlreiche Einstellungen rund um die Paketverwaltung finden. Dort muss unter "Wenn Sicherheitsaktualisierungen verfügbar sind:"...
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 machine. 2. Update your system's package list by running the following command: sudo apt update 3. Install MicroK8s using snap, which is a package management sy...
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. Install the Kubernetes dashboard by running the following command: microk8s enable dashboard 2. Verify that the dashboard has been successfully installed by checkin...
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 a systemd service unit. Here's how you can do it: 1. Open a terminal on your Ubuntu machine. 2. Create a new systemd service unit file using a text editor. For ...
Dashboard Get Token
sudo cat /var/snap/microk8s/current/credentials/client.config
kubectl
sudo snap install kubectl --classic microk8s.kubectl config view --raw > $HOME/.kube/microk8s.config # add the minik8s cluster to kubectl -kubectl config set-cluster microk8s-cluster --server=http://127.0.0.1:8080 --insecure-skip-tls-verify ich habe s...
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` add-on in MicroK8s by running the following command: ```bash microk8s enable registry ``` This command will start a local container registry in your Micr...
deinstallieren
microk8s.disable dashboard dns sudo snap remove microk8s oder sudo snap remove microk8s --purge Sollte eine Fehlermeldung mit ..unlinkat.. erscheinen dann neu booten, sudo snap remove microk8s danach sollte es weg sein