Hello world app
Serves the text "hello world"
A basic web app that is deployed into a Kubernetes clustser using Helm and Traefik for ingress
99.9% service availability outsite of the 03:00 maintenance window
DevOps/SRE team
Makefile, Helm, Kubectl
Service deployment is triggered using the "make app" command You can update the helm charts to make modifications to the service Docker image being used is available here https://hub.docker.com/r/strm/helloworld-http/ Autoscaling Has been disabled, since there is no need for it at this time