Open
Description
Istio is used as a means to encrypt traffic between pods in a namespace. When deployed in a namespace that has istio enabled the supervisors will never become ready as they fail to contact the nimbus service.
Upon further digging it seems istio is not compatible with init containers as istio does some network proxy config in it's own init container before the encryption proxy is started. Which is needed for network traffic.
Therefore the fix for istio would be to move away from init containers and instead pull that logic into the primary container.
Metadata
Metadata
Assignees
Labels
No labels