34986/ui-for-accessing-kubernetes-pods
Hey @Ali, you can use the dashboard. The dashboard is a web UI for Kubernetes. You can use the dashboard to see, manage all your deployments and pods. You can build a deployment using the dashboard which will eliminate the use of yaml files.
dashboards are not deployed by default, to deploy a dashboard:
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard.yaml
To access Kubernetes dashboard, you need to ...READ MORE
Reserve a static IP and then assign ...READ MORE
The pods which are managed by ReplicationController ...READ MORE
if you need to do this is ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE
You can create a traefik service something like ...READ MORE
Adding to @Rohit's answer, I'll explain about ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.