You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're stuck in a time loop of finding a hideous bug. Some form of software can help you find the root cause. What software might that be?
The situation is that you have a Kubernetes cluster which has firing alerts. You find out about those alerts in Slack, but because you're in a very short time loop, you have to be able to investigate and solve the alert while remaining entirely in Slack.
Technology
I work on an open source project called Robusta that we can use to do this. Using Python and YAML, we can define what data to show in Slack when each alert occurs. We can also trigger remediation actions by clicking on buttons in Slack.
Here is a silly example which adds a button that lets search Stackoverflow for the current alert's name without leaving Slack. The results are then sent in a followup message in the same channel.
The situation is that you have a Kubernetes cluster which has firing alerts. You find out about those alerts in Slack, but because you're in a very short time loop, you have to be able to investigate and solve the alert while remaining entirely in Slack.
Technology
I work on an open source project called Robusta that we can use to do this. Using Python and YAML, we can define what data to show in Slack when each alert occurs. We can also trigger remediation actions by clicking on buttons in Slack.
Here is a silly example which adds a button that lets search Stackoverflow for the current alert's name without leaving Slack. The results are then sent in a followup message in the same channel.
You can see the code that powers this here.
Plan
The text was updated successfully, but these errors were encountered: