Book description
If you’re looking to develop native applications in Kubernetes, this is your guide. Developers and AppOps administrators will learn how to build Kubernetes-native applications that interact directly with the API server to query or update the state of resources. AWS developer advocate Michael Hausenblas and Red Hat principal software engineer Stefan Schimanski explain the characteristics of these apps and show you how to program Kubernetes to build them.
You’ll explore the basic building blocks of Kubernetes, including the client-go API library and custom resources. All you need to get started is a rudimentary understanding of development and system administration tools and practices, such as package management, the Go programming language, and Git.
- Walk through Kubernetes API basics and dive into the server’s inner structure
- Explore Kubernetes’s programming interface in Go, including Kubernetes API objects
- Learn about custom resources—the central extension tools used in the Kubernetes ecosystem
- Use tags to control Kubernetes code generators for custom resources
- Write custom controllers and operators and make them production ready
- Extend the Kubernetes API surface by implementing a custom API server
Publisher resources
Table of contents
- Preface
- 1. Introduction
- 2. Kubernetes API Basics
- 3. Basics of client-go
- 4. Using Custom Resources
- 5. Automating Code Generation
- 6. Solutions for Writing Operators
- 7. Shipping Controllers and Operators
- 8. Custom API Servers
- 9. Advanced Custom Resources
- A. Resources
- Index
Product information
- Title: Programming Kubernetes
- Author(s):
- Release date: July 2019
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781492047100
You might also like
book
Kubernetes: Up and Running, 2nd Edition
Kubernetes radically changes the way applications are built and deployed in the cloud. Since its introduction …
book
Kubernetes Cookbook
Kubernetes is becoming the de-facto standard for container orchestration and distributed applications management across a microservices …
book
Kubernetes Programming with Go: Programming Kubernetes Clients and Operators Using Go and the Kubernetes API
This book begins by introducing the structure of the Kubernetes API and which operations it serves. …
book
Kubernetes in Action
Kubernetes in Action is a comprehensive guide to effectively developing and running applications in a Kubernetes …