Make it production-ready
Finish the quickstart by routing hello-kupe alerts to Slack.
Add a Slack receiver
Section titled “Add a Slack receiver”- In console.kupe.cloud, open Alerting → Notifications.
- Click Add Receiver, choose Slack.
- Paste a Slack incoming webhook URL and name the receiver
slack-dev. - Click Test to send a sample alert.
Route hello-kupe alerts to it
Section titled “Route hello-kupe alerts to it”- On the same page, switch to the Routing tab and click Add Routing Rule.
- Match on label
namespace = hello-kupe. - Set the receiver to
slack-dev. - Save.
Any Kupe-managed alert firing for the hello-kupe namespace now lands in Slack.
Beyond the quickstart
Section titled “Beyond the quickstart”hello-kupe now has GitOps delivery, dashboards, logs, metrics, and a Slack
alert route. It is still a demo rather than something to put real traffic on.
The Running production workloads page has the checklist for closing that gap: scaling, custom domains, TLS, secrets, upgrades, and richer alert rules.
For every receiver type and routing option, see Notifications. For building your own alert rules, see Alerting.