Question

about Kasten multi-cluster dashboard


Userlevel 1

Hi

 

My customer have config K10 Multi-cluster Dashboard

 

Primary K10 set option list is

  • air-gap
  • global.airgapped.repository
  • auth.tokenAuth.enabled
  • ingress.create
  • ingress.urlPath
  • ingress.host
  • ingress.tls.enabled
  • ingress.tls.secretName

And another cluster set same configuation

 

Install k10 and multi-cluster dashboard a success / have no problem

 

1 . I enter multi-dashboard ingress FQDN to web browser 

    => https://<ingress_FQDN>/k10/#/ 

 

2. do token authontication

 

3. I want open the multi-cluster page WEBUI but not open multi-cluster page, only open Primary K10 Web UI

 

A case was conducted in this regard, and the case answer was

 

instead of https:///K10/#/

 

It asks to enter https:///k10/#

 

Even if you proceed according to the result of the case, it seems that you are redirected to the primary webui unconditionally after token authentication. Any solution for this?

 

Thank you


3 comments

Userlevel 7
Badge +7

@jaiganeshjk 

Userlevel 5
Badge +2

Hello @tamama3 
 

Please ensure that you have successfully enabled the K10 multi-cluster manager. in order to check that Kindly provide the output of the following commands.

kubectl get ns kasten-io-mc 
kubectl get cluster -n kasten-io-m

Additionally, you can attempt to access your multi-cluster dashboard by using the URL provided below:

https://<ingress_FQDN>/k10/#/clusters

Regards,

Ahmed Hagag

Userlevel 6
Badge +2

@tamama3 The actual k10 path is  https://<ingress_FQDN>/k10/ (without the # at the end)

If you try to access this path, it should by default get you to multicluster dashboard provided you have enabled it for your primary K10 instance. 

Comment