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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.
标签:
kubernetes