Once you’ve connected a cloud account, Nuphos discovers
the Kubernetes clusters in it — EKS on AWS, GKE on GCP, and LKE on
Linode — and lets you browse and operate them directly, or hand the work to the
agent.
Connecting to a cluster
Open a cluster from its account and Nuphos provisions access for you — no manual
kubeconfig 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.
You also get the cluster’s events, an overview of health, and per-node
status and utilization.
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.
Prefer asking the agent: “why is the checkout deployment
crash-looping?” It will read events, logs, and config across the cluster and
walk you to the cause.