Overview
Learn how to perform CRUD operations on Kubernetes resources using Go in this comprehensive tutorial. Explore client libraries, set up the development environment, and create a new client to interact with the Kubernetes API. Master reading all pods, creating new pods, updating existing ones, and deleting resources. Follow along with step-by-step instructions, code examples, and helpful resources to enhance your understanding of Kubernetes API interactions using Go. Gain practical insights into retry mechanisms, Kubernetes API basics, and advanced concepts through provided links to additional learning materials and workshops.
Syllabus
- Intro
- Intro to Client Libraries
- Setting up the environment
- Creating a new Client
- Read all Pods
- Create a Pod
- Update a Pod
- Delete a Pod
- Outro
Taught by
Kubesimplify