Orchestrating containers in a production environment — Introduction Amazon EKS, short for Elastic Kubernetes Service, is a managed Kubernetes service provided by AWS. By managed, we mean that AWS handles the provision, update, security, and maintenance of most Kubernetes services like nodes, the Kubernetes service itself, etc. All you have to do is manage the deployment and security…