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 Observability → 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”- In the same page, open Routes and click Add route.
- 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.
You’re done
Section titled “You’re done”By this point, you have:
- a running managed cluster
- an app deployed via GitOps
- logs, metrics, and a dashboard in Grafana
- a Slack alert wired up
What’s next
Section titled “What’s next”The Running production workloads page lays out the checklist for taking this from a demo to something you’d put real traffic on — 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.