DEV Community

Discussion on: Tried k8s + Istio on my laptop with k3d

Collapse
 
livetocode profile image
livetocode

Thanks for your great post, however I wasn't able to access the http pages using the gateway service external ip!

I just had to expose the 80 port with the following extra parameters when creating the k3s cluster:
k3d create --publish 8080:80 --server-arg --no-deploy --server-arg traefik

Then I was able to browse successfully:
localhost:8080/productpage

finally, you should note that you can easily access the Kiali dashboard with:
istioctl dashboard kiali