Last active
January 31, 2020 16:59
-
-
Save leandrosiow/368c43db2b78de0e2a4cafffc4f4aaa4 to your computer and use it in GitHub Desktop.
You can use this command to get the clusterIP. #eks #kubectl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl get service kubernetes -o jsonpath='{.spec.clusterIP}'; echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment