Azure Container Flashcards
What is Azure Container Insights?
A Azure monitoring solution for Kubernets clusters and there containers
What are the features of monitory for containers?
- Linux and Windows clusters
- Pod Monitoring
- Node Monitoring
- Cluster Monitoring
- Workload Monitoring
- Alerts
When enabling Azure Container Insights what is a key component required?
-Log analytics
How is the information collected from the cluster?
You deploy a log analytics container in you cluster and it collects the information.
Can I use Azure Container Insights with on-prem?
Yes, just deploy log analytics container
Where can i store containers?
Azure container registry
Where is Azure container register storing the containers?
Azure blob storage
What networking models is available with the registry?
- Public IP for public access
- Private endpoint for private access
I want to ensure the containers in my registry are encrypted, what options do i have?
The Azure container register has both managed and customer managed keys for encrypting the register.
I have a set of tasks i would like to carryout with containers in my register, like patching, how could i automate these?
Azure container registry has ACR Task that can be used to automate these types of tasks.
I want to ensure my containers are backed up to another region, what are my options?
You can chose a premium sku and the containers will automatically get replicated to another region.
What is the difference between register and repository?
Registry is what is used to hold the container repositories
I want to ensure only traffic to my registry is from my home IP, what options do i have?
The Azure container register has a firewall when using premium sku
Can I have a register firewall with a standard sku?
No, only with premium
Can I have a register endpoints with a standard sku?
No, only with premium