- Добавил: literator
- Дата: 3-07-2023, 06:00
- Комментариев: 0

Автор: 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. 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.