May 2023
Intermediate to advanced
800 pages
19h 12m
English
In this chapter, you will learn about
• Orchestration concepts
• Orchestration processes
• The Git revision control system
Learn to do common things uncommonly well.
—George Washington Carver, Tuskegee Institute
You have learned a great deal about Linux automation tools, such as using at, batch, crontab, and others. Automation is a magnitude more difficult, however, when Linux administrators manage thousands of computers for an organization. Orchestration tools such as Kubernetes, Ansible, Puppet, and Chef, among others, make it simpler to manage networked systems.
Let’s begin this chapter by discussing how Linux handles processes.
The keys to launching an ...