Are There Diagnostic Tools Like Must-Gather for Kubernetes?

0
0
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?

1 Answer

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.