In this chapter, we learned about orchestration in general. We will review some of the topics presented here with some questions:
- Which of these sentences is true?
a) Kubernetes and Swarm are orchestrators that run distributed applications.
b) Orchestration replicates application logic into container-based objects.
c) It is not possible to manage application data in distributed environments.
d) All of the preceding sentences are false.
- What do orchestrators manage?
a) Application components' data.
b) Application components' logic.
c) Application components' resilience.
d) All of the preceding options are incorrect.
- What challenges do we have when we deploy applications with multiple components in distributed environments?
a) Application component networking.
b) Application component logic.
c) Application component resilience.
d) None of the preceding options are correct.
- What features does orchestration provide to application deployments?
a) We deploy...