Skip to content

a-cha/services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

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).