https://github.com/kokoiruby/k8s_programming_with_go
Kubernetes Programming with Go
https://github.com/kokoiruby/k8s_programming_with_go
Last synced: 8 months ago
JSON representation
Kubernetes Programming with Go
- Host: GitHub
- URL: https://github.com/kokoiruby/k8s_programming_with_go
- Owner: KokoiRuby
- Created: 2024-08-06T12:44:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T13:42:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T10:06:38.086Z (over 1 year ago)
- Language: Go
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## K8s Programming with Go
### Content
Chapter 01: Kubernetes API Introduction
Chapter 02: Kubernetes API Operations
Chapter 03: Working with API Resources in Go
Chapter 04: Using Common Types
Chapter 05: The API Machinery
Chapter 06: The Client-go Library
Chapter 07: Testing Applications Using Client-go
Chapter 08: Extending Kubernetes API with Custom Resources Definitions
Chapter 09: Working with Custom Resources
Chapter 10: Writing Operators with the Controller-Runtime Library
Chapter 11: Writing the Reconcile Loop
Chapter 12: Testing the Reconcile Loop
Chapter 13: Creating an Operator with Kubebuilder
## Deep Dive
### API Server
### Controller