Search⌘ K
AI Features

Deploying the Application

Explore the process of redeploying a Kubernetes application after namespace deletion to prepare for availability experiments. Understand the deployment steps, including pulling the latest repository version, creating namespaces, and applying application definitions. This lesson builds foundational skills needed to test and verify application high availability in subsequent chaos experiments.

At the end of the previous section, we deleted the whole go-demo-8 Namespace. Now we need to deploy the application again. It will be exactly the same as the last version that we deployed before. With that in mind, we should be able to go through the deployment very fast.

Let’s deploy the application and go through this ...