Search⌘ K
AI Features

Verifying State Persistence and Exploring Failures

Explore how to verify that Jenkins' state persists across container failures in a Kubernetes environment using EBS volumes. Understand how node and availability zone failures affect stateful applications and learn practical considerations for improving cluster fault tolerance and storage solutions in AWS.

Verifying the state persistence

Now that Jenkins is up and running, we’ll execute a similar set of steps as before and validate that the state has persisted across ...

Shell
open "http://$CLUSTER_DNS/jenkins"

We have opened the Jenkins home screen.

Creating a new job

If you are not ...