This is the second of two posts I’ve published with some notes and takeaways from two amazing days at the KubeCon Europe 2017 (the first post is focused on Kubernetes). These notes have been primarely taken for myself, thus they could be incomplete, inexact, or no more true at the time you will read it, so don’t give anything written here as the absolute source of truth. If you notice any wrong information, please comment below and I will fix it asap. That said, enjoy reading! CNCF Prometheus is one of the projects supported by the Cloud Native Computing Foundation (CNCF), a no-profit organization founded in late 2015. Thanks CNCF, for supporting it! High Availability Prometheus There are two distinct components you’ve to setup in HA, in order to have an high availability monitoring system based on Prometheus: Prometheus AlertManager HA Prometheus To setup Prometheus in HA, you just have to run two identically configured Prometheus serve...