For local run, can be launched inside VirtualBox using Minikube
Includes containers for
- Wordpress
- Nginx
- Database (default MySQL)
- Grafana
- InfluxDB (for Grafana)
- Phpmyadmin
- ftps server
Requirements
Docker Desktop installaed
Kubernetes installaed
Kubectl installaed
Minikube installaed
Usage
Git clone the repository by entering
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