How to make web server of VM inside of Proxmox Network on Promox root@vmi2453123:/etc/network# cat /etc/network/interfaces auto lo iface lo inet loopback auto eno1 iface eno1 inet manual auto eno2 iface eno2 inet manual iface eno3 inet manual ifac... Infrastructure Apr 8, 2025
How to install minikube(Kubernetes) Here is the easy step to setup minikube on ubuntu 20,22 and 24 sudo apt update sudo apt install docker.io curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-arm64 sudo ins... Infrastructure Server Dec 30, 2024