I am attempting to understand what you are attempting to accomplish. Presumably, if you have VOLTHA running under k8s, you can get a list of services offered similar to the following:
$ kubectl get --all-namespaces svc
NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
default etcd-restore-operator ClusterIP 10.233.21.100 <none> 19999/TCP 32m
default kubernetes ClusterIP 10.233.0.1 <none> 443/TCP 40m
default voltha-kafka ClusterIP 10.233.7.46 <none> 9092/TCP 32m
default voltha-kafka-headless ClusterIP None <none> 9092/TCP 32m
default voltha-zookeeper ClusterIP 10.233.59.49 <none> 2181/TCP 32m
default voltha-zookeeper-headless ClusterIP None <none> 2888/TCP,3888/TCP 32m
kube-system kube-dns ClusterIP 10.233.0.3 <none> 53/UDP,53/TCP 39m
kube-system kubernetes-dashboard ClusterIP 10.233.18.229 <none> 443/TCP 39m
kube-system tiller-deploy ClusterIP 10.233.4.237 <none> 44134/TCP 39m
voltha default-http-backend ClusterIP 10.233.27.120 <none> 80/TCP 32m
voltha freeradius ClusterIP None <none> 1812/UDP,1813/UDP,18120/TCP 32m
voltha grafana ClusterIP None <none> 8883/TCP,2003/TCP,2004/TCP,8126/TCP,8125/TCP 32m
voltha ingress-nginx NodePort 10.233.34.209 <none> 80:30080/TCP,443:30443/TCP 32m
voltha netconf ClusterIP None <none> 830/TCP 32m
voltha vcli NodePort 10.233.46.189 <none> 5022:30110/TCP 32m
voltha vcore ClusterIP None <none> 8880/TCP,18880/TCP,50556/TCP 32m
voltha voltha NodePort 10.233.29.67 <none> 8882:30125/TCP,8001:30881/TCP,8443:31413/TCP,50555:31431/TCP 32m