Skip to content

Kubernetes Probe demo application -- Can be used to play around with probes, failure scenarios etc.

License

Notifications You must be signed in to change notification settings

JanneMattila/KubernetesProbeDemo

Repository files navigation

Kubernetes Probe Demo

Build Status

Build Status Docker Pulls License: MIT

Introduction

Originally this was created for this blog post about Playing with Kubernetes livenessProbe and readinessProbe probes, however this has been proven to be pretty handy tool for various health check type of tests as well.

You can easily deploy this app to Kubernetes or PaaS like services such as Azure App Service and test how the platform behaves under various conditions. Hopefully, it helps to step up your own availability game.

How to create image locally

# Build container image
docker build . -t kubernetesprobedemo:v1

# Run container
kubectl apply -f KubernetesProbeDemo.yaml

About

Kubernetes Probe demo application -- Can be used to play around with probes, failure scenarios etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published