Replies: 4 comments 6 replies
-
Hello, Right now there are no plans to support Istio natively in MetalK8s or replace I assume you're looking to use the MetalK8s UI, and hence need to expose the Kubernetes API so the UI webapp can communicate with it. I'm a bit surprised with Istio you need all services that get exposed (through an If indeed this is not possible, for By the way, you'll need to do the same for the Salt API service. I'm not an Istio expert, but I think instead of changing all services to serve plain HTTP traffic, I'd be surprised there's no way to achieve proxying of the ingress controller to HTTPS endpoints... With If Istio and its ingress controller would have similar functionality, you could add the relevant annotations to the existing |
Beta Was this translation helpful? Give feedback.
-
Tried to make the kubernetes-server api http port...
any idea. what could be the reson? |
Beta Was this translation helpful? Give feedback.
-
@Baitanik To better understand how people in the community use MetalK8s, would you mind chiming in at #3085 to provide some intel about your use-case? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Incase some one ends up here.. trying to find steps to converting nginx ingress to istio... |
Beta Was this translation helpful? Give feedback.
-
we need istio as the gateway for metalk8s.. we already have installed istio and changed some of the things..
dex we changed to run on http...
wanted to know is there any example configuration by which we can easily change nginx to istio gateway, virtual service.
i see metalk8s-ui - running on http.
dex is running on https .
kubernertes-api running on https..
dex i changed to run on http... for kubernetes api (/api/kubernetes), I am not getting which places to change to make is run on http...
we want normal istio scenario .. where https/tls terminates on istio ingressgateway.(or sidecar level). and inside the cluster backend applications ,it is http only..
any idea, how to achieve this ? could someone please help
Beta Was this translation helpful? Give feedback.
All reactions