Container Orchestration Flashcards
Name a container orchestration technology
Kubernetes
What is the strangler fig pattern?
Slowly migrating legacy system into microser\/ices until legacy app is replaced
Why use containers?
To ensure en\/ironment is always the same
What is load balancing?
The ability to spin up more containers when traffic is high
What is container orchestration
Automated management, coordination, and deployment of containerised apps.
Handles tasks such as starting, stopping, scaling, and managing the lifecycle of containers
Key aspects of container orchestration
Deployment: Placing containers across a cluster of machines
Scaling: Adjust the number of container instances based on traffic/ resource demands
Load balancing: ^
Ser\/ice disco\/ery: Allowing containers to disco\/er and communicate with eachother dynamically