UNCLASSIFIED

README.md 1.38 KB
Newer Older
1
## Must be run behind a CNAP/firewall
Joshua Eason's avatar
Joshua Eason committed
2

3 4 5 6 7 8 9 10 11 12 13 14
# To Run
```bash
# Download the tarball from the Iron Bank repository and navigate to the 
# download directory. Run the following commands to run the grafana container
# (using grafana.tar.gz as example tarball name):
podman load -i grafana.tar.gz
podman container run -p 3000:3000 grafana 
```

Grafana is an open source observability platform for monitoring and observability. 
It provides an analytics and monitoring solution for Istio. 

Jay Goodson's avatar
Jay Goodson committed
15 16 17 18
The Enterprise Edition includes all the features of the Open Source Edition. 
All open source functionality can be used free with the option to upgrade to 
the full paid Enterprise feature set, including support for Enterprise plugins.

19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
The Grafana GitHub repository is located here for reference:

https://github.com/grafana/grafana

You must have Istio installed in your cluster in order to utilize Grafana. 
If not enabled in your chosen configuration profile, enable the Grafana 
addon --set values.grafana.enabled=true option. 

The Grafana container is exposed on port 3000.

The container user `grafana` has the ID 472.

## Notes
Refer to the following documentation for getting started with Grafana:

https://grafana.com/docs/grafana/latest/guides/getting_started/
Jay Goodson's avatar
Jay Goodson committed
35 36 37 38

Refer to the following documentation for activating a Grafana Enterprise license:

https://grafana.com/docs/grafana/latest/enterprise/license/activate-license/