You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dealing with lots of PVC and controllers it becomes (rather quickly!) a challenge to extract information about how those PVC's interact with the application.
The canonical way seems to match the output of different kubectl commands and plow your way through. Maya's CLI provides, from a storage perspective, a little more insight as to what is what but it lacks the bigger picture that you can extract by using kubectl
The proposal is to extend the maya CLI tool to create a hierarchical picture of the containerized storage instances from controller to replica. The output should indicate what PODs its serving storage too and also, what replicas are involved and their status. Lastly, it should indicate how they are connected to the controller which glues them all together.
This will also improve the troubleshooting experience -- if any.
The text was updated successfully, but these errors were encountered:
FEATURE REQUEST
When dealing with lots of PVC and controllers it becomes (rather quickly!) a challenge to extract information about how those PVC's interact with the application.
The canonical way seems to match the output of different
kubectl
commands and plow your way through. Maya's CLI provides, from a storage perspective, a little more insight as to what is what but it lacks the bigger picture that you can extract by usingkubectl
The proposal is to extend the
maya
CLI tool to create a hierarchical picture of the containerized storage instances from controller to replica. The output should indicate what PODs its serving storage too and also, what replicas are involved and their status. Lastly, it should indicate how they are connected to the controller which glues them all together.This will also improve the troubleshooting experience -- if any.
The text was updated successfully, but these errors were encountered: