To properly work with your current Kubernetes cluster, you need to know not only what resources are available, but their group and version. In this hands-on lab, you’ll use the `kubectl` command as an HTTP client to query the API server and discover all the necessary details.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Review All Resources
Display a list of all API objects available to the current cluster.
- List Policy Group Objects
Output only those API objects in the
policy
group.- Review All Versions of API Objects
Display a list of the versions in use for current API objects, sorted by group.