Accessing ScaleOps via Load Balancer
⚠️
It’s highly recommended to setup authentication before exposing the dashboard to the internet.
Helm Parameters
dashboard:
serviceLoadBalancer:
enabled: false
annotations: {}
http:
enabled: false
port: 80
https:
enabled: true
port: 443Examples
AWS
dashboard:
serviceLoadBalancer:
enabled: true
annotations:
service.beta.kubernetes.io/aws-load-balancer-type: external
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: instance
service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facingTLS Configuration
Refer to the Dashboard TLS Configuration section to make the dashboard deployment serve over HTTPS.