Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
haripriya9647 committed Jan 2, 2024
1 parent b82cd6e commit aeb9dc2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ weight: 70

<!-- overview -->

The Konnectivity service facilitates secure
communication between the control plane and the cluster nodes. It operates
as a TCP level proxy, ensuring that control plane traffic is efficiently
and securely transmitted to the nodes within the cluster. By managing the
communication layer, Konnectivity plays a vital role in maintaining the
integrity and reliability of the Kubernetes environment.

Learn more about [Konnectivity service](https://kubernetes.io/docs/concepts/architecture/control-plane-node-communication/#konnectivity-service)
Kubernetes can use an optional proxy mechanism, _Konnectivity_, that helps you connect
your control plane's {{< glossary_tooltip text="API servers" term_id="kube-apiserver" >}}
to your nodes, to {{< glossary_tooltip term_id="etcd" >}}, or to aggregated API servers.

The proxy operates at a stream layer, independent of packets and network routes.
You can use Konnectivity to deploy a cluster where there is no direct route between the
node network and the subnet(s) where you have deployed your control plane hosts.

You can learn more about [Konnectivity](/docs/concepts/architecture/control-plane-node-communication/#konnectivity-service).

## {{% heading "prerequisites" %}}

Expand Down

0 comments on commit aeb9dc2

Please sign in to comment.