Skip to content

Commit

Permalink
Add Images and updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maxyermayank committed Aug 18, 2018
1 parent ccbcf4f commit 4fa90b2
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,54 @@
# vault-consul-swarm-cluster

### Prerequisite:
1. Docker
2. Docker Swarm

## Deploy Stack
### Enable Docker Swarm locally
```
docker swarm init
```

### List Docker Swarm Node
```
docker node ls
```

### Deploy Stack
```
env $(cat .env | grep ^[A-Z] | xargs) docker stack deploy -c stack.yml devops
```

## Remove Stack
### Remove Stack
```
docker stack rm devops
```

## List Docker Services
### List Docker Services
```
docker service ls
```

## Access Vault UI
### Access Vault UI
```
open http://localhost:8200
```

## Access Consul UI
![](images/init.png)
![](images/unseal.png)
![](images/login.png)
![](images/vaultcli.png)

### Access Consul UI
```
open http://localhost:8500
```
![](images/consul.png)
![](images/consulkv.png)


### Static credential
![](images/staticcred.png)

### Dynamic credential
![](images/dynamiccred.png)
Binary file added images/consul.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/consulkv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dynamiccred.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/init.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/staticcred.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/staticcredreadwrite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/unseal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vaultcli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4fa90b2

Please sign in to comment.