https://github.com/robertpeteuil/nomad-demo
https://github.com/robertpeteuil/nomad-demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertpeteuil/nomad-demo
- Owner: robertpeteuil
- Created: 2020-07-19T16:20:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T19:50:36.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T13:56:14.750Z (8 months ago)
- Language: HCL
- Size: 31.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nomad-demo
## Consul Agent Shell
``` sh
sudo consul agent -dev
```## Nomad Agent Shell
``` sh
sudo nomad agent -dev
```## Browser Tabs
Tab | URL
------------|---------------
Consul | localhost:8500
Nomad | localhost:4646
Minesweeper | localhost:8080## Nomad Job Shell
``` sh
nomad job run minesweeper-app.nomad
nomad job run minesweeper-api.nomad
```