Containerize developer VM's

Prasenna Kannan 436 Reputation points
2020-10-15T03:35:08.047+00:00

Hello,

We are using Azure VM for our developers. Visual Studio, SQL Server and few other developer tools are part of every developer VM.

We are hosting some 10+ VM's for this purpose. While, we were looking for cost optimisation Azure Advisor gave us recommendation to shift towards reserved instances for the VM's.

However, we wanted to check for an option to shift towards containers.

Is it possible to containerise 10 developer VM's in AKS for saving the costs? Is it a recommended practice?

Any advise will be greatly useful.

Thanks,
Prasenna

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,297 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,900 questions
{count} votes

Accepted answer
  1. vipullag-MSFT 25,121 Reputation points
    2020-10-15T07:34:52.297+00:00

    @Prasenna Kannan

    However, cost for the reservation instance is static for entire term.

    If the VM's are being active approximately for 10-12 hours in a day, then I would suggest you to use the Auto Start and Shut Down technique to save on cost.

    I suggest you to go through the Azure Pricing calculator to find the cost for your VMs based on your usages and check the Reservation savings too.

    Below is an example for a VM for your reference:

    If a VM is used for 12 Hrs for 30 days - 360 Hrs per month (you can exclude weekends depending on the actual usage which will get down the hours still down) you will pay per VM as shown in the screenshot:

    32445-pay-as-you-go-1-month.png

    If a VM is reserved for 1 year, the charge per month is as estimated below:

    32572-reserved-1yr.png

    If a VM is reserved for 3 years, the charge per month is as estimated below:

    32582-reserved-3yrs.png

    Hope this information is helpful for deciding the way for better cost saving on VM's.

    Please 'Accept as answer' if the provided information is helpful, so that it can help others in the community looking for help on similar topics.

    0 comments No comments

0 additional answers

Sort by: Most helpful