High Availability Network Service

architecture

Perquisites

  • Go
  • Docker

Start

Ensure the .env is in the project root folder and variables are set.

Checkout Configuration

docker-compose config

Start Docker Compose

docker-compose up -d --build

Stop Docker Compose

docker-compose down

Kubernetes

Docker

Start

kubectl apply -f deploy

Stop

kubectl delete -f deploy