ingress configuration for dashboard

后端 未结 4 1334
感情败类
感情败类 2020-12-31 09:12

I did nginx ingress controller tutorial from github and exposed kubernetes dashboard

kubernetes-dashboard   NodePort    10.233.53.77            4         


        
4条回答
  •  感情败类
    2020-12-31 09:26

    You could also use the helm charts available here

    https://github.com/helm/charts/tree/master/stable/kubernetes-dashboard

    Then setup your values.yaml file in order to override ingress parts like enable it, and adding hosts are available.

提交回复
热议问题