Update echoheaders images
This commit is contained in:
parent
d251a50b52
commit
ff7d72191e
6 changed files with 87 additions and 87 deletions
|
|
@ -102,7 +102,7 @@ $ kubectl create -f examples/default/rc-default.yaml
|
|||
|
||||
First we need to deploy some application to publish. To keep this simple we will use the [echoheaders app](https://github.com/kubernetes/contrib/blob/master/ingress/echoheaders/echo-app.yaml) that just returns information about the http request as output
|
||||
```
|
||||
kubectl run echoheaders --image=gcr.io/google_containers/echoserver:1.5 --replicas=1 --port=8080
|
||||
kubectl run echoheaders --image=gcr.io/google_containers/echoserver:1.8 --replicas=1 --port=8080
|
||||
```
|
||||
|
||||
Now we expose the same application in two different services (so we can create different Ingress rules)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue