Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 661 Bytes

File metadata and controls

22 lines (14 loc) · 661 Bytes

Services

Setting up a multi-service cluster using Kubernetes

The cluster contains:

  • Nginx
  • WordPress
  • PhpMyAdmin
  • FTPS
  • Grafana (+ InfluxDB)

Each service run in a dedicated container.

Kubernetes (minikube) cluster configured as shown on the scheme:

Usage

Run setup.sh script to up the cluster and launch Kubernetes dashboard. Now you can use all this services.

Also, there are possibility to reload cluster by ./setup.sh re kube or reload certain service (for example, ./setup.sh re grafana).