I have an AKS cluster with a frontend service and a database service.
I setup a loadbalancer externally accessible to test that my app was working. I would like to authorize only users of my company to access the frontend, what is the best way to do this?
I already setup my clusters to use Microsoft Entra ID authentication with Azure RBAC. My goal would be to authorize only 2 user groups to access the frontend of my app.