Skip to content

Commit fe8d283

Browse files
authored
adds cover and updates desc
1 parent 8f9b1af commit fe8d283

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
* [Early Release, April 2019](https://learning.oreilly.com/library/view/programming-kubernetes/9781492047094/)
2-
* [Full table of contents](https://mhausenblas.info/pk8s/toc.pdf)
3-
* Go code examples:
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 and cloud native programming languages. A solid understanding of Kubernetes and familiarity with the Go programming language are required to benefit from this book.
2+
3+
Currently available:
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:
47
* [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
59
* [custom-apiserver](https://github.com/programming-kubernetes/custom-apiserver): example custom API server
10+
11+
UPDATE April 2019: check out the [Early Release](https://learning.oreilly.com/library/view/programming-kubernetes/9781492047094/) available via O'Reilly Safari:
12+
13+
![book cover](pk.png)

0 commit comments

Comments
 (0)