/k8s_template

Instant-cooking Kubernetes cluster template for hosting a WordPress application

Primary LanguageDockerfile

Instant-cooking Kubernetes cluster template for hosting a WordPress application

For local run, can be launched inside VirtualBox using Minikube

Includes containers for

git clone https://github.com/BuddhaCola/wtf_service.git

cd into it

cd wtf_service

Run setup.sh script by entering

bash setup.sh

After Minikube started the cluster and Docker finished building containers you can open Dashboard by typing into console

minikube dashboard

If all done right, you should be able to open main page by opening http://192.168.99.100/ in your browser


Screenshot 2021-09-23 at 13 33 54