Join/extend a Windows Server to a Istio Mesh?

9/4/2019

I have and Istio mesh on baremetal and I wish to join a Windows Server to the a istio mesh

-- Madu Alikor
istio
kubernetes
virtual-machine

1 Answer

9/5/2019

Istio will automatically be applied across your kubernetes cluster so will be perfectly happy with machines (virtual or physical) as soon as they are added to your kubernetes cluster.

So assuming you have correctly configured your virtual machine (specifically network interfaces), you can do a kubeadm join

Configuring VMs: https://medium.com/@shalithasuranga/simulating-a-data-center-with-virtual-machines-in-your-computer-76a434c02585

Joining kubernetes cluster: https://stackoverflow.com/a/50198349/10461045

-- Danny Jackson
Source: StackOverflow