Comparison between Azure App Service vs Azure Kubernetes Service

Juhi Saxena 41 Reputation points
2022-08-03T07:36:46.923+00:00

Hi Team,

We are having 7 azure app services currently to consume 7 kafka topics, and it altogether give me round 3-4 billion records on the daily basis. We are suggested to check Azure Kubernetes Service to utilize the architecture in a better way. But for that, we are trying to understand the comparison between both the Azure App Services and Azure Kubernetes Service. Can anyone help us analyse the comparison in terms of both the cost and functionality.

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,965 questions
0 comments No comments
{count} votes

Accepted answer
  1. risolis 8,701 Reputation points
    2022-08-04T05:44:49.357+00:00

    Hi @Juhi Saxena

    Thank you for posting this great question!!

    Also, I have to say nice article as well @Cristian SPIRIDON .

    Just wanted to add a couple of more articles if needed : )

    https://video2.skills-academy.com/en-us/azure/container-apps/compare-options

    https://spltech.co.uk/azure-appservice-vs-azure-kubernetes-service/

    Cheers,

    Have a good one.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Cristian SPIRIDON 4,471 Reputation points
    2022-08-04T05:00:43.147+00:00

    Hi

    In my oppinion, App Services is optimized for front end apps: built in load balancer or multi region failover and AKS in optimized for micro services. Below link will provide a comparison for each functionality:

    https://video2.skills-academy.com/en-us/azure/architecture/guide/technology-choices/compute-decision-tree

    Regarding costs, I think AKS is more transparent as you will pay only for the servers and disks that hosts the containers.

    Hope this helps!

    1 person found this answer helpful.
    0 comments No comments