此版本仍在开发中,尚未被视为稳定版本。如需最新的稳定版本,请使用 Spring Cloud Kubernetes 3.1.4spring-doc.cadn.net.cn

Service Registry 实现

在 Kubernetes 中,服务注册由平台控制,应用程序本身不控制 注册,就像在其他平台中一样。因此,使用spring.cloud.service-registry.auto-registration.enabled或设置@EnableDiscoveryClient(autoRegister=false)在 Spring Cloud Kubernetes 中将不起作用。spring-doc.cadn.net.cn