Canary deployment is the practice of deploying a new version of an application to a subset of production servers to test whether the new version functions properly in production without affecting all users if it doesn't.
Questions tagged [canary-deployment]
84 questions
0
votes
1 answer
Istio: Blue/green deployment
Could I create an traffic strategy in order to route traffic between services running in different kubernetes' namespaces?
Currently, my testing service is located at staging namespace. By other hand, my service in production are on production…

Jordi
- 20,868
- 39
- 149
- 333
0
votes
2 answers
How to implement Canary deployment in kubernetes with different versions specified in deployment
I have two deployment files
1.
deployment-1.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: process
labels:
app: process
spec:
replicas: 3
selector:
matchLabels:
app: process
template:
metadata:
labels:
…

Paramanand Dhuri
- 41
- 6
0
votes
1 answer
Setting up load-balancer based on authenticated users
I'm trying to set up a loadbalancer that would redirect to specific version of an application certein users. So far i was using Blue/Green deployment strategy (so once i made new version of an app i created new environment and redirected traffic…

peter Schiza
- 387
- 7
- 23
0
votes
2 answers
Chef Provisioning for canary deployment and orchestration
I am searching for chef features that, does below jobs for deployment.
Configuration:
1) Configuration of deployment node machines in specific environment
2) Configure no of service instances to be alive in environment at all time
Deployment:
Now,…

Nitul
- 997
- 12
- 35
0
votes
1 answer
Gradle error when trying to build Android Things project with Android Studio Canary 2
I am trying to get started with Android Things. I am selecting Android Things in Project type in Android Studio 3.0 Canary 2 from May 26 2017.
My gradle build is failing.
What is wrong here? Is this an issue with the Canary build?

Neil Dey
- 449
- 2
- 7
- 18
0
votes
1 answer
Kubenetes - For web based applications, does it support cookie based routing so as to route subset of customers to the new version of the application?
Suppose there is a version 1.0 of the web application running in production. You want to deploy new version 2.0 side by side of the production version 1.0. You want to route traffic from subset of users/customers to the new version. In other words,…

Anand Patel
- 6,031
- 11
- 48
- 67
0
votes
1 answer
Canary release, how to simulate it with coding, if possible at all
I'm in a project where I am building a simulator of a website. I am testing how feature toggling can provide some cons that can help a team release more often than they do now.
One thing I do like to simulate is how the Canary release is working.…

Mikkel
- 1,771
- 11
- 35
- 59
-1
votes
1 answer
Android Studio Canary freezes all the time on Windows 10 64-bit
I am currently developing an Android App. Four days ago I messed up the Git repository I was working with and I decided to create a new Android Studio project and clone the repository inside this new project.
Since then Android Studio freezes like…

binaryBigInt
- 1,526
- 2
- 18
- 44