Tools
CLI, GUI, and cloud-based tools for managing, monitoring, and troubleshooting infrastructure.
CLI vs GUI? K9s is the go-to terminal UI for Kubernetes power users, while Lens provides a full desktop IDE experience. For Docker-focused workflows, Portainer offers a web UI. For multi-cluster management at scale, Rancher is the enterprise choice. On the monitoring side, the Grafana + Prometheus + Loki stack is the industry standard for metrics, dashboards, and logs.
Filter by tag:
CLI Tools
K9s
Terminal-based UI for interacting with Kubernetes clusters. Provides a fast, keyboard-driven way to manage resources.
kubectl
Official Kubernetes command-line tool for deploying applications, inspecting resources, and managing clusters.
kubectx / kubens
Fast utilities for switching between Kubernetes contexts and namespaces without typing long kubectl commands.
talosctl
CLI tool for managing Talos Linux nodes and clusters. Handles bootstrapping, upgrades, and configuration via API.
Stern
Multi-pod and multi-container log tailing for Kubernetes. Colour-coded output makes it easy to follow logs across services.
GUI Tools
Lens
Full-featured Kubernetes IDE with a graphical interface for managing clusters, workloads, Helm charts, and logs.
Portainer
Web-based container management UI for Docker, Kubernetes, and Nomad. Simplifies deployment and monitoring with a visual interface.
Rancher
Multi-cluster Kubernetes management platform with a web UI for provisioning, managing, and securing clusters at scale.
Monitoring & Observability
Grafana
Open-source observability platform for visualising metrics, logs, and traces from Prometheus, Loki, and many other data sources.
Prometheus
CNCF time-series monitoring and alerting toolkit. The de facto standard for collecting metrics from Kubernetes and cloud-native apps.
Loki
Grafana-backed log aggregation system inspired by Prometheus. Indexes labels instead of log content for cost-effective storage.
Networking & Service Mesh
Cilium
eBPF-based networking, security, and observability for Kubernetes. Provides network policies, load balancing, and service mesh.
Traefik
Cloud-native reverse proxy and load balancer with automatic service discovery for Docker, Kubernetes, and other orchestrators.
cert-manager
Kubernetes add-on for automatically provisioning and managing TLS certificates from Let's Encrypt and other issuers.