Questions around lifecycle-controller #37
vadasambar
started this conversation in
General
Replies: 3 comments 2 replies
-
📝
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello and thank you for your feedback! Please consider the lifecycle controller as a new approach in parallel to the current keptn. It has no relation to keptn-services and is not aiming to deploy applications by itself (but will be able to be orchestrated by tools like ArgoCD and flux).
|
Beta Was this translation helpful? Give feedback.
2 replies
-
https://docs.google.com/presentation/d/1satTEbjIoCZXLyx40i-IdV3hWd8ctnMz/edit#slide=id.p14 adds further context to the "why" behind lifecycle-controller |
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
-
Sorry for the barrage of questions. I think some of my questions might get answered once I go through the code but I am noting them down here as well (so that I can write the answers myself once I get more clarity)
1.
Are we trying to replicate something similar to what ArgoCD pre and post deployment hooks do (since we can't really use ArgoCD here because we use helm-service to deploy our helm charts)
2.
Does
workload resources to finish
here mean the deployment moves from one Keptn stage to another (hardening
->production
for example).3. Is the
Application
resource there for telling the application controller what pre-deploy or post-deploy Job should be run for a specific service?4. Is the
Service
resource there for telling the service controller about user manifests i.e., is the service controller applying the manifests here? What role does service controller play here?5.
Do we want to run some kind of tests in the post-deployment here and then use an SLO and SLI for that (similar to what we do with lighthouse-service + sli providers in Keptn right now) here? What roles do the SLI and SLO controller play here?
Beta Was this translation helpful? Give feedback.
All reactions