Created
January 12, 2026 18:54
-
-
Save maxsei/6ead1353eeda14809d37a4fcb3e34bca to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $ kubectl get svc --all-namespaces | rg 105 | |
| kubectl get svc --all-namespaces | |
| NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
| authelia authelia ClusterIP 10.43.211.45 <none> 80/TCP 3h25m | |
| default docker-registry ClusterIP 10.43.48.244 <none> 5000/TCP 7d1h | |
| default kubernetes ClusterIP 10.43.0.1 <none> 443/TCP 27d | |
| demo postgres ClusterIP 10.43.120.212 <none> 5432/TCP 3h25m | |
| demo trade ClusterIP 10.43.136.135 <none> 80/TCP 3h25m | |
| demo2 drawback-backend ClusterIP 10.43.86.192 <none> 8000/TCP 3h18m | |
| demo2 drawback-frontend ClusterIP 10.43.113.133 <none> 80/TCP 3h18m | |
| demo2 postgres ClusterIP 10.43.77.248 <none> 5432/TCP 3h18m | |
| demo2 redis ClusterIP 10.43.36.65 <none> 6379/TCP 3h18m | |
| jupyter hub ClusterIP 10.43.128.200 <none> 8081/TCP 3h18m | |
| jupyter proxy-api ClusterIP 10.43.125.40 <none> 8001/TCP 3h18m | |
| jupyter proxy-public ClusterIP 10.43.240.141 <none> 80/TCP 3h18m | |
| kube-system kube-dns ClusterIP 10.43.0.10 <none> 53/UDP,53/TCP,9153/TCP 32d | |
| kube-system metrics-server ClusterIP 10.43.15.169 <none> 443/TCP 32d | |
| traefik traefik LoadBalancer 10.43.219.180 169.254.55.155 8000:31213/TCP,8443:32409/TCP 3h25m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment