EKS Flashcards

1
Q

EKS

A

Amazon Elastic Kubernetes Service

a way to launch managed Kubernetes clusters on AWS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Kubernetes

A

open-source system

to do automatic deployment, scaling, and management of containerized application, usually they’re dockerized, so they’re running under Docker containers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

both ECS and EKS have the same goals

A

to run your Docker containers onto AWS, but it’s a different API. ECS is going to be specific to AWS,
because AWS is the easiest service, whereas Kubernetes is open-source, shared by many cloud providers, for example, Google cloud provider, Azure, AWS, but also on-premises infrastructure.

could be a great way for you to migrate to Amazon by using EKS, if you’re already running Kubernetes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

you can run your EKS clusters on

A

EC2 to deploy worker nodes, so you deploy EC2 instances, and they subscribe to your EKS cluster,
and you can run your containers on them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Fargate

A

is allowing you to deploy serverless containers onto EKS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

EKS and ECS have the exact same capability.

A

You have ECS classic to run on EC2 and you have ECS Fargate, and so for EKS you get EKS, EC2 and also EKS Fargate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

the only difference between ECS and EKS

A

ECS is going to be to run Docker containers, the Amazon way, whereas EKS is the Kubernetes way.

So use case for EKS is that, if your company is already using Kubernetes on-premises or from another cloud, and you want to migrate to AWS then, you should start using EKS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly