Understand Kubernetes and other orchestration systems deeply by building your own using Go and the Docker API. 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 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. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
Author(s): Tim Boring
Publisher: Manning Publications
Year: 2023
Language: English
Pages: 271
Welcome
1_What_is_an_orchestrator?
2_From_mental_model_to_skeleton_code
3_Hanging_some_flesh_on_the_task_skeleton
4_Workers_of_the_Cube,_unite!
5_An_API_for_the_worker
6_Metrics
7_The_manager_enters_the_room
8_An_API_for_the_manager
9_What_could_possibly_go_wrong?
10_Implementing_a_more_sophisticated_scheduler
11_Implementing_persistent_storage_for_tasks