kmesh-net / kmesh

High Performance ServiceMesh Data Plane Based on Programmable Kernel

Home Page:https://kmesh.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an indication whether a pod is in charge by kmesh

hzxuzhonghu opened this issue · comments

Curretly whether kmesh takes effect on a pod not only depends on the namespace label istio.io/dataplane : kmesh, but also whether the pod has sidecar injected, So i propose we add a label or annotation to the pod that kmesh will be in charge.

This could be done in the kmesh cni plugin via a pod update

/kind feature