检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
kubectl apply -f elbingress.yaml 切流至ELB Ingress 流量切换前,假设您已将业务域名通过A记录解析的方式指向了自建Nginx Ingress的公网地址。
kubernetes.io/elb.acl-status: 'on' # 开启访问控制 kubernetes.io/elb.acl-type: 'white' # 白名单控制 spec: selector: app
maxReplicas: 10 # 最大实例数 minReplicas: 5 # 最小实例数 scaleTargetRef: # 关联Deployment apiVersion: apps
# 等待后端服务器响应超时时间 name: nginx spec: ports: - name: service0 port: 80 protocol: TCP targetPort: 80 selector: app
插件可为Kubernetes提供Metrics API,但默认未开启,若要将其开启,需要创建以下APIService对象: apiVersion: apiregistration.k8s.io/v1 kind: APIService metadata: labels: app
statistic: instantaneous ruleName: high ruleType: Metric scaleTargetRef: # 关联负载 apiVersion: apps