An open API service indexing awesome lists of open source software.

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

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