Every one of them lands in the same browser with the same pages — the provider
only decides how the credential is obtained.
On-prem clusters
A cluster whose API server has no address routable from Nuphos is reached through the relay: you install a small agent inside the cluster, and it dials out to Nuphos. Nothing needs to be opened inbound. Enrolment is deliberately tunnel-first — you install the agent and watch it connect before handing over any credential.Connecting to a cluster
Open a cluster from its account and Nuphos provisions access for you — no manualkubeconfig wrangling. Access uses the same short-lived, per-session credentials
as the rest of Nuphos (see the IAM trust model).
What you can browse
- Workloads — Deployments, Pods, ReplicaSets, StatefulSets, DaemonSets, Jobs, CronJobs, and Helm releases.
- Networking — Services, Ingresses, Endpoint Slices, Network Policies.
- Config & storage — ConfigMaps, Secrets, Storage Classes, Persistent Volumes and Claims.
- Access control — Roles, Role Bindings, Cluster Roles, Cluster Role Bindings, Service Accounts.
- Custom resources — CRDs and their instances.
Working inside a cluster
- Pod exec — open an interactive terminal inside a pod to debug.
- Logs — stream and search container logs.
- Bulk actions — select multiple resources to act on them at once.