Skip to content

Instantly share code, notes, and snippets.

@codesenju
Last active March 26, 2021 19:17
Show Gist options
  • Save codesenju/19bc374404ed548401b6af098b557776 to your computer and use it in GitHub Desktop.
Save codesenju/19bc374404ed548401b6af098b557776 to your computer and use it in GitHub Desktop.
Setup Grafana High Availability in 5 min.

Grafana High Avialability

Architecture

Breakdown:

  • Nginx will serve as our Load Balancer.
  • PostgreSQL 12 will store our data.

Quick start:

docker compose up -d


Go to localhost:8080 on your browser.

Initial grafana sign in details:

Username Password
admin admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment