Kubernetes error code 403: user anonymous cannot get path

7/6/2018

I been trying to install kubernetes for the first time, after the initial setup, I was finally able to execute the kube-up.bash script:

kubernetes/cluster/kube-up.bash

Everything goes well and I even see the list of cluster services installed:

clusters installed

Then the book I am checking says: "Go to: https//your_master_ip/ui/"

But when I try I can only see the following:

Error code 403

I assumed I did not performed a proper setup on during the auth process, so I did:

gcloud auth list

But my active account is there with my Google email, so I am not sure what I am doing wrong.

I am able to access the Google Cloud Platfrom and see the project I created for this, I can see the traffic also.

Also, the kubectl commands are not working on my system, it throws a bash error that It was not able to locate the order.

Can someone please assist me?

Regards

-- grimmjow_sms
google-cloud-platform
kubectl
kubernetes

0 Answers