Skip to content

Milestone 5

Srikanth Velpuri edited this page Apr 30, 2021 · 9 revisions

TASKS:

  • Deploying our services across both the IU and TACC instances of Jetstream.
  • Switching between TACC and IU VMs with no disruption of services over Network Failure.
  • Using TACC and IU for “blue-green” deployments.

Service Mesh

  1. Injected sidecar proxy
  2. Connects Control plane (istiod) with the data plane (pods with sidecar proxy)

Challenges:

  • Running Kiali Dashboard (CusterIP -> LoadBalancer)
Clone this wiki locally