Containers Flashcards

1
Q

provide a standard way to package your application’s code, configurations, and dependencies into a single object

A

containers

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

plaintext file that specifies all of the components that are included in the container

A

dockerfiles

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

exposed to the outside world so they can be accessed

A

ports

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

fully managed container orchestration service that helps you easily deploy, manage, and scale containerized applications

A

Amazon Elastic Container Service (Amazon ECS)

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

logical grouping of tasks or services used to isolate your applications

A

Amazon ECS cluster

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

application components must be configured to run in containers

A

true

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

Configure and deploy EC2 instances in your cluster to run your containers where you manage and pay for the instances

A

EC2 Mode

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

This is a serverless pay-as-you-go option. You can run containers without needing to manage your infrastructure.

A

Fargate Mode

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

open-source software that allows you to deploy and manage containerized applications at scale

A

Kubernetes

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

Containers, smallest unit in Kubernetes often 1 container per

A

Pod

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

Resources, where pods are placed on nodes to run

A

Node

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

Volume whos lifecycle lives beyond any 1 pod using it

A

Persistent Storage (PV)

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

Store and manage Docker images on AWS in a Private and Public repository

A

Amazon ECR

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

Way to launch managed Kubernetes clusters on AWS

A

Amazon EKS

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

open-source system for automatic deployment, scaling and management of containerized (usually Docker) application

A

Kubernetes

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

Nodes created by you and registered to the EKS cluster and managed by an ASG

A

Self-Managed Nodes

17
Q

Nodes are part of an ASG managed by EKS, Creates and manages Nodes (EC2 instances) for you

A

Managed Node Groups

18
Q

Fully managed service that makes it easy to deploy web applications and APIs at scale such as web apps, APIs, microservices, rapid production deployments

A

AWS App Runner