Orchestration
Introduction to container orchestration in data science and its associated tools.
We'll cover the following...
Container orchestration
Container orchestration systems are responsible for managing the life cycles of containers in a cluster. They provide services including provisioning, scaling, failover, load balancing, and service discovery between containers. AWS has multiple orchestration solutions, but the general trend has been moving towards Kubernetes for this functionality, which is an open-source platform originally designed by Google. ...