Azure Container Flashcards

1
Q

What is Azure Container Insights?

A

A Azure monitoring solution for Kubernets clusters and there containers

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

What are the features of monitory for containers?

A
  • Linux and Windows clusters
  • Pod Monitoring
  • Node Monitoring
  • Cluster Monitoring
  • Workload Monitoring
  • Alerts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When enabling Azure Container Insights what is a key component required?

A

-Log analytics

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

How is the information collected from the cluster?

A

You deploy a log analytics container in you cluster and it collects the information.

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

Can I use Azure Container Insights with on-prem?

A

Yes, just deploy log analytics container

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

Where can i store containers?

A

Azure container registry

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

Where is Azure container register storing the containers?

A

Azure blob storage

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

What networking models is available with the registry?

A
  • Public IP for public access

- Private endpoint for private access

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

I want to ensure the containers in my registry are encrypted, what options do i have?

A

The Azure container register has both managed and customer managed keys for encrypting the register.

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

I have a set of tasks i would like to carryout with containers in my register, like patching, how could i automate these?

A

Azure container registry has ACR Task that can be used to automate these types of tasks.

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

I want to ensure my containers are backed up to another region, what are my options?

A

You can chose a premium sku and the containers will automatically get replicated to another region.

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

What is the difference between register and repository?

A

Registry is what is used to hold the container repositories

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

I want to ensure only traffic to my registry is from my home IP, what options do i have?

A

The Azure container register has a firewall when using premium sku

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

Can I have a register firewall with a standard sku?

A

No, only with premium

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

Can I have a register endpoints with a standard sku?

A

No, only with premium

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

Can I have a register geo replication with a standard sku?

A

No, only with premium

17
Q

I want to sun a container, what options do i ahve?

A
  • Web APP (Container)
  • Azure container instances
  • Azure Kubernetes