-1

has anyone did successfully install Istio on VirtualMachine and created workloadEntry?

My istio-ingressgateway is exposed as type LoadBalancer(AWS Nlb) on private_subnets.

On Virtual Machine the sidecar.env config file has has the default discoveryAddress as istiod.istio-system.svc:15012, is it possible to configure it with DNS name not an IP?

Arsen
  • 509
  • 2
  • 8
  • 20

1 Answers1

0

I think the answer is no. Because the pilot-agent on the VM first needs to communicate with Istiod (in k8s) to complete a series of initialization work, after which the DNS resolution in the pilot-agent will work properly.

Jeremy Caney
  • 7,102
  • 69
  • 48
  • 77
Kevin
  • 21
  • 4