Exam Readiness Zone #1 Azure compute Solutions Flashcards
Waar staat IAAS & PAAS voor?
Infrastructure as a Service & Product as a Service
IAAS belangrijke aspect?
- Sizing
- Availability zones > verschillende locaties in een Region
- Availability Set > Group VM’s waar Azure meer inzicht heeft mbt beschikbaarheid
Wat zijn de 2 domains binnen een Availability sets>
- Fault domeins > Group hardware wat stroom en netwerk deelt
- Update domain > Specifiek set of hardware voor onderhoud en reboot
Wat zijn de 4 IAAS VM availability options?
- Availability zone >Physical separate locations within a region
- Availability sets > Logical grouping of VM. Allows Azure understand your application for redundancy and availability
- VM Scale sets > Group of load balanced VMs. Can auto in-decrease based on demand
- Load balancer > Layer 4 (TCP, UDP) that provides high availability by distributing traffic among VMs
Wat is een ARM template en hoe kun je deze gebruiken?
Azure Resource Manager
Laag tussen infra en services. Opstelling in een json template en met de Portal/Powershell/CLI/Rest-Client uitrollen.
Wat is de Azure Container Registry (ACR)?
Creeeren, opslag en managen van container images & artifacts.
Voordeel: Scalable orchestration & Azure services support
Welke ACR service Tiers zijn er?
- Basis > 10GB&2webhooks
- Standard > 100GB&10webhooks
- Premium > 500GB&500webhooks&GEO Replication
Wat is een ACR Task?
Pakket binnen ACR waar je taken kunnen instellen voor een container. Dit kan ook automatisch
net als Github
Wat is een Azure Container Instance?
Hosten van een container.
* Deployment > Met ARM of YAML
* Resource allocation > Instellen van bijv. CPU, geheugen GPU
* Networking > Container Group delen IP en Namespace
* Storage > Instelbaar size per container group of mapped voor speficieke container in de groep
Wat de belangrijke kenmerken van een ACI?
- snelle opstart
- Public IP en domein
- Hypervisor-lever security
- Custom size
- Storage
- linux of windows
- Co-scheduled groups > scheduling of multicontainer groups on a shared host machine > 1 IP&domein > splitsing in de group
- Virtual network deployment
Waar kun je een ACI container group voor gebuiken?
Wanneer je een enkele taak wilt opsplitsen voor kleine container
Wat is PAAS?
Hier krijg je een product als onderdeel van de service. Bijv. een WebApp.
Dit is op te splitsen in de Service plan en Application zelf.
Platform as a service == Azure App Service
Wat is de Pricing Tier voor de App Service plan?
- shared compute
- dedicated compute
- isolated
- consumption
Wat zijn de sizing opties van een App Service?
- Free&shared > App krijgt CPU minuten op een shared VM. Scale out is geen optie
- Andere Tiers > App draait op alle VM’s ingesteld in de Service plan