81 questions
0
votes
0
answers
51
views
lerna publish --canary detect incorrect version
I maintain a mono repositories with lerna.
About branches, master to emit the product version, and beta to keep the prerelease version.
I usually checkout new feature branch, do some commits and merge ...
-1
votes
1
answer
160
views
istio canary strategy with dynamic routing rules with different apps
we are trying to achieve canary strategy for our micro-services running in aks cluster. we followed a very good article https://medium.com/microsoftazure/canary-release-strategy-using-kubernetes-istio-...
1
vote
0
answers
299
views
How can I install the React canary version in an existing project?
I want to install a canary version of React into an existing project. I have checked the documentation.
It says I should use Releases in Canary are published with the canary tag on npm. Versions are ...
2
votes
1
answer
4k
views
Windows 11 - 6ghz Hotspot
TL;DR: Found some handy code on this forum, modified and tested in powershell for starting a mobile hotspot. The important part of the script is the ability to select the 6ghz band. Anybody have any ...
0
votes
1
answer
342
views
Testing kafka consumer applications in isolation (during a canary deployment)
I want to be able to test kafka-consumer flows after a canary deployments.
Assume we have service which consumes a kafka topic. I have 3 instances in production and 3 partitions on kafka.
At T0 they ...
1
vote
0
answers
134
views
How to Canary rollout between two namespace, using Treafik v2
I want to implement Canary release between two namespace : ns-A (old version), ns-B (new version).
My cluster have Traefik v2 and it's not possible to install an another controller, two bad because I ...
1
vote
0
answers
194
views
Istio: How to do canary deployment
Currently there are 3 possible values which we can receive in the header like A1, A2 and A3, and we have three different services running for each value like Service-A1, Service-A2 and Service-A3.
...
0
votes
1
answer
152
views
Will the last request flow be cut off when the service is deployed?
Question:
When we deploy the service with k8s, using a blue-green deployment, will the last request made (to the old container) be cut off during container switching?
The old container may have been ...
1
vote
1
answer
1k
views
Can I automatically do Rolling, Blue-Green and Canary Deployments on Cloud Run (GCP)
I come from AWS. I used to automatically do Rolling, Blue-Green and Canary Deployments with CodeDeploy on AWS. Then, when I came to GCP and read Rollbacks, gradual rollouts, and traffic migration, it ...
0
votes
0
answers
242
views
Canary deployments for Lambda with CodeDeploy and CodePipeline
I can't seem to set up a pipeline that uses CodeDeploy for a lambda function. I have tried:
Generating the appspec.yml file as part of a CodeBuild action. In this case CodePipeline zips the file, and ...
0
votes
1
answer
317
views
WPF Application - releasing strategy
I'm seeking some advice about improving our release strategy for an inhouse WPF application.
Currently, we are using ClickOnce to release new versions to our users.
Still manual, but we are looking ...
1
vote
1
answer
437
views
Is there a canary property to check in nginx-ingress snippet
I have these two ingresses for a blue (production) and green (canary) deployment and I want in my nginx snippet to set certain stuff based on whether the request is served from production service or ...
1
vote
1
answer
36
views
Canary deployment of update to install4j application using Apache
I have a desktop app with install4j auto-updates (checked at app startup).
I want to do a phased rollout of the updates.
For this I am thinking of having Apache Load Balancer serve an updated version ...
2
votes
1
answer
1k
views
How to do a canary upgrade of existing istio customised setup?
How to do a canary upgrade to existing istio customised setup.
Requirements:
We have existing customised setup of istio 1.7.3 (installed using istoctl method and no revision set for this) for AKS 1....
2
votes
0
answers
841
views
EF db migrations with rolling/canary deployments
I have a .NET application that is using EF Core as ORM, and all db modifications are done using Db Migrations in EF.
The application is hosted on the cloud on multiple VMs in production, after do all ...