aws-samples / amazon-eks-machine-learning-with-terraform-and-kubeflow

Distributed training using Kubeflow on Amazon EKS
Apache License 2.0
78 stars 43 forks source link

Can use the Kiali dashboard ? #92

Open HanHoRang31 opened 5 months ago

HanHoRang31 commented 5 months ago

I want to deploy kiail for kubeflow dashboard

I deployed kiail, but mtls and fetch did not work, so the following picture appears.

blog 421

Is there a solution?

Kiail was deployed using the following command, and node forwarding was done as follows.

kial install

for ADDON in kiali jaeger prometheus grafana do ADDON_URL="https://raw.githubusercontent.com/istio/istio/release-1.20/samples/addons/$ADDON.yaml" kubectl apply -f $ADDON_URL done

port-forwarding

kubectl port-forward svc/kiali 20001:20001 -n istio-system

ajayvohra2005 commented 4 months ago

May I inquire what is the use case you are trying to solve? Please provide a description of the use case.