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
Rework the Uplink tab of How it works to tunnel a customer's
Kubernetes API server back to the control plane for central
kubectl and ArgoCD management, and link the ArgoCD tutorial.
<h4class="text-2xl font-extrabold text-white">Connect a customer environment to your SaaS</h4>
160
-
<pclass="mt-2 text-base leading-7 text-gray-300">Create a tenant-scoped tunnel, hand the customer a command, then consume the service privately from inside your cluster.</p>
159
+
<h4class="text-2xl font-extrabold text-white">Manage a customer's Kubernetes cluster centrally</h4>
160
+
<pclass="mt-2 text-base leading-7 text-gray-300">Tunnel a customer's API server back to your control plane, then drive it with kubectl or ArgoCD like any other cluster.</p>
<preclass="px-6 py-6 overflow-x-auto font-mono text-[13px] leading-7 text-gray-100 whitespace-pre-wrap"><code># A tunnel for the customer's Kubernetes API server
0 commit comments