DEV Community

Jeffrey Morgan
Jeffrey Morgan

Posted on

Infra: open source access management for Kubernetes

Infra is an open-source project for teams to manage secure access to Kubernetes. It automatically takes care of generating Kubeconfig files for individual team members (tailored to which clusters each user has access to) and role-based access control (RBAC) at the cluster or namespace level. It includes built-in user & groups management and integrates with existing single sign-on systems like Google, Okta or Azure AD.

Github repo: https://github.com/infrahq/infra

screenshot

Top comments (0)