summaryrefslogtreecommitdiff
path: root/f3s/tracing-demo/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-15 21:31:45 +0200
committerPaul Buetow <paul@buetow.org>2026-01-15 21:31:45 +0200
commit7abd6361ddd487ded8baee5f3812af0135964abf (patch)
tree71856dc85bf1c856c99db3dee0ed20947654aec9 /f3s/tracing-demo/Justfile
parente5e6a3baa70cab02360779079ed431607ea42f89 (diff)
feat: add automated demo scripts for Argo Rollouts
Diffstat (limited to 'f3s/tracing-demo/Justfile')
-rw-r--r--f3s/tracing-demo/Justfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/f3s/tracing-demo/Justfile b/f3s/tracing-demo/Justfile
index b3b1eae..2d5620e 100644
--- a/f3s/tracing-demo/Justfile
+++ b/f3s/tracing-demo/Justfile
@@ -136,6 +136,24 @@ rollout-abort:
rollout-history:
kubectl argo rollouts history tracing-demo-frontend -n {{NAMESPACE}}
+# === Automated Demo Scripts ===
+
+# Run full automated canary rollout demo
+demo-canary:
+ @./demo-canary-rollout.sh
+
+# Run abort/rollback demo
+demo-abort:
+ @./demo-abort-rollout.sh
+
+# Reset rollout to clean state
+demo-reset:
+ @./demo-reset.sh
+
+# Interactive demo menu
+demo-menu:
+ @./demo-menu.sh
+
# Start demo (requires manual rollout trigger in another terminal)
rollout-demo:
@echo "Starting Argo Rollouts demo..."