Skip to content

Instantly share code, notes, and snippets.

@bindiego
Created October 16, 2019 02:28
Show Gist options
  • Select an option

  • Save bindiego/02ef4d051dcbd2c289d86c8010ce2166 to your computer and use it in GitHub Desktop.

Select an option

Save bindiego/02ef4d051dcbd2c289d86c8010ce2166 to your computer and use it in GitHub Desktop.
kubernets useful commands
# get service external ip address
EXTERNAL_IP=$(kubectl get svc <service_name> -o yaml | grep ip | awk -F": " '{print $NF}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment