• GANESH APPALABATTULA posted an update in the group Group logo of How can we access pods external to Kubernetes network ?How can we access pods external to Kubernetes network ? 4 years, 1 month ago

    In kubernetes Every pod can be accessed with in a cluster by using an IP address, Master IP , Nose IP
    Below is the command :
    Kubectl expose -pod name – name SVC1 –service port no. –target-port –Node port

    SVC – service name
    Target port – pod number which we can’t to access

Scroll to Top