This is an example application to be used for Argo Rollouts in the summer of K8s program
It is simple application that consists of one container.
It performs multiple requests in a single dashboard exposed at port 8080.
go run .
then visit http://localhost:8080 in your browser
Run
docker build . -t my-app
to create a container imagedocker run -p 8080:8080 my-app
to run it
then visit http://localhost:8080 in your browser
You can find prebuilt images at https://hub.docker.com/r/kostiscodefresh/summer-of-k8s-app/tags
You can find the associated manifests at https://github.com/kostis-codefresh/summer-of-k8s-app-manifests