Skip to content

Instantly share code, notes, and snippets.

@suresh-mahawar
Created January 29, 2024 11:52
Show Gist options
  • Select an option

  • Save suresh-mahawar/94053e505f5c004085e83db9fff540cc to your computer and use it in GitHub Desktop.

Select an option

Save suresh-mahawar/94053e505f5c004085e83db9fff540cc to your computer and use it in GitHub Desktop.
#!/bin/bash
gcloud compute instances list --filter=gke-cluster --format="json" | jq '.[] | {name, external_ip: .networkInterfaces[0]["accessConfigs"][0].natIP}'
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment