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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,11 @@ deploys the proxy agent on a worker node and the proxy server on a control plane
202
202
See this [README.md](examples/kind-multinode/README.md) for a similar example that creates a `kind` cluster with a
203
203
user-configurable number of control plane and worker nodes and optionally sideloads custom proxy agent and server images.
204
204
205
+
### Tutorials
206
+
207
+
See this [Set up Konnectivity service](https://kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/) tutorial for
208
+
an example of the Konnectivity service providing a TCP level proxy for the control plane to cluster communication.
209
+
205
210
### Clients
206
211
207
212
`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