You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this book, [Michael Hausenblas](https://twitter.com/mhausenblas) and [Stefan Schimanski](https://twitter.com/the_sttts) teach you how to develop cloud native apps with the Kubernetes API. We cover everything from custom resources to `client-go` to operators to custom API servers and cloud native programming languages. A solid understanding of Kubernetes and familiarity with the Go programming language are required to benefit from this book.
1
+
In this book, [Michael Hausenblas](https://twitter.com/mhausenblas) and [Stefan Schimanski](https://twitter.com/the_sttts) teach you how to develop cloud native apps with the Kubernetes API. We cover everything from custom resources to `client-go` to operators to custom API servers. A solid understanding of Kubernetes and familiarity with the Go programming language are required to benefit from this book.
2
2
3
-
Currently available:
3
+
As of end of July 2019 the book is available[via Safari](https://learning.oreilly.com/library/view/programming-kubernetes/9781492047094/) and in print, later this year.
4
4
5
-
* The [full table of contents](https://mhausenblas.info/pk8s/toc.pdf) as of mid April 2019
6
-
* The Go code examples used in the book:
7
-
*[cnat](https://github.com/programming-kubernetes/cnat): example custom controller & resources (Operator SDK/ Kubebuilder)
8
-
*[pizza-crd](https://github.com/programming-kubernetes/pizza-crd): example custom resource with conversion and admission webhooks
9
-
*[custom-apiserver](https://github.com/programming-kubernetes/custom-apiserver): example custom API server
5
+
All the Go code examples used in the book are available here:
10
6
11
-
UPDATE April 2019: check out the [Early Release](https://learning.oreilly.com/library/view/programming-kubernetes/9781492047094/) available via O'Reilly Safari:
7
+
*[cnat](https://github.com/programming-kubernetes/cnat): example custom controller & resources implemented using the `sample-controller`, the Operator SDK, and Kubebuilder.
8
+
*[pizza-crd](https://github.com/programming-kubernetes/pizza-crd): example custom resource with conversion and admission webhooks
9
+
*[pizza-apiserver](https://github.com/programming-kubernetes/pizza-apiserver): example custom API server
0 commit comments