You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
Weavework pattern for going from stg to prod is to use istio for for canary deployments.
Their kubediff tool might allow for a simpler approach. For example it already includes a compare-images command.
I wonder if the check that staging is green and matches the desired prod image versions is best run as part of the deploy or as part of a PR pipeline that somehow queries the cluster.
Or do we move from stg to prod release via a retag of a somehow confirmed stg image.
It appears that Flagger doesn't require a service mesh. It can also be used with nginx-ingress. We could run smoketests via helm hook and read only load tests.
Not sure what the best way to assert a successful test in the staging env:
Requires #787, #1067
DoD:
Informs #1042
ToDo:
The text was updated successfully, but these errors were encountered: