Programming Kubernetes (e-bog) af Schimanski, Stefan
Schimanski, Stefan (forfatter)

Programming Kubernetes e-bog

310,39 DKK (inkl. moms 387,99 DKK)
If youre 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...
E-bog 310,39 DKK
Forfattere Schimanski, Stefan (forfatter)
Udgivet 18 juli 2019
Længde 272 sider
Genrer UTC
Sprog English
Format epub
Beskyttelse LCP
ISBN 9781492047056
If youre 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.Youll 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 servers inner structureExplore Kubernetess programming interface in Go, including Kubernetes API objectsLearn about custom resourcesthe central extension tools used in the Kubernetes ecosystemUse tags to control Kubernetes code generators for custom resourcesWrite custom controllers and operators and make them production readyExtend the Kubernetes API surface by implementing a custom API server