Commit 31b0c48d authored by Geoff Simmons's avatar Geoff Simmons

Sample kubectl apply command for BackendConfig.

parent e662bf33
......@@ -10,6 +10,12 @@ according to the Host header and/or URL path. See the
The example applies to the Services defined in the
["cafe" example](/examples/hello) -- the ``coffee-svc`` and ``tea-svc``.
Apply the configurations with:
```
$ kubectl apply -f backend-cfg.yaml
```
First consider the BackendConfig for ``tea-svc``:
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment