megaease / easemesh

A service mesh implementation for connecting, control, and observe services in spring-cloud.
https://megaease.com/easemesh
Apache License 2.0
508 stars 61 forks source link

Support sidecar injection for Pod, DaemonSet, StatefulSet, etc #67

Closed xxx7xxxx closed 3 years ago

xxx7xxxx commented 3 years ago

Background

As we support Support native deployment in #51 , supporting more kinds of components of k8s is necessary.

Proposal

The actions of judgment and injection are the same with deployment: https://github.com/megaease/easemesh/blob/main/docs/user_manual.md#deploy-an-annotated-deployment.