Last active
April 21, 2018 00:06
-
-
Save Damianofds/0e93dfc1c173b93dfc28b6f81386865a 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
Every 2.0s: kubectl describe ingress Fri Apr 20 23:16:46 2018 | |
Name: ingress | |
Namespace: default | |
Address: 35.186.233.211 | |
Default backend: default-http-backend:80 (10.24.0.4:8080) | |
Rules: | |
Host Path Backends | |
---- ---- -------- | |
* | |
/echo echo-server:80 (<none>) | |
/echo-2 echo-server-2:80 (<none>) | |
/ test-webserver:80 (<none>) | |
Annotations: | |
url-map: k8s-um-default-ingress--e940260f95a267b9 | |
backends: {"k8s-be-30496--e940260f95a267b9":"Unknown","k8s-be-30877--e940260f95a267b9": | |
"HEALTHY","k8s-be-31435--e940260f95a267b9":"HEALTHY","k8s-be-31913--e940260f95a267b9":"HEALTHY"} | |
forwarding-rule: k8s-fw-default-ingress--e940260f95a267b9 | |
target-proxy: k8s-tp-default-ingress--e940260f95a267b9 | |
Events: | |
Type Reason Age From Message | |
---- ------ ---- ---- ------- | |
Normal ADD 44m loadbalancer-controller default/ingress | |
Normal CREATE 43m loadbalancer-controller ip: 35.186.233.211 | |
Normal Service 9m (x10 over 43m) loadbalancer-controller no user specified default backend, | |
using system default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment