Skip to content

Instantly share code, notes, and snippets.

@leandrosiow
Last active January 31, 2020 16:59
Show Gist options
  • Save leandrosiow/368c43db2b78de0e2a4cafffc4f4aaa4 to your computer and use it in GitHub Desktop.
Save leandrosiow/368c43db2b78de0e2a4cafffc4f4aaa4 to your computer and use it in GitHub Desktop.
You can use this command to get the clusterIP. #eks #kubectl
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