-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
We currently have an "Alerting" page in the developer guide that teaches how to deploy Alertmanager and configure it through secrets and AlertmanagerConfig.
With the Platform/Developer relationship that is the focus of our new website structure, it doesn't make much sense to write it this way. #101 focuses on the content for the Platform guide, while this one focuses on the Developer experience.
Planned content:
- Briefly explain how using a secret is a terrible experience. AlertmanagerConfig to the rescue!!! Goal is to make it clear that for a Platform team, it is advised to build automation around AlertmanagerConfig instead of k8s secrets.
- Explain how alertmanagerconfig aims to replicate the original Alertmanager configuration struct.
- Alertmanager has ...configSelectors, Developers are free to decide on their alert routes simply by deploying new AlertmanagerConfig resources. The operator will merge all selected resources before writing the configuration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels