Skip to content

Commit a712010

Browse files
committed
Mention kind examples in README
1 parent 4dca584 commit a712010

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,13 @@ curl -v -p --proxy-key certs/frontend/private/proxy-client.key --proxy-cert cert
195195
### Running on kubernetes
196196
See following [README.md](examples/kubernetes/README.md)
197197

198+
### Running on a local kubernetes cluster with `kind`
199+
See this [README.md](examples/kind/README.md) for an example that creates a local kubernetes cluster using` kind` and
200+
deploys the proxy agent on a worker node and the proxy server on a control plane node.
201+
202+
See this [README.md](examples/kind-multinode/README.md) for a similar example that creates a `kind` cluster with a
203+
user-configurable number of control plane and worker nodes and optionally sideloads custom proxy agent and server images.
204+
198205
### Clients
199206

200207
`apiserver-network-proxy` components are intended to run as standalone binaries and should not be imported as a library. Clients communicating with the network proxy can import the `konnectivity-client` module.

0 commit comments

Comments
 (0)