We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are 2 deployment methods documented:
Dual This deployment mode is intended for applications where downtime during deployment needs to be as minimal as possible
Dual
And
BlueGreen This deployment mode is intended for applications where downtime during deployment needs to be zero
BlueGreen
Both keeps 2 clusters, twice as many pods and much resources.
Would be nice to have a 3rd option optimized for cost instead of uptime, where the old cluster is deleted first, freeing the resource.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are 2 deployment methods documented:
And
Both keeps 2 clusters, twice as many pods and much resources.
Would be nice to have a 3rd option optimized for cost instead of uptime, where the old cluster is deleted first, freeing the resource.
The text was updated successfully, but these errors were encountered: