Skip to content

Open source Kubernetes troubleshooting and automation platform

License

Notifications You must be signed in to change notification settings

avtar-mindgrep/robusta

 
 

Repository files navigation

Robusta

Robusta is a troubleshooting and automations platform for Kubernetes. It streamlines everything that happens after you deploy your application. It is somewhat like Zapier/IFTTT for devops, with an emphasis on prebuilt useful automations and not just "build your own".

Use cases

Read the docs for more info or see screenshots and demos at robusta.dev

twitter robusta slack robusta GitHub Workflow Status (event)

Examples

Monitor crashing pods and send their logs to Slack:

triggers:
  - on_prometheus_alert:
      alert_name: KubePodCrashLooping
actions:
  - logs_enricher: {}
sinks:
  - slack

Remediate alerts with the click of a button:

Take manual troubleshooting actions, like attaching a debugger to a python pod:

robusta playbooks trigger python_debugger name=mypod namespace=default

There are over 50 built-in automations.

Stay up to date

We add new features regularly. Stay up to date by watching us on GitHub.

Installing Robusta

  1. Install our python cli:
python3 -m pip install -U robusta-cli --no-cache
  1. Generate a values file for Helm:
robusta gen-config
  1. Install Robusta with Helm:
helm repo add robusta https://robusta-charts.storage.googleapis.com && helm repo update
helm install robusta robusta/robusta -f ./generated_values.yaml

Full instructions are in our installation guide.

Documentation

Interested? Read the full documentation

Contribute to Robusta

Instructions to get Robusta working locally for development.

About

Open source Kubernetes troubleshooting and automation platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%