Kubernetes World

  • Login
Trending now

Container, Docker and Kubernetes. This article is not a deep dive of… | by Sandeep ...

Spark and Kubernetes, A Match Made in Heaven | by Cluephant Technologies | Feb, 2021 ...

The case of Kubeswitch. Managing a handful of Kubeconfig files… | by Daniel Foehr | ...

ATO (2020) Tech Talk: Writing a Kubernetes/Openshift Operators Using Operator-SDK – Operators – Medium

Week08 – News, Updates & Reminders – AWS | HashiCorp | Istio | Kubernetes | ...

Kubernetes – ServiceTopology. Merhaba, | by Emir Özbir | Feb, 2021 | Medium

How to connect to multiple Google Kubernetes clusters easily in parallel | by Alex Moss ...

Multi tenancy in Kubernetes cluster | by Yogesh Kumar | Feb, 2021 | Medium

On-call? We feel your pain. It’s 3 AM. You’re the developer on call… | by ...

Alert Fatigue — A practical guide to managing alerts | by Komodor | Feb, 2021 ...

Home » Technology » Argo Rollouts with Istio for Canary deployments | by Harpreet Singh | Jan, 2021 | Medium

Argo Rollouts with Istio for Canary deployments | by Harpreet Singh | Jan, 2021 | Medium medium.com

1
admin 1 month ago in Technology

In the modern software continuous delivery practices canary deployments is one of the most adopted strategic tactic which reduces the risk involved with releasing new software versions. In canary style deployment, idea is that you’ll deploy new release version in parallel with its Stable version. Once you test the new version then you can divert complete traffic to new version and remove the stable the version. In this blog we are going to cover canary style deployment for distributed micro services architecture running over Kubernetes and Istio as a service mesh solution by using Argo Rollouts (a Kubernetes controller). Argo Rollouts is a Kubernetes controller and set of CRDs which provides advanced deployment capabilities such as canary, blue-green, canary analysis, experimentation etc. Our main focus will be on how to use canary deployment strategy features of Argo Rollouts with Istio as traffic management.

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Container, Docker and Kubernetes. This article is not a deep...
  2. Spark and Kubernetes, A Match Made in Heaven | by...
  3. The case of Kubeswitch. Managing a handful of Kubeconfig files…...
  4. ATO (2020) Tech Talk: Writing a Kubernetes/Openshift Operators Using Operator-SDK...
  5. Week08 – News, Updates & Reminders – AWS | HashiCorp...
  6. Kubernetes – ServiceTopology. Merhaba, | by Emir Özbir | Feb,...
  7. How to connect to multiple Google Kubernetes clusters easily in...
  8. Multi tenancy in Kubernetes cluster | by Yogesh Kumar |...
Tags : argoargo-rolloutscanary-deploymentsistiokubernetes

Get weekly Kubernetes news directly to your inbox

Loading
Copyright © 2021 Kubernetes World.
Login Register

Login

Lost Password
Oops! Sorry, registration is disabled.

Argo Rollouts with Istio for Canary deployments | by Harpreet Singh | Jan, 2021 | Medium

admin 1 month ago in

In the modern software continuous delivery practices canary deployments is one of the most adopted strategic tactic which reduces the risk involved with releasing new software versions. In canary style deployment, idea is that you’ll deploy new release version in parallel with its Stable version. Once you test the new version then you can divert complete traffic to new version and remove the stable the version. In this blog we are going to cover canary style deployment for distributed micro services architecture running over Kubernetes and Istio as a service mesh solution by using Argo Rollouts (a Kubernetes controller). Argo Rollouts is a Kubernetes controller and set of CRDs which provides advanced deployment capabilities such as canary, blue-green, canary analysis, experimentation etc. Our main focus will be on how to use canary deployment strategy features of Argo Rollouts with Istio as traffic management.

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Container, Docker and Kubernetes. This article is not a deep...
  2. Spark and Kubernetes, A Match Made in Heaven | by...
  3. The case of Kubeswitch. Managing a handful of Kubeconfig files…...
  4. ATO (2020) Tech Talk: Writing a Kubernetes/Openshift Operators Using Operator-SDK...
  5. Week08 – News, Updates & Reminders – AWS | HashiCorp...
  6. Kubernetes – ServiceTopology. Merhaba, | by Emir Özbir | Feb,...
  7. How to connect to multiple Google Kubernetes clusters easily in...
  8. Multi tenancy in Kubernetes cluster | by Yogesh Kumar |...