DiscordΒΆ
Robusta can report issues and events in your Kubernetes cluster to Discord.
To configure the Discord sink we will need the Discord webhook url
Note
2-way interactivity (CallbackBlock
) isn't implemented yet.
Getting your discord webhook urlΒΆ
Open the Discord channel you want to receive Robusta event notifications.
From the channel menu, select Edit channel.
Select Integrations.
If there are no existing webhooks, select Create Webhook. Otherwise, select View Webhooks then New Webhook.
Copy the URL from the Copy Webhook URL field.
Select Save in the bottom.
Configuring the Discord sinkΒΆ
Now we're ready to configure the Discord sink.
Add this to your generated_values.yaml
sinksConfig:
- discord_sink:
name: personal_discord_sink
url: <YOUR WEBHOOK URL>
Save the file and run
helm upgrade robusta robusta/robusta --values=generated_values.yaml
You should now get playbooks results in Discord!
Discord configuration tutorialΒΆ
See video below: