SpringCloud Kubernetes 系列文章
云原生架构之SpringBoot+K8s service服务注册发现方案(东西流量)
云原生架构之SpringCloudKubernetes 服务注册发现方案(东西流量)
云原生架构之Springboot Gateway+K8s 服务注册发现方案(南北流量)
云原生架构之Spring Cloud+Kubernetes配置中心方案
springboot-init:springboot-init 为服务提供者,对外提供 /services 用于获取 K8s 名称空间的名称,及返回相应 POD 的hostname。
springboot-client:springboot-client 为使用 k8s service 进行服务发现 endpoints 列表,通过 ribbon 进行服务发起(客户端)进行负载均衡。
springboot-clientservice:springboot-clientservice 为使用 k8s service 进行发现服务。
springboot-gateway:springboot gateway 使用k8s作服务注册发现
springboot-gateway-serviceprovider:springboot gateway serviceprovider 作为gateway后端API服务
springboot-config:配置中心,使用K8s原上 configmap/secret资源替代原始 springcloudconfig服务。