This is very simple HTTP server written by golang.
Start it by following command:
docker run --rm -p 8080:80 devopsws/go-server:latest
then you can visit it via: curl http://localhost:8080
This project offers the following APIs:
Path | Description |
---|---|
/ |
Print a hello world message. |
/version |
Print the version of this project. |
Please go into the directory flux if you like to try it.
See also Argo Rollouts related files here.