Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oleksiyp/consul-connect-multi-dc
- Owner: oleksiyp
- Created: 2020-03-11T05:24:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:38:55.000Z (about 2 years ago)
- Last Synced: 2024-10-14T21:53:13.354Z (3 months ago)
- Language: Go
- Homepage: https://medium.com/@oleksiypylypenko/consul-connect-multi-dc-mesh-part-1-43d1c35322f7
- Size: 17.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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