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 - Amazon Web Services (AWS) Tutorial
From the course: AWS Essential Training for Developers
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…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Hosting web apps with Elastic Beanstalk1m 32s
-
(Locked)
Running containers on AWS5m 20s
-
(Locked)
Using Kubernetes with AWS2m 26s
-
(Locked)
Serverless functions with Lambda1m 42s
-
(Locked)
Create a Lambda function3m 40s
-
(Locked)
Challenge: Lambda function49s
-
(Locked)
Solution: Lambda function3m 14s
-
(Locked)
-
-
-
-
-
-