Build an Orchestrator in Go (From Scratch) (MEAP v9)КНИГИ » ПРОГРАММИНГ
Название: Build an Orchestrator in Go (From Scratch) (MEAP v9) Автор: Tim Boring Издательство: Manning Publications Год: 2023 Страниц: 271 Язык: английский Формат: pdf, epub Размер: 10.1 MB
Understand Kubernetes and other orchestration systems deeply by building your own using Go and the Docker API.
In Build an Orchestrator in Go (From Scratch) you will learn how to Identify the components that make up any orchestration system Schedule containers on to worker nodes Start and stop containers using the Docker API Manage a cluster of worker nodes using a simple API Work with algorithms taken from cutting-edge Google Borg research papers Demystify orchestration systems like Kubernetes and Nomad
Orchestration systems like Kubernetes coordinate other software subsystems and services to create a complete organized system. Although orchestration tools have a reputation for complexity, they’re designed around few important patterns that apply across many aspects of software development. Build an Orchestrator in Go (From Scratch) reveals the inner workings of orchestration frameworks by guiding you as you design and implement your own using the Go SDK. As you create your own orchestration framework, you’ll improve your understanding of Kubernetes and its role in distributed system design. You’ll also build the skills required to design custom orchestration solutions for those times when an out-of-the-box solution isn’t a good fit.
about the technology Orchestration systems provide the management framework for software and infrastructure that’s distributed across multiple machines and services. By managing the many individual components and containers in a large application, they ensure web apps are resilient and reliable, automatically switching between resources in response to crashes and outages. A properly designed orchestration system can seamlessly scale to handle traffic loads, and reduce time-consuming manual work for sysadmin and site reliability engineers.
about the book Build an Orchestrator in Go (From Scratch) teaches you to implement an orchestrator from scratch. You’ll discover the components that make up all orchestration systems, and use the Docker API and Go SDK to build layers of functionality from tasks, to workers, to the manager. Learn how to save on costs by maximising the usage of a cluster, or spread tasks among workers to avoid overload and downtime. Once you’ve built your working system, you’ll even implement a command line user interface to easily manage your orchestrator.
Скачать Build an Orchestrator in Go (From Scratch) (MEAP v9)
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.
С этой публикацией часто скачивают:
Kubernetes in Action, 2nd Edition (MEAP v15) Название: Kubernetes in Action, 2nd Edition (MEAP v15) Автор: Marko Luksa Издательство: Manning Publications Год: 2023 Страниц: 823 Язык: английский...
The Kubernetes Book 2023 Edition Название: The Kubernetes Book 2023 Edition Автор: Nigel Poulton Издательство: Leanpub Год: 2023-01-31 Страниц: 291 Язык: английский Формат: pdf...
Kubernetes in Action, Second Edition (MEAP v14) Название: Kubernetes in Action, Second Edition (MEAP v14) Автор: Marko Luksa Издательство: Manning Publications Год: 2022 Страниц: 766 Язык:...
The Kubernetes Book (2022 Edition) Название: The Kubernetes Book (2022 Edition) Автор: Nigel Poulton Издательство: Leanpub Год: 2022-01-19 Страниц: 294 Язык: английский Формат: pdf...