Skip to content
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

CI/CD - Correctly deploy to production cluster #145

Open
5 tasks
ArjaanBuijk opened this issue Jul 10, 2021 · 0 comments
Open
5 tasks

CI/CD - Correctly deploy to production cluster #145

ArjaanBuijk opened this issue Jul 10, 2021 · 0 comments
Assignees
Labels
CI/CD Related to the CI/CD pipeline

Comments

@ArjaanBuijk
Copy link
Contributor

ArjaanBuijk commented Jul 10, 2021

Something like these updates are needed to correctly deploy to the production cluster:

  • Take cluster offline
    The currently pending requests must be handled, then disconnect the loadbalancer and display some message about temporary maintenance.

  • Backup the postgresql db (Create snapshot of the EBS volume)

  • Upgrade the deployment

    • After deployment, recycle the action server pod. This is not done automatically. (Because the docker image tag is unchanged?)
  • Bring the cluster back on line

@ArjaanBuijk ArjaanBuijk added the CI/CD Related to the CI/CD pipeline label Jul 10, 2021
@ArjaanBuijk ArjaanBuijk self-assigned this Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Related to the CI/CD pipeline
Projects
None yet
Development

No branches or pull requests

1 participant