Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To fetch the IP of the ModelOp Gateway pod, simply ensure you are in the targeted namespace chosen for deployment, and use the following command:

Code Block
`$$ kkubectl get services | grep gateway`gateway

Output should resemble the following as an example:

Code Block
$ kkubectl get services | grep gateway
gateway               LoadBalancer   10.100.8.109     abb3888bb91fc49d5a101f1a1340d5b8-116610426.us-east-2.elb.amazonaws.com   8090:30285/TCP   70d

...