https://authzed.com logo
Title
e

ecordell

09/05/2022, 7:38 PM
We will definitely make sure that there is a reasonable way to run on kubernetes; we may need to contribute fixes to kuberesolver. It seems like kuberesolver has some principled stance against using official go kubernetes libraries in their implementation - at least, it's not obvious why they wouldn't use them otherwise. We already have our own grpc load balancer implementation, it may make sense to have our own resolver implementation that uses
client-go
as well (
client-go
properly handles token rotation, as you might expect). I don't have a hard timeline for you but this is something that will get addressed, probably sooner rather than later.