Help needed with Kubernetes monitoring

Hi thank you for the quick replies.
Sorry yes i missed some things. Basically i am stuck at poit 2.4 where i add the host.
Everything until 2.4 worked as described i.e.Cert & token … . At first i thought maybe our companies’ proxy won’t allow this but all other checks which must go over the proxy work and a curl -k https://xx.xx.xx.xx/ brings:
{
“kind”: “Status”,
“apiVersion”: “v1”,
“metadata”: {

  },
  "status": "Failure",
  "message": "forbidden: User \"system:anonymous\" cannot get path \"/\"",
  "reason": "Forbidden",
  "details": {

  },
  "code": 403

Which indicates that the cluster can be accessed at least.
Which commands you cou mean? i went through the documenation but i can’t find it?
And i think i found a mistake: i think it should be *Custom path suffix* instead of *Custom path prefix* because it is to be appended to the URL, shouldn’t it?

BR
Thomas