WordPress on Kubernetes in Ubuntu

WordPress on Kubernetes in Ubuntu based on: https://github.com/bitnami/charts/tree/master/bitnami/wordpress/#installing-the-charthttps://vitux.com/install-and-deploy-kubernetes-on-ubuntu/ 1) Install snapd sudo apt update sudo apt install snapd 2) Install helm sudo snap install helm –classic 3) Install and enable Docker sudo apt install docker.io sudo systemctl enable docker 4) Add the Kubernetes signing key on both the nodes curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key … Read more