Skip to content

Instantly share code, notes, and snippets.

@goern
Created July 6, 2017 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goern/e6aae19a2d8145fa1f184e74f9fe48c9 to your computer and use it in GitHub Desktop.
Save goern/e6aae19a2d8145fa1f184e74f9fe48c9 to your computer and use it in GitHub Desktop.
Hawkular: visualize two deployments
1. Hawkular provides CPU, Mem, Net metrics for each Pod
1.1. we can map Pods to deployments, so we can aggregate a deployments resource consumption
2. Tag a point in time when a new deployment started, it ends when a rolling updates is finished.
3. show resource consumption of first deployment, overlayed with resource consumption of second deployment
4. show forcase of resource consumption of first deployment within the overlay diagram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment