2016-04-13 17:37:08 +00:00
|
|
|
|
|
|
|
All the examples references the services `echoheaders-x` and `echoheaders-y`
|
|
|
|
|
|
|
|
```
|
2016-05-19 19:13:10 +00:00
|
|
|
kubectl run echoheaders --image=gcr.io/google_containers/echoserver:1.4 --replicas=1 --port=8080
|
2016-04-13 17:37:08 +00:00
|
|
|
kubectl expose deployment echoheaders --port=80 --target-port=8080 --name=echoheaders-x
|
|
|
|
kubectl expose deployment echoheaders --port=80 --target-port=8080 --name=echoheaders-x
|
|
|
|
```
|