开发者社区> 问答> 正文

创建SLB指定的targetport不起作用

1. 问题描述

    给集群应用创建的SLB不起作用, 指定的代理到集群IP+端口30000, 实际上分配到了3台node服务器的30224端口.

2. 报错信息

    https://k8s.unicareer.com/访问后报502 Bad Gateway.

3. SLB的YML

apiVersion : v1
kind : Service
metadata :
annotations :
service.beta.kubernetes.io/alicloud-loadbalancer-cert-id : 1154965377052304_163e886f5fc_-426287752_160644000
service.beta.kubernetes.io/alicloud-loadbalancer-protocol-port : "https:443"
labels :
run : nginx
name : nginx
spec :
ports :
- name : web
port : 443
protocol : TCP
targetPort : 30000
selector :
app : nginx
sessionAffinity : None
type : LoadBalancer


展开
收起
dreamsachieved 2018-09-28 11:37:56 889 0
0 条回答
写回答
取消 提交回答
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载