-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change applications in platform from being deployed as daemon sets to deployments #142
Comments
@SandGrainOne : is this actually being solved as part of #190 (and thus this issue can be closed as duplicate/"superseeded")? |
@olebhansen yeah, that is the intention. |
Closing. Duplicate of #190. |
It turns out that this type of change also will require a blue-green deployment process. When deploying the changes to kubernetes, it tears down the existing daemon set before starting new pods with the new settings. This puts a big blocker on this change at least for now. I want us to plan a larger update more of our applications instead of doing a blue green change for every "little" thing. |
Description
The purpose of the change is to have autoscaling and improve utilization of the AKS resources.
Additional information
The platform team is working on a base template for platform applications: Altinn/altinn-platform#978
We also hope that this can have a positive effect on the liveness probes and kubernets ability to recyle pods that are unresponsive. There has been cases where Profile has stopped responing on 1 out of 3 requests. We believe it's because one out of three pods across the three nodes in AT was faulty.
Tasks
deployments
Acceptance Criterias
The text was updated successfully, but these errors were encountered: