Azure Kubernetes Service Flashcards

1
Q

What is a Container constructed of?

A

A set of file system Layers constructed using the following:

1, Base layer: A container image starts with a base layer, which is usually a minimal root filesystem.

2, Additional layers: Each subsequent layer represents a set of changes to the filesystem, such as adding, modifying, or deleting files and directories.

  1. Read-only layers: These layers are stacked on each other in a read-only manner. Each layer only contains the changes from the previous layer.
  2. Union filesystem: When a container runs, these layers are combined using a union filesystem to create a single, coherent filesystem view.
  3. Copy-on-write: When a running container needs to modify a file, it uses a copy-on-write mechanism to create a new, writable layer on top of the read-only layers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where do we store container images?

A

Azure Image Registry

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

What is the name of the system responsible for:

  1. Deployment
  2. Autoscaling
  3. Update
  4. Storage
  5. Network integration
  6. Load Balancer
A

Orchestrator

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

How are updates handled in a containerized environment?

A

A new container is created using the use image, and the old container is deleted.

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

What are the critical parts that make Azure Kubernetes System?

A
  1. API Server
  2. Scheduler
  3. ECD
  4. Controllers
  5. Nodes (Workers)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

I want to use Windows and Linux Containers. Can I use a single cluster?

A

Yes, But you need two separate pools, one Windows and the other Linux

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

What is the component of Kubernetes running on each Node?

A

Kublet

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

What cost tier is required for Acure Container Registry to have container geo-replication?

A

Premium tier, standard, and basic tiers do not support this feature.

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

I have multiple regions with Azure Kubernetes Service and wnat centralized management for the container images; what are my options?

A

You cna use a premium Azure container registry in multiple regions, which will have central management.

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

Can Azure Kubernetes Service be deployed across regions?

A

No, it is a regional service. You can, however, deploy an Azure traffic manager to manage traffic to a tow independent clusters deployed in two regions.

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

What are the types of network options for Kubernetes?

A
  1. Kubernetes networking
  2. Azure CNI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
A
17
Q
A
18
Q
A