Skip to content

Commit

Permalink
Add Kubernetes instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Jan 25, 2019
1 parent 2bc842d commit cceb630
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Functions can subscribe to events in vCenter through the "topic" [annotations](h

I.e. in the following example we will subscribe to the event "vm.powered.on" by adding an annotation to our function of "vm.powered.on"

### Get started with the example
### Get started with the example (on your local machine)

* Run the vCenter Simulator

Expand Down Expand Up @@ -82,6 +82,12 @@ kubectl logs -n openfaas-fn deploy/echo-fn
docker service logs echo-fn
```

### Get started with the example (on your Kubernetes cluster)

Docker images / Kubernetes YAML files are available in `./yaml/kubernetes/`

These can be used to run a vcsim instance on Kubernetes to simulate a vCenter installation. The connector can also be run this way using its own YAML file.

## License

MIT
Expand Down

0 comments on commit cceb630

Please sign in to comment.