fix: simpleservice endpoints (#37)

pull/39/head
Rémy-Christophe Schermesser 5 years ago committed by GitHub
parent 705e476adf
commit 9e1eaae3b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,11 +10,7 @@ But it has a base assumption that a `pod` can be killed whenever it wants to. So
## First pod
Let's start to deploy the docker image [mhausenblas/simpleservice](https://hub.docker.com/r/mhausenblas/simpleservice/). It's a stateless python JSON API that answers on:
* `/env`
* `/info`
* `/health`
Let's start to deploy the docker image [mhausenblas/simpleservice](https://hub.docker.com/r/mhausenblas/simpleservice/). It's a stateless python JSON API that answers on multiple endpoints. In this hands-on we will only use the `/health`.
Here is our first manifest for Kubernetes:

Loading…
Cancel
Save