k8s上部署zuul网关

本文假设您已经完成了 在Kubernetes上部署业务项目教程的前序步骤

部署zuul网关

在 Kuboard 界面进入 test 名称空间,点击 创建工作负载 按钮,并填写表单,如下图所示:

字段名称填写内容备注
服务类型Deployment
服务分层api网关层
服务名称zuul
服务描述网关
副本数量1
容器名称zuul-server
镜像harbor.hld.com/test/zuul:latestharbor镜像仓库镜像地址
抓取策略Always
环境变量eureka.client.service-url.defaultZone=http://cloud-eureka-0.cloud-eureka.test.svc.cluster.local:1111/eureka,http://cloud-eureka-1.cloud-eureka.test.svc.cluster.local:1111/eureka,http://cloud-eureka-2.cloud-eureka.test.svc.cluster.local:1111/eureka spring.cloud.config.uri=http://cloud-config-0.cloud-config.test.svc.cluster.local:8991填入 kuboard 时环境变量名后面不带 =
ServiceClusterIp:协议 TCP 服务端口 9000 容器端口 9000内网访问
Ingress不开启

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

检查部署结果

  • 注册中心查看注册信息

在这里插入图片描述

  • 通过网关调用template项目接口
    接口1:
    在这里插入图片描述
    接口2:
    在这里插入图片描述
    至此,部署完成
Logo

开源、云原生的融合云平台

更多推荐