Skip to content

Commit 30a2164

Browse files
authored
updates landing page for full release
1 parent fe8d283 commit 30a2164

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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.
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.
22

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.
44

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:
106

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
1210

1311
![book cover](pk.png)

0 commit comments

Comments
 (0)