Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oleksiyp/consul-connect-multi-dc

Experiments with multi-DC setup of Consul Connect in Kubernetes
https://github.com/oleksiyp/consul-connect-multi-dc

Last synced: about 1 month ago
JSON representation

Experiments with multi-DC setup of Consul Connect in Kubernetes

Awesome Lists containing this project

README

        

## Startup instruction
```
Prerequisites: docker, kind, go, helm, java, maven, node, vault(command line)

$ bash create-two-dcs.sh
$ bash deploy-all.sh
$ docker run -p 3000:80 oleksiyp/ingress-js:latest

```

Open [http://localhost:3000](http://localhost:3000)

### Control commands

### Deploy

bash control-svc.sh deploy dc1 svc1

### Off

bash control-svc.sh off dc1 svc1

### On

bash control-svc.sh on dc1 svc1