kubectl: describe vs get -o <format>
问题 In kubectl, both describe and get -o <format> can be used to get the details of a resource, I'm wondering what's the difference between the two? why does describe even exist if get can do the same thing and more? 回答1: kubectl get shows tables by default. (You can view/visualize large no of objects easily) kubectl describe shows the detailed description. (Better for a single object) kubectl describe is more flattened, has lesser data and easier to read than the full object data given by