Nubis Dashboard

Version Build Status Issues

Welcome to the Nubis Dashboard. Here you will find links to all of the tools available in this account.

We have also included some sample, cheat sheet style help for you along with links to documentation about each tool.

If you have any questions, please reach out to the Nubis team on slack or irc in #nubis-users.

Key-Value

The key-value store is where run-time configuration is stored. We are using Consul as both the key-value store as well as for service discovery.

TODO: Add me some helpfull cheat-sheet commands.

You can find the official documentation here.

Monitoring

We are using Prometheus as the monitoring service in this account.

TODO: Add me some helpfull cheat-sheet commands.

You can find the official documentation here.

Alerting

The alert manager we are using is the native Prometheus Alert Manager.

TODO: Add me some helpful cheat-sheet commands.

You can find the official documentation here.

Graphs

Grafana is the really nice tool that is available to you to make sense of all of your log and monitoring data.

TODO: Add me some helpful cheat-sheet commands.

You can find the official documentation here.

Logs

We use Fluentd to aggregate logs from all nodes and services. These logs are then inserted into an Elasticsearch cluster. These are presented through a Kibana interface.

TODO: Add me some helpful cheat-sheet commands.

You can find the official Kibana documentation here.

You can find the official Elasticsearch documentation here.

You can find the official Fluentd documentation here.

Pipeline

Jenkins is the Continuous Integration (CI) system deployed in this account. This is where you go to promote your staging builds into production.

TODO: Add me some helpful cheat-sheet commands.

You can find the official documentation here.