Infrastructure
17Containers, orchestration, infrastructure-as-code, secrets, and network diagnostics. How an agent builds, ships, and inspects running systems.
Containers
Orchestration & IaC
- kubectlcontrol Kubernetes clusters; apply manifests and query workloads non-interactively.
- Helmpackage manager for Kubernetes; template and deploy charts.
- Terraformdeclarative infrastructure-as-code across providers; plan and apply changes.
- Ansibleagentless configuration management and provisioning via YAML playbooks.
- updateclideclarative dependency/update automation driven by config.
Secrets & encryption
Process & network diagnostics
- procsmodern
psreplacement with structured output; inspect running processes. - glancescross-platform system monitor with JSON/CSV export and an API; pull metrics non-interactively.
- bandwhichshow current network utilization by process and connection.
- trippycombined traceroute and ping; diagnose network paths.
- gpingping with a graph and multi-host support; scripted reachability with timing.
- floggenerate fake logs in common formats for testing pipelines.