Skip to content

aydevosotros/k8s-workshop-app

Repository files navigation

k8s-workshop-app

Little flask app for the k8s-workshop.

It exposes an endpoint @ /hello where you will get a message that shows the environment where it is deployed and a greeting depending on the user if defined.

Example

ENVIRONMENT="LocalTesting"
USER="archie"

The image is available at: ghcr.io/aydevosotros/k8s-workshop-app