Product/Kubernetes & Containers

Kubernetes & Containers

Full cluster and container management — equivalent to kubectl + Helm + Lens combined in a web UI. Plus Docker and Podman container control.

35+ K8s Resources

Managed Resource Types

Cluster

Nodes, Namespaces, Events, CRDs

Workloads

Pods, Deployments, StatefulSets, DaemonSets, ReplicaSets, Jobs, CronJobs

Service & Network

Services, Ingresses, Endpoints, NetworkPolicies

Config & Storage

ConfigMaps, Secrets, PVCs, PVs, StorageClasses

Policy

HPA, PodDisruptionBudgets, ResourceQuotas, LimitRanges

Access Control

Roles, ClusterRoles, RoleBindings, ClusterRoleBindings, ServiceAccounts

Helm

Releases with full lifecycle management

Cluster Operations

ScaleDeployments, StatefulSetsScale replicas 0-1000 with visual warning at >50
RestartDeployments, StatefulSets, DaemonSetsRolling restart via annotation patch — zero downtime
RollbackDeploymentsReplicaSet discovery, revision history, rollback to previous
Cordon/UncordonNodesToggle scheduling on/off
DrainNodesEvict pods with grace period, skip DaemonSets, force option
Apply YAMLAnyAPI discovery for any K8s version, merge-patch
Patch15+ typesLabels, Annotations, Image, Env vars, Resources, Taints
DeleteAll 28+ typesDouble-confirmation for dangerous resources (PVs, CRDs, Namespaces)

Pod Terminal

  • Interactive shell via QUIC streaming
  • Container selection for multi-container pods
  • Shell picker: /bin/sh, /bin/bash, /bin/zsh
  • Terminal resizing with xterm.js
  • Session management with UUID tracking

Live Log Streaming

  • Real-time log streaming via QUIC
  • Container selector for multi-container pods
  • Follow mode with auto-scroll
  • Previous container logs (crashed/restarted)
  • Search/filter in real-time, download as text

Resource Editing

  • Labels/Annotations key-value editor
  • Container image override per-container
  • Environment variables per-container
  • CPU/Memory requests and limits
  • Node Taints key/value/effect editor
  • ConfigMap/Secret data with base64 toggle

Helm Operations

ListAuto-discovery from Helm 3 secrets with gzip decompression
InstallRelease name, chart, repo URL, namespace, values JSON editor
UpgradeModify values, change chart version
RollbackRevision history, select target revision
ValuesView current release values
UninstallRemove release with confirmation

Network Policy Builder

  • Visual network policy editor
  • Pod selector with label matching
  • Multiple ingress/egress rules
  • Peer types: Pod selectors, Namespace selectors, CIDR blocks
  • Protocol and port configuration
  • Auto-generates Kubernetes NetworkPolicy YAML

Create Wizard — 17+ resource types

Step-by-step forms for Deployment, StatefulSet, DaemonSet, Service, Ingress, NetworkPolicy, ConfigMap, Secret, PVC, Job, CronJob, HPA, PDB, Quota, LimitRange, Role, RoleBinding, and Custom YAML.

Custom Dashboard

  • Pod counts by status (running/pending/failed/succeeded)
  • Deployment count, Node status, Namespace count
  • CPU/Memory usage vs. capacity gauges
  • Unhealthy pods (CrashLoopBackOff, ImagePullBackOff, OOMKilled)
  • Warning events with timestamps
  • Top CPU/Memory consuming pods
  • Click-through navigation to detailed views

Resource Detail Drawer

  • Overview: Labels, annotations, ownership, selectors, conditions
  • YAML: Full JSON with copy-to-clipboard
  • Conditions: Status conditions table
  • Events: Related Kubernetes events
  • Related Resources: StatefulSet/DaemonSet/CronJob/Pod relationships
  • Quick action bar: all resource-specific operations

Container Management (Docker / Podman)

Views

ContainersFull list, state filtering, search, sort, pagination (50/page)
StatisticsTotal/Running/Stopped/Paused counts, live CPU/Memory per container
ImagesTag, ID, size, creation date, repository info
NetworksType (bridge/overlay/host), connected containers, IPAM config
VolumesNamed volumes, driver, mount points, usage

Operations & Compose

  • Start, Stop, Restart containers
  • Inspect: full JSON with env, mounts, networks, health checks
  • Logs with configurable tail (200 lines default)
  • Remove with confirmation

Docker Compose / Stack

  • Stack listing with service count
  • Stack Up / Stack Down operations
  • Stack logs aggregation
  • Per-service status within stacks