brianloss commented on issue #3178:
URL: https://github.com/apache/accumulo/issues/3178#issuecomment-1421376055

   > > Right, but couldn't these groups just be kubernetes metadata? Isn't that 
already something that kubernetes supports today?
   > 
   > I don't know. Looking at 
[this](https://stackoverflow.com/questions/63169737/kubernetes-api-list-pods-with-a-label)
 you can query the Kubernetes API server, but I don't know all of the 
intricacies involved with what appears to be auth tokens, the type of results 
that are returned, latency, etc.
   
   You can use the [downward 
api](https://kubernetes.io/docs/concepts/workloads/pods/downward-api/) to 
expose some pod info (including labels and annotations) via files or 
environment variables inside the pod. I'm wondering if that would be sufficient?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to