Istio Service Mesh rollout into Prod (Design / Architectural decisions)

1/8/2020

This is more of a design architectural decision to rollout Istio Service Mesh solution into Production. What are the key design decisions to make in this regard. What were the learnings/outcomes after rolling out into Prod. We are considering using Istio Operator as the way to go which would reconcile the state of the service mesh and possibly it would be a service mesh on boarding different k8s(v1.13.12) clusters gradually.

-- Avi
architecture
azure-kubernetes
design-patterns
istio
kubernetes

1 Answer

1/8/2020

Istio announced that version 1.0 is production-ready. Here are some links about the design/architectural decisions to deploy istio in production:

Here is istio operator and a GitHub issue about istio's production/HA docs.

-- Vikram Hosakote
Source: StackOverflow