Skip to main content

Google Cloud load-balancing diagnostics

v0.1.0

Read-only Google Cloud load-balancer topology and health diagnostics for backend services, health checks, URL maps, target proxies, forwarding rules, and network endpoint groups. Fixed projections exclude IAP secrets, AWS-auth keys, and custom header values.

9 allowed by default
Pack ID
gcp-load-balancing
Vendor
emisar
OS
linux
Actions
9
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
gcloud jq

Install

emisar pack install fetches this pack, re-validates it, and verifies its content hash against the --hash below — the exact bytes this page was rendered against, so a tampered copy is rejected — before copying it into the runner's packs dir. The command reloads a running daemon itself; no manual restart.

on the runner host
sudo emisar pack install gcp-load-balancing --hash sha256:d43b24b0767cb62752eb368314fec257755880f6ea860c453a76bf8c3ca5820b

Actions 9 total

View on GitHub
  • gcp.backend_health script low

    gcloud compute backend-services get-health

    Show endpoint health for one global or regional backend service.

    View source on GitHub
  • gcp.backend_service_describe script low

    gcloud compute backend-services describe

    Show one backend service without IAP secrets, AWS-auth keys, or header values.

    View source on GitHub
  • gcp.backend_services script low

    gcloud compute backend-services list

    List bounded backend-service topology without IAP secrets, AWS-auth keys, or header values.

    View source on GitHub
  • gcp.forwarding_rules script low

    gcloud compute forwarding-rules list

    List bounded forwarding rules, addresses, ports, targets, and load-balancing scheme.

    View source on GitHub
  • gcp.health_checks script low

    gcloud compute health-checks list

    List bounded health-check probes, timing, thresholds, and logging state.

    View source on GitHub
  • gcp.http_proxies script low

    gcloud compute target-http-proxies list

    List bounded HTTP target proxies and their URL maps.

    View source on GitHub
  • gcp.https_proxies script low

    gcloud compute target-https-proxies list

    List bounded HTTPS target proxies, URL maps, certificates, and TLS policy.

    View source on GitHub
  • gcp.network_endpoint_groups script low

    gcloud compute network-endpoint-groups list

    List bounded zonal, regional, global, and serverless network endpoint groups.

    View source on GitHub
  • gcp.url_maps script low

    gcloud compute url-maps list

    List bounded host and path routing topology without custom header values.

    View source on GitHub