habitat-sh / habitat-operator

A Kubernetes operator for Habitat services
Apache License 2.0
61 stars 17 forks source link

Debug tool for habitat services running inside k8s #260

Open krnowak opened 6 years ago

krnowak commented 6 years ago

Would be nice to have a tool that gets stuff from k8s cluster and packs them into the tarball.

It would contain results of, in no particular order:

asymmetric commented 6 years ago

Why a tarball? What's the usecase? (Also, added to the board)

krnowak commented 6 years ago

Tarball to put everything into a single place. I guess it would be better to have a bunch of smaller text files instead of single huge one.

Usecase - it is mostly the script for the users that have some issue with habitat operator and want to report that. That way we, developers, get more information without asking the same questions (what does kubectl get pods return? anything interesting in kubectl logs <pod>? and so on) and without having any kind of ssh access to anything in the cluster.