When creating a service I see in the list of internal endpoints an entry the looks like myservice.sandbox-cluster:0 TCP
along with the ports I explicitly opened. What is the port 0 entry for?
标签:
kubernetes
相关问题
- Microk8s, MetalLB, ingress-nginx - How to route ex
- How do I change the storage class of existing pers
- Use awslogs with kubernetes 'natively'
- Kubernetes coredns readiness probe failed
- Default certificate on Nginx-ingress
相关文章
- k8s 访问Pod 时好时坏
- Override env values defined in container spec
- How do I create a persistent volume claim with Rea
- How to obtain the enable admission controller list
- Difference between API versions v2beta1 and v2beta
- MountVolume.SetUp failed for volume “nfs” : mount
- How to save content of a configmap to a file with
- GKE does not scale to/from 0 when autoscaling enab
If you are using the GCE Load Balancer,
port 0
may be created.port 0
usually means "use any random free port".Here is the GitHub issue. Here is more info. Email thread about this is here.