Search⌘ K

Inspecting the API

Explore how to inspect the Kubernetes API using kubectl commands to list resources, API versions, and namespaces. Learn to navigate resource management and access APIs directly via terminal or tools like Postman for better cluster control.

We'll cover the following...

In this lesson, we’ll learn how the following commands are good ways to see API related information in our clusters. Use the terminal below to execute all the commands for this lesson.

Terminal 1
Terminal
Loading...

Listing the API resources

The kubectl api-resources ...