https://github.com/robusta-dev/demo-actions
https://github.com/robusta-dev/demo-actions
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robusta-dev/demo-actions
- Owner: robusta-dev
- Created: 2022-07-31T08:15:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T14:27:37.000Z (about 2 years ago)
- Last Synced: 2025-06-22T03:52:45.926Z (7 months ago)
- Language: Python
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Demo automations using [Robusta](https://github.com/robusta-dev/robusta)
1. List resource manifests by kind
2. List pods by status
More to come soon!
# Why another automation tool
Because we love Python.
We want Kubernetes maintenance to be simpler.
We want to share knowledge about Kubernetes troubleshooting.
Robusta lets us do all of that with one simple Python function per scenario.
# Is it really that simple?
Yes!
All the wiring and annoying parts are handled by Robusta.
The action contains logic but no boilerplate wiring.
[See the Robusta docs on manual triggers to understand how this works.](https://docs.robusta.dev/master/playbook-reference/triggers/manual-triggers.html)