Hi Team,
We’re doing a POC for Percona postgres on AKS(Azure Kubernetes) environment with v1.1 and facing issue while making external connectivity. We have exposed the cluster1 externally through a internal AKS load balancer.
NAME                            TYPE           CLUSTER-IP       EXTERNAL-IP     PORT(S)                         AGE
cluster1                        LoadBalancer   10.119.253.184   10.126.96.150   2022:30275/TCP,5432:30693/TCP   8s
cluster1-backrest-shared-repo   ClusterIP      10.119.254.1               2022/TCP                        41m
cluster1-pgbouncer              ClusterIP      10.119.253.129             5432/TCP                        41m
cluster1-replica                ClusterIP      10.119.254.128             2022/TCP,5432/TCP               41m
postgres-operator               ClusterIP      10.119.255.215             8443/TCP,4171/TCP,4150/TCP      3h47m
However, while trying to access is from my laptop getting the below error:
$ curl -k -vvvv telnet://10.126.96.150:5432
- Trying 10.126.96.150:5432…
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- 0:00:20 --:–:-- 0* connect to 10.126.96.150 port 5432 failed: Timed out - Failed to connect to 10.126.96.150 port 5432 after 21036 ms: Timed out
0 0 0 0 0 0 0 0 --:–:-- 0:00:21 --:–:-- 0
*** Closing connection 0**
curl: (28) Failed to connect to 10.126.96.150 port 5432 after 21036 ms: Timed out 
$ curl -k -vvvv telnet://10.126.96.150:30693
- Trying 10.126.96.150:30693…
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- 0:00:20 --:–:-- 0* connect to 10.126.96.150 port 30693 failed: Timed out - Failed to connect to 10.126.96.150 port 30693 after 21046 ms: Timed out
0 0 0 0 0 0 0 0 --:–:-- 0:00:21 --:–:-- 0
*** Closing connection 0**
curl: (28) Failed to connect to 10.126.96.150 port 30693 after 21046 ms: Timed out 
Can anyone suggest for possible solutions on this.
Thanks…
