Feature flags in a Kubernetes app

I’d like to implement feature flags in the app I’ve deployed on Kubernetes.

ConfigMaps seems an obvious choice, but some people seem to be using pod annotations instead.

Do people have any feeling which is better? Are there any Kubernetes-specific recommendations or best practices for managing these?