MS TeamsΒΆ

Robusta can report issues and events in your Kubernetes cluster to a MS Teams webhook.

To configure a MS Teams sink we need a webhook URL for the target teams channel. You can configure it in MS Teams channel connectors.

Configuring the MS Teams sinkΒΆ

Add this to your generated_values.yaml

sinksConfig:
- ms_teams_sink:
    name: main_ms_teams_sink
    webhook_url: teams-incoming-webhook  # see instructions below

Then do a Helm Upgrade.

Obtaining a webhook URLΒΆ

  • Choose a channel and click "Manage Channel".

  • Click "Connectors->Edit", and configure an "Incoming Webhook"

  • Fill out the name robusta.

  • Optional: upload the robusta logo for the connector’s image.

  • Copy the webhook_url.