Skip to content

I try to expose dashboard with aws alb controller but no luck #8522

Closed Answered by ahoehma
ahoehma asked this question in Q&A
Discussion options

You must be logged in to vote

I found a way ... but its little bit ugly :)

################################################################################
# Kubernetes dashboard 
# https://github.com/kubernetes/dashboard
################################################################################

#
# Commands to know in case of problems:
#
# check aws elb controller logs     : k logs -n kube-system -l app.kubernetes.io/name=aws-load-balancer-controller -f
#
# get dashboard resouces            : k get pods,svc,ingress -n kubernetes-dashboard -o wide
# delete dashboard ingress manually : k delete ingress kubernetes-dashboard-ingress -n kubernetes-dashboard
#
# get ingress                       : k get ingress kube…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ahoehma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant