A container to a http password generator
- Build and run container
$ make build
$ make up
- Get password
$ make get-pass
# or
$ curl http://127.0.0.1
HiEN-l0Dz-VQ8b-QdLu
$ make get-json
# or
$ curl http://127.0.0.1/json
{
"password": "HiEN-l0Dz-VQ8b-QdLu"
}
NOTE depends on nginx-ingress, external-dns, and kube-lego
$ make deploy
$ make delete