Search⌘ K
AI Features

Deploying the Application

Explore the steps to deploy a demo application within a Kubernetes namespace configured for Istio sidecar proxy injection. Understand how to verify the deployment and prepare the environment for chaos experiment data collection and report generation.

The only thing left for us to do, before we dive into reporting, is to deploy the demo application. It’ll be the same one we used before, so what follows will not be a mystery. Let’s go through it fast.

Pulling the latest version of the repository

We’ll go to the go-demo-8 directory and ...