-
Sreekanth Adari posted an update in the group
How can we access pods external to Kubernetes network ? 3 years, 6 months ago
We can make the pods access externally by exposing the pod as Node Port / Cluster IP / LoadBalancer
Below is the command :
$ kubectl expose –name –port –target-port –type ClusterIP / NodePort / LoadBalancer