From the course: AWS Essential Training for Developers

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Using Kubernetes with AWS

Using Kubernetes with AWS

- [Instructor] One of the most popular 2 container orchestration services is called Kubernetes. 3 Kubernetes is an open-source version 4 of an internal Google project called Borg 5 that they use to orchestrate their server clusters. 6 If you want to use Kubernetes to orchestrate 7 your containers instead of ECS, 8 Amazon has a service called 9 Elastic Kubernetes Service or EKS. 10 You'll find a lot of similarities between ECS and EKS, 11 and it can be hard to decide between them. 12 ECS is simpler to use. 13 Kubernetes can be harder to learn, 14 but it can be run on any on-premise server 15 or cloud provider, 16 so you aren't locked into using AWS 17 if you decide you want to switch later. 18 Kubernetes is more popular, 19 and you may find more community support, 20 and it may integrate better 21 with some automation tools you'd like to use. 22 Kubernetes also lets you get more control 23 over the networking layer 24…

Contents