Prometheus monitoring stack on Ubuntu 22.04.2 and Micro Kubernetes Cluster (microk8s)

1) Install Ubuntu 22.04.2 desktop Install guest agent: sudo apt-get install qemu-guest-agent sudo systemctl start qemu-guest-agent Optional – Add the curret user to the sudo group: sudo usermod -aG sudo $USER 2) Configure RDP and VNC fix the lock problem: 3) Install docker sudo apt install docker.io add the current user to docker group: sudo … Read more