How could we find the cost resulted from using kubernetes pods in azure in particular subscription?

1/27/2020

I am deploying my application inside kubernetes pods. I need to find only the portion of the cost that is resulted from running pods in my monthly billing cycle. I am wondering, if there is any script or KQL for this task.

-- sudeep parajuli
azure
cloud
devops
kubernetes

1 Answer

1/27/2020

You need to tag the resources in azure that are tied to workloads running in kubernetes. Using the tags you should be able to identify the associated cost for billing cycle

-- P Ekambaram
Source: StackOverflow