Are There Diagnostic Tools Like Must-Gather for Kubernetes?

0
1
Asked By TechWanderer42 On

I'm looking for tools that can collect diagnostics for Kubernetes clusters, similar to what OpenShift's must-gather does. Are there any recommendations for tools that work with both managed and on-prem Kubernetes setups?

2 Answers

Answered By DataDiver88 On

The must-gather tool is tailored for OpenShift, primarily to collect diagnostic data for support purposes. If you're asking about general diagnostic tools for Kubernetes, there are options out there. Are you specifically looking for something that provides analytics along with data collection?

Answered By CodeCrafter21 On

Actually, must-gather is applicable for Kubernetes as well since it deals with various cluster operators. It's possible to run diagnostics on both managed and on-prem clusters. Just use the command `oc adm must-gather` to gather data. Are you thinking of something like Velero for backing up your cluster?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.