Custom Pod Annotations
This is regarding usage of service mesh / policy agent automations for stateful sets.
1
vote

This is already possible actually! Though it's definitely an area where we need to improve our docs.
In any valid working MongoDBCommunity deployment you'd need to specify:
spec:
statefulSet:
spec:
template:
metadata:
annotations:
example.com/annotation-1: "value-1"
example.com/annotation-2: "value-2"
And obviously alter the annotations according to your needs!
-
Jay commented
This is for community-kubernetes-operator