Last active
September 6, 2019 16:21
-
-
Save j-zimnowoda/f56d3d3d75536ecdaa022948332ec138 to your computer and use it in GitHub Desktop.
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
$ gcloud compute forwarding-rules list | |
NAME REGION IP_ADDRESS IP_PROTOCOL TARGET | |
k8s-fw-default-basic-ingress--38187d215818b1cb 35.190.122.250 TCP k8s-tp-default-basic-ingress--38187d215818b1cb | |
gcloud compute target-http-proxies list | |
NAME URL_MAP | |
k8s-tp-default-basic-ingress--38187d215818b1cb k8s-um-default-basic-ingress--38187d215818b1cb | |
$ gcloud compute url-maps list | |
NAME DEFAULT_SERVICE | |
k8s-um-default-basic-ingress--38187d215818b1cb backendServices/k8s-be-32332--38187d215818b1cb | |
gcloud compute backend-services list | |
NAME BACKENDS PROTOCOL | |
k8s-be-32332--38187d215818b1cb europe-west3-b/instanceGroups/k8s-ig--38187d215818b1cb HTTP | |
gcloud compute backend-services describe k8s-be-32332--38187d215818b1cb --global | |
backends: | |
- group: https://www.googleapis.com/compute/v1/projects/django-gke-251916/zones/europe-west3-b/instanceGroups/k8s-ig--38187d215818b1cb | |
healthChecks: | |
- https://www.googleapis.com/compute/v1/projects/django-gke-251916/global/healthChecks/k8s-be-32332--38187d215818b1cb | |
kind: compute#backendService | |
loadBalancingScheme: EXTERNAL | |
name: k8s-be-32332--38187d215818b1cb | |
port: 32332 | |
portName: port32332 | |
protocol: HTTP | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment