Skip to main content
Version: 1.27.2

Alertmanager Operated

Alertmanager handles alerts sent by Prometheus server and routes them to configured receiver integrations such as email, Slack, PageDuty, or OpsGenie. It helps you to manage alerts flexibly with its grouping, inhibition and silencing features.

Fury Prometheus deployment (see prometheus-operated) is already configured to automatically discover Alertmanager instances deployed with this package.

Image repository and tag

Requirements

Configuration

Fury distribution Alertmanager is deployed with the following configuration:

  • Replica number: 3
  • Listens on port 9093
  • Alertmanager metrics are scraped by Prometheus every 30s

Deployment

Before deploying this, please take a look at how to configure the alertmanager the right way.

You can deploy Alertmanager by running the following command:

kustomize build | kubectl apply -f -

Accessing Alertmanager UI

You can access to Alertmanager dashboard by port-forwarding on port 9093:

kubectl port-forward svc/alertmanager-main 9093:9093 --namespace monitoring

Now you can go to http://127.0.0.1:9093 on your browser to see and manage your alerts.

To learn how to add external URL to access Alertmanager please see the example.

Links