I need to have n pods doing basically the same thing but operating on different endpoints, based on an environment variable. For example, pod1 will process var1, pod2 will process var2 etc...
Can I have unique purpose pods within a deployment: propagating a unique variable to each pods? Or do I need to have n statefulsets, which looks heavier?