Kubernetes & EKS

The K8s Explorer is the most complete tool in the platform for operating EKS clusters, with live logs, an in-browser terminal, and direct operational actions.

Resource categories

The explorer organizes cluster resources into six categories with live counts:

CategoryResources
WorkloadsPods, Deployments, StatefulSets, DaemonSets, Jobs, CronJobs
NetworkServices, Ingresses, Network Policies
ConfigConfigMaps, Secrets, ResourceQuotas, LimitRanges
StoragePersistentVolumes, PVCs, StorageClasses
ClusterNodes, Events, Metrics, Top Consumers, Estimated Costs
RBACRoles, ClusterRoles, RoleBindings, ClusterRoleBindings

Operational actions

  • Restart Pod — deletes the pod so the controller recreates it.
  • Delete Pod — removes the pod permanently.
  • Scale deployments and view real-time pod logs and events.
  • Open an interactive in-browser terminal — no kubectl required.

Quick Terminal

Connect to a pod in seconds using cascading dropdowns: cluster → namespace → pod → container. The terminal opens immediately with an interactive bash/sh session.

Helm Charts

Install and manage Helm releases directly. Installs run asynchronously to avoid load balancer timeouts, and failed releases are auto-uninstalled before reinstalling.