Visiting Child Clusters with RBAC

Learn how to visit child clusters with RBAC from parent cluster

Clusternet supports visiting all your managed clusters with RBAC directly from parent cluster.

Here we assume the kube-apiserver running in parent cluster allows anonymous requests. That is flag --anonymous-auth (default to be true) is not set to false explicitly.

If not, an extra token from parent cluster is required.


Visiting Child Clusters via kubectl-clusternet plugin

The easiest and most recommended way to visit child clusters

Visiting Child Clusters with curl

Learn how to use curl visiting your child clusters

Visiting Child Clusters with Dedicated KubeConfig

Learn how to construct a dedicated KubeConfig for a child cluster


Last modified July 5, 2022: migrate and update docs (#20) (e63fec4)