Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

the azure kubernetes services (aks) service belongs to which cloud serv…

Question

the azure kubernetes services (aks) service belongs to which cloud service model? a platform-as-a-service (paas) b software-as-a-service (saas) c infrastructure-as-a-service (iaas)

Explanation:

Brief Explanations

Azure Kubernetes Service (AKS) is a managed Kubernetes service. Platform - as - a - Service (PaaS) provides a platform for developers to build, deploy, and manage applications without having to manage the underlying infrastructure. AKS provides a platform for running containerized applications using Kubernetes, which fits the PaaS model. Software - as - a - Service (SaaS) delivers software applications over the internet, and Infrastructure - as - a - Service (IaaS) provides virtualized computing resources like servers, storage, etc. AKS is not about delivering software applications (so not SaaS) nor just providing infrastructure (so not IaaS).

Answer:

A. Platform - as - a - Service (PaaS)