Infra manages access to infrastructure such as Kubernetes, with support for more connectors coming soon.
- Discover & access infrastructure via a single command:
infra login
- No more out-of-sync credentials for users (e.g. Kubeconfig)
- Okta, Google, Azure AD identity provider support for onboarding and offboarding
- Fine-grained access to specific resources that works with existing RBAC rules
- API-first design for managing access as code or via existing tooling
- Temporary access to coordinate access with systems like PagerDuty (coming soon)
- Audit logs for who did what, when to stay compliant (coming soon)
Install Infra via helm
:
helm repo add infrahq https://helm.infrahq.com
helm repo update
helm install infra infrahq/infra
Next, find the exposed hostname:
kubectl get service infra-server -o jsonpath="{.status.loadBalancer.ingress[*]['ip', 'hostname']}" -w
Open this hostname in your browser to get started
Connector | Status | Documentation |
---|---|---|
Kubernetes | ✅ Stable | Get started |
Postgres | Coming soon | Coming soon |
SSH | Coming soon | Coming soon |
AWS | Coming soon | Coming soon |
Container Registry | Coming soon | Coming soon |
MongoDB | Coming soon | Coming soon |
Snowflake | Coming soon | Coming soon |
MySQL | Coming soon | Coming soon |
RDP | Coming soon | Coming soon |
- Community Forum Best for: help with building, discussion about infrastructure access best practices.
- GitHub Issues Best for: bugs and errors you encounter using Infra.