You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See following [README.md](examples/kubernetes/README.md)
197
197
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
+
198
205
### Clients
199
206
200
207
`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