|
|
|
|
|
by lazyant
1812 days ago
|
|
For the port is trivial: `kubectl get pod <yourpod> --output jsonpath={.spec.ports[*].port}` or if you don't remember the json path just `k get pod <yourpod> |grep Port`. For the IP address, why do you need that? with k8s dns you can easily find anything by name. |
|