
Teleport Has a Free API — Zero-Trust Access to Infrastructure
Teleport is an open-source access platform that provides zero-trust access to servers, databases, Kubernetes, and internal apps — with audit logging and short-lived certificates. What Is Teleport? Teleport replaces VPNs and SSH keys with identity-based access. Every connection is authenticated, authorized, and audited. Free (Community Edition): Unlimited users and resources SSH, Kubernetes, database access Session recording Audit logging Certificate-based auth Quick Start curl https://goteleport.com/static/install.sh | bash -s 16.0.0 teleport configure -o /etc/teleport.yaml teleport start API / CLI # Login tsh login --proxy = teleport.example.com # SSH into server tsh ssh user@server-name # List nodes tsh ls # Access Kubernetes tsh kube login my-cluster kubectl get pods # Access database tsh db connect my-postgres REST API # List nodes curl https://teleport.example.com/v1/nodes \ -H "Authorization: Bearer YOUR_TOKEN" # List sessions curl https://teleport.example.com/v1/sessions \ -H "A
Continue reading on Dev.to DevOps
Opens in a new tab



