fix: simpleservice endpoints

This commit is contained in:
Rémy-Christophe Schermesser 2019-05-23 09:21:21 +02:00
parent 705e476adf
commit 606357ef92
1 changed files with 1 additions and 5 deletions

View File

@ -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: