Ambassador Labs

Code, ship, and run apps for Kubernetes faster and easier than ever — powered by Ambassador’s industry-leading developer experience.

Follow publication

Canary deployments, A/B testing, and microservices with Ambassador

Kelsey Evans
Ambassador Labs
Published in
3 min readFeb 22, 2018

--

What is Canary Deployment?

Reverse proxies and Layer 7

Canary deployment with Ambassador

git clone https://github.com/datawire/hello-world-python
cd hello-world-python
forge deploy
def root():
return "Hello World Canary! (up %s)\n" % elapsed()
forge --profile canary deploy

Testing the canary

kubectl get services ambassador
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
ambassador 10.11.250.208 35.190.189.139 80:31622/TCP 4d
while true; do curl http://$AMBASSADOR_URL/hello/; done

Rollback

kubectl delete svc,deploy hello-world-canary
while true; do curl http://$AMBASSADOR_URL/hello/; done

Next Steps

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Published in Ambassador Labs

Code, ship, and run apps for Kubernetes faster and easier than ever — powered by Ambassador’s industry-leading developer experience.

No responses yet

Write a response