Kubernetes Course Labs

Lab Hints

There are lots of ways to see the labels for an object.

Try describing the node, or printing the node details in YAML - both give you easy-to-read output.

If you want to be more automated, you can query with JSONPath - or check the help for the get command, which has a nice shortcut.

Need more? Here's the solution.