> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nuphos.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Kubernetes clusters

> Browse and operate your managed and on-prem Kubernetes clusters — workloads, networking, config, storage, and RBAC.

Once you've connected a [cloud account](/connectors/overview), Nuphos discovers
the Kubernetes clusters in it and lets you browse and operate them directly, or
hand the work to the [agent](/agent/sessions).

| Provider             | Service                                                |
| -------------------- | ------------------------------------------------------ |
| AWS                  | **EKS**                                                |
| GCP                  | **GKE**                                                |
| Azure                | **AKS**                                                |
| Tencent Cloud        | **TKE**                                                |
| Alibaba Cloud        | **ACK**                                                |
| Volcengine           | **VKE**                                                |
| Linode               | **LKE**                                                |
| Your own data centre | **On-prem clusters**, reached through the Nuphos relay |

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 manual
`kubeconfig` wrangling. Access uses the same short-lived, per-session credentials
as the rest of Nuphos (see the [IAM trust model](/security/iam-trust)).

## 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.

<Tip>
  Prefer asking the agent: "why is the <code>checkout</code> deployment
  crash-looping?" It will read events, logs, and config across the cluster and
  walk you to the cause.
</Tip>
