how to access Azure AKS service with a private IP (from an application which is also running in same VNET) , dont want to expose this service with Public IP

Ashley Alex 96 Reputation points
2021-03-08T11:57:18.97+00:00

how can i access my AKS Services (say servicexyz) with private IPs , from my applications which are running in same VNET of the AKS cluster. Don't want to expose this service with Public IP.
Azure CNI networking.

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,448 questions
{count} votes

Accepted answer
  1. Ashley Alex 96 Reputation points
    2021-03-09T10:12:38.257+00:00

    yes please close , please see below is the answer to the query
    Use an internal load balancer with Azure Kubernetes Service (AKS)
    https://learn.microsoft.com/en-us/azure/aks/internal-lb

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Ashley Alex 96 Reputation points
    2021-03-08T14:00:47.003+00:00

    yeah i understood, my question is what kind of "service" need to create in AKS to get a private IP for a service which can be accessible outside the cluster.


  2. Ashley Alex 96 Reputation points
    2021-03-09T09:09:37.183+00:00

    Thanks Harshita, not exactly but i will figure it out , thank you


  3. Ashley Alex 96 Reputation points
    2021-03-09T09:14:00.52+00:00

    Sure , no the above answers didnt help. Thank you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.