For now, just a bunch of solutions to run directly from your computer using Docker.
So far, we've the following container solutions:
- Pakcer
- Ansible
- Terraform
- Observability
- Grafana
- Prometheus
- Promtail
- Loki
- Observability with reverse proxy
- Grafana
- Prometheus
- Promtail
- Loki
- Node Exporter
- Traefik
docker container run \
--rm \
--entrypoint htpasswd \
httpd:2 -Bbn myuser mypassword > nginx/htpasswd # be sure to be in the right directory
In this project, all accesses will be allowed only via Traefik.
All services ports are disabled, it only will be available via Traefik (proxy).
To access the services, use the following addresses in your browser:
- grafana.localhost
- prometheus.localhost
- cadvisor.localhost
- traefik.localhost