Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```