• 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