Skip to content

Istio support #78

Open
Open
@chason-choate

Description

@chason-choate

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions