Slide 12
Slide 12 text
@k2r2bai
Interacting with Kubernetes
• We will interact with our Kubernetes cluster through the Kubernetes API.
• The Kubernetes API is (mostly) RESTful.
• It allows us to create, read, update, delete resources.
• We also can interact with Kubernetes through CLI tool or the client libraries.