Hi! When we try to run code that authorizes with the Kubernetes Python Client in our cluster, using exec to generate a token with a specific utility, we get a 403 error very often.
But when the same code is only run in a manually started Pod, we don't have any issues at all. So the big question is, what's the difference between running code with a Prefect flow and just running it in a Pod? And what can we do about the issue in general?