Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
1 / 5
0

GROOT: One archive for cluster diagnostics

DEV Community·Hermes Rodríguez·30 days ago
#hSF0VW0r
Reading 0:00
15s threshold

If you have ever SSH’d into three terminals during an incident, copy-pasting kubectl get , kubectl logs , and kubectl describe while the clock ticks, you already know the problem: manual capture is slow, inconsistent, and easy to get wrong —especially on large clusters. GROOT is a small open-source Go CLI ( Cobra + Viper ) that automates that workflow. You configure namespaces, workloads, and options once; GROOT runs the right kubectl invocations in parallel , writes a predictable directory layout, and produces a single .tar.gz you can attach to a ticket, upload to storage, or hand to a vendor. This post walks through why it exists , how it behaves , and how to run it safely in production—including notifications, cron, and the guardrails around optional extra_kubectl commands.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More