Discover the API through which you can control all Kubernetes objects.

Kubernetes API

Discover the API through which you can control all Kubernetes objects.
Kubernetes API

Kubernetes

This lab takes you through the basics of accessing and exploring the Kubernetes API. The API is used to create, read, update, and delete ( CRUD ) a Kubernetes object or resource.

In this lab, you will learn how to:

    ☐ Access the API via kubectl
    ☐ Introspect objects in the cluster via the API
    ☐ Access the cluster API locally through a Proxy
    ☐ Discover api-resources and api-versions
    ☐ Discover the Explain and Describe commands

  • LEVEL

    Beginner

  • DURATION

    15 minutes

  • UPDATED

    31 Dec, 2021

Categories