Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can use the Kiali dashboard ? #92

Open
HanHoRang31 opened this issue Apr 4, 2024 · 1 comment
Open

Can use the Kiali dashboard ? #92

HanHoRang31 opened this issue Apr 4, 2024 · 1 comment

Comments

@HanHoRang31
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants