Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/david-yu/consul-centos
Consul on CentOS
https://github.com/david-yu/consul-centos
Last synced: about 1 month ago
JSON representation
Consul on CentOS
- Host: GitHub
- URL: https://github.com/david-yu/consul-centos
- Owner: david-yu
- Created: 2022-06-30T17:17:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T17:18:51.000Z (over 2 years ago)
- Last Synced: 2024-11-05T22:19:52.440Z (3 months ago)
- Size: 419 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrant Virtualbox setup for Consul with Envoy
========================An exercise on installing Consul with Envoy for VM service mesh
## Download vagrant from Vagrant website
```
https://www.vagrantup.com/downloads.html
```## Install Virtual Box
```
https://www.virtualbox.org/wiki/Downloads
```## Download CentOS 7 box
```
vagrant init centos/7
```## Bring up nodes
```
vagrant up consul-node
```## Access VM
```
vagrant ssh consul-node
```## Stop nodes
```
vagrant halt consul-node
```## Destroy nodes
```
vagrant destroy consul-node
```