Relative Content

Tag Archive for azurekubernetesazure-aks

Kubernetes Cost analysis addon for AKS

As per the MS document , the given addon will highlight the cost analyze more efficiently and we were trying to enable this in our existing private AKS cluster of version V1.27.3. The MS document is not clear about whether this add on is in GA now or how can be enabled in existing aks cluster, or how can we generate proper view and analyze of the cost data. Is there any other production ready addons in the market to get the cost analysis in better way.

Kubernetes Pod static IP Address

I am using AKS in Azure and I applied an nginx server in a Pod in a node in the AKS, and i want to be able to call this pod IP address to get the web content.
The Problem is that after every deployment of the AKS and the Pods in it the IP addresses of the Pods change. And everytime I need to figure out what is the IP Address and the call it. This is bad for automation.