https://github.com/alainpham/cloud-native-appdev-lab-role
Install with plain old Docker runs for dev environments a set of essential components for modern cloud native appdev stack such as Grafana, Prometheus, Loki, Kafka, Activemq Artemis, Nexus, Portainer, Traefik...
https://github.com/alainpham/cloud-native-appdev-lab-role
Last synced: 3 months ago
JSON representation
Install with plain old Docker runs for dev environments a set of essential components for modern cloud native appdev stack such as Grafana, Prometheus, Loki, Kafka, Activemq Artemis, Nexus, Portainer, Traefik...
- Host: GitHub
- URL: https://github.com/alainpham/cloud-native-appdev-lab-role
- Owner: alainpham
- Created: 2022-07-04T14:47:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T00:27:49.000Z (about 2 years ago)
- Last Synced: 2025-01-27T07:45:13.119Z (4 months ago)
- Language: Jinja
- Size: 2.27 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Cloud Native AppDev Lab Role for Ansible
Install with plain old Docker runs for dev environments a set of essential components for modern cloud native appdev stack such as Grafana, Prometheus, Loki, Kafka, Activemq Artemis, Nexus, Portainer, Traefik.
Go to the following repo to get full example playbooks running this role :
https://github.com/alainpham/local-lab

# Manual install test
## Grafana
```
docker run --rm -e GF_PLUGINS_ENABLE_ALPHA=true grafana/grafana-oss-dev:9.1.0-72380pre
```