Error: Not authenticated in Browser when trying with http://external_ip:nodeport

Hi ,

I am to access checkmk GUI, however getting below error, services discovery getting failed…after configuration as explained in below You tube link:

I have checked pods and services are running fine…

nigoyal7@master:~$ kubectl get pods -n checkmk
NAME                       READY   STATUS    RESTARTS      AGE
checkmk-76776c8477-bb76x   1/1     Running   1 (14h ago)   16h
nigoyal7@master:~$ kubectl get pods -n checkmk-monitor
NAME                                             READY   STATUS    RESTARTS       AGE
checkmk-cluster-collector-f76777f88-c8wh4        1/1     Running   6 (14h ago)    2d23h
checkmk-node-collector-container-metrics-q8845   2/2     Running   21 (74s ago)   3d16h
checkmk-node-collector-machine-sections-jgzrk    1/1     Running   14 (57s ago)   3d16h
nigoyal7@master:~$ kubectl get svc
NAME         TYPE        CLUSTER-IP   EXTERNAL-IP   PORT(S)   AGE
kubernetes   ClusterIP   10.96.0.1    <none>        443/TCP   19h
nigoyal7@master:~$ kubectl get svc -n checkmk
NAME      TYPE       CLUSTER-IP      EXTERNAL-IP   PORT(S)                      AGE
checkmk   NodePort   10.102.88.223   <none>        80:32038/TCP,443:31118/TCP   10d
nigoyal7@master:~$ kubectl get svc -n checkmk-monitor
NAME                        TYPE       CLUSTER-IP      EXTERNAL-IP   PORT(S)          AGE
checkmk-cluster-collector   NodePort   10.97.189.177   <none>        8080:30035/TCP   3d16h

Please help to solve this issue…

Thanks
Nitin Goyal