apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: nginx.ingress.kubernetes.io/backend-protocol: HTTPS nginx.ingress.kubernetes.io/force-ssl-redirect: "true" creationTimestamp: "2024-09-26T07:34:58Z" generation: 2 name: kubernetes-dashboard-ingress namespace: default resourceVersion: "61732354" uid: f2e3bb36-aee3-49f1-85c3-e4cb2b3e84cc spec: ingressClassName: nginx-master rules: - host: kubernetes-dashboard-dev.shinow.com.cn http: paths: - backend: service: name: kubernetes-dashboard-kong-proxy port: number: 443 path: / pathType: Prefix tls: - hosts: - kubernetes-dashboard-dev.shinow.com.cn secretName: shinow status: loadBalancer: ingress: - ip: 10.68.77.4
标签:ingress,https,kubernetes,nginx,dashboard,io,shinow From: https://www.cnblogs.com/brightdays/p/18435293