How would I share…

From import to shared: bring your Kubernetes clusters into Wayfinder

Point Wayfinder at your AWS, Azure or GCP account, pick the cluster, and it shows up under a workspace in seconds. Share it globally or scope it to specific workspaces and environments. Developers get short-lived kubectl sessions mapped straight to Kubernetes RBAC. No kubeconfig sharing, no service accounts on laptops, no permanent tokens.

6 min read 🛠 Walkthrough ☸️ EKS · AKS · GKE
3 Wizard steps to import: Provider, Discover, Access
2 Sharing modes: every workspace, or specific workspaces and environments
0 Long-lived credentials handed out to developers
1 cmd For a developer to get a short-lived kubectl session

The sharing model

The platform team owns the cluster. Other workspaces get access, scoped to the environments they need.

CLOUD ACCOUNT EKS · AKS · GKE PLATFORM WORKSPACE · OWNER imported cluster wfci/dev/wf-saas-develop import WORKSPACE A team-mark all environments WORKSPACE B team-jonbo env: dev only WORKSPACE C team-newte env: staging only GLOBAL SHARE all workspaces opt-in alternative share · specific or global

The walkthrough

Four steps: import the cluster, share it with the workspaces that need it, configure how developers map to Kubernetes roles, and get a short-lived kubectl session.

Wayfinder discovers existing clusters in your cloud account through a CloudAccess credential the platform team already wired up. The wizard is three steps: pick a provider, pick a cluster Wayfinder finds for you, then pick the environment it lives in.

Open the import dialog.

In a workspace, open Kubernetes and click Import Cluster. The cluster list shows what's already in this workspace, with the import button in the top right.

Wayfinder workspace Kubernetes list showing one cluster: wf-saas-develop, EKS, eu-west-2, shared with one other workspace.
UI Workspace › Kubernetes. The cluster list where Import Cluster lives.

Step 1: Provider.

Choose AWS, Azure or GCP, then pick the CloudAccess credential and the region to scan. Wayfinder uses that credential (itself a short-lived, scoped role) to call the cloud's native discovery API.

Import Cluster wizard, step 1: AWS selected, aws-wayfinderdev credential, Europe (London) eu-west-2 region.
Wizard · Step 1 Provider, CloudAccess credential and region.

Step 2: Discover.

Wayfinder calls the cloud API (eks:ListClusters, aks list, or the GKE equivalent) and shows every cluster it finds in that region, including any already imported. Pick one and continue.

wayfinder-wf-upgrade-test · v1.35 · ACTIVE wf-saas-develop · v1.33 · ACTIVE · already imported

Step 3: Access.

Pick the Wayfinder environment the cluster belongs to (dev, staging, prod or whatever your team uses). That single field is what later lets you scope sharing by environment, and what shows up on every stack instance running on this cluster.

Try it on your own cluster

Bring an existing EKS, AKS or GKE cluster into a free Wayfinder tenant, share it with a teammate's workspace, and watch wf access cluster hand out a short-lived session in seconds.