AutoX feature
#1341
Replies: 2 comments
-
High level design idea #1.
namespaces: # namespaces that we want autox to keep clean on start
- a
- b
- c
specs:
spec1:
trigger:
group:
version:
resource:
name:
namespace:
releaseSpecs:
spec1:
spec2:
spec3:
...
spec2:
...
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Note: Helm will recreate only objects that have changed. We still do not know if this is true if Helm charts are coupled with ArgoCD/FluxCD, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AutoX enables automated experimentation in Kubernetes. It does so by orchestrating install/upgrade/delete of experiments that are packaged as Helm charts automatically. It uses labels on Kubernetes resource objects as the trigger for these actions.
Imagine this from the perspective of Iter8 experiments.
Beta Was this translation helpful? Give feedback.
All reactions