Skip to main content

Recently Updated Pages

To install the Kubernetes dashboard and set up HTTPS access, you can follow these steps:

micro8ks - kubernetes Installation

To install the Kubernetes dashboard and set up HTTPS access, you can follow these steps: 1. Inst...

Updated 2 years ago by Alois

kubectl

micro8ks - kubernetes Installation

sudo snap install kubectl --classic microk8s.kubectl config view --raw > $HOME/.kube/microk8s....

Updated 2 years ago by Alois

To install MicroK8s on Ubuntu, you can follow these steps

micro8ks - kubernetes Installation

To install MicroK8s on Ubuntu, you can follow these steps: 1. Open a terminal on your Ubuntu mac...

Updated 2 years ago by Alois

Updates

Ubuntu

sudo apt update sudo apt autoremove sudo apt clean deborphan # Install this package manageme...

Updated 2 years ago by Alois

Dashboard WithOut Proxy

micro8ks - kubernetes Installation

Enable additional Add-Ons We will need to enable a few additional Kubernetes add-ons to get this...

Updated 2 years ago by Alois

Docker Desktop Dashboard

micro8ks - kubernetes Dashboard

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recomme...

Updated 2 years ago by Alois

Creating sample user

micro8ks - kubernetes

https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user...

Updated 2 years ago by Alois

Deploying the Dashboard UI

micro8ks - kubernetes Dashboard

https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ create sample user...

Updated 2 years ago by Alois

Dashboard Get Token

micro8ks - kubernetes Dashboard

 sudo cat /var/snap/microk8s/current/credentials/client.config

Updated 2 years ago by Alois

Change kubectl editor

micro8ks - kubernetes Installation

sudo -H nano /etc/environment insert new line: KUBE_EDITOR="nano"  

Updated 2 years ago by Alois

Dashboard - Remote Access

micro8ks - kubernetes Dashboard

  sudo crontab -e @reboot sleep 60 && /snap/bin/microk8s dashboard-proxy > /tmp/dashboard-start...

Updated 2 years ago by Alois

Dashboard - enable-skip-login

micro8ks - kubernetes Dashboard

 microk8s.kubectl edit deployment/kubernetes-dashboard --namespace=kube-system spec:      contai...

Updated 2 years ago by Alois

To automatically start the Kubernetes dashboard after booting your Ubuntu machine

micro8ks - kubernetes Installation

To automatically start the Kubernetes dashboard after booting your Ubuntu machine, you can create...

Updated 2 years ago by Alois

Automatische Updates

Ubuntu

https://wiki.ubuntuusers.de/Aktualisierungen/Konfiguration/ GUI In der Aktualisierungsverwaltun...

Updated 2 years ago by Alois

Installer Dialog

Ubuntu

subiquity sudo snap install subiquity sudo snap refresh --edge subiquity  

Updated 2 years ago by Alois

How to install Cockpit

Ubuntu Cockpit on Ubuntu

How to install Cockpit Log into your Ubuntu Server instance and issue the command: sudo apt-get...

Updated 2 years ago by Alois

kubectl change context

micro8ks - kubernetes kubectl config

kubectl help config kubectl set-context XXX kubectl cluster-info

Updated 2 years ago by Alois

sample config file

micro8ks - kubernetes kubectl config

apiVersion: v1clusters:- cluster:    certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0t...

Updated 2 years ago by Alois

How To Set Up a Private Docker Registry on Ubuntu

Docker Ubuntu

Step 1 — Installing and Configuring the Docker Registry Docker on the command line is useful whe...

Updated 2 years ago by Alois

Change IP

Proxmox System

nano /etc/network/interfaces iface vmbr0 inet static iface vmbr0 inet dhcp nano ...

Updated 2 years ago by Alois