Here are some scripts & manifests mentioned in the «Go? Bash! Meet the Shell-operator» talk by Flant during KubeCon + CloudNativeCon Europe 2020.
You might be also interested in:
- watching the full video of this talk;
- reading a shorter article based on this talk (it has its Russian version as well);
- downloading the slides;
- checking shell-operator and addon-operator GitHub repos.
secrets_copier.sh
is a Bash implementation for copying Secrets using shell-operator (example 0);ping_exporter.sh
is a simple (ping-based) network monitoring using shell-operator (example 3).