How to Securely Access Private Resources in a Kubernetes Cluster

Access private services within a K8s cluster

Use case: You’d like to provide access to specific services within a K8s cluster.

  • Deploy Connector(s) via Helm Chart inside your K8s cluster. The steps for deploying a Connector via Helm Chart are outlined in the same Github repository here.
  • Create a new Twingate Resource with the internal service’s IP or K8s cluster internal DNS address. This will allow authorized Twingate users to access the K8s service without exposing it on the public internet.
  • Users granted access to the Twingate Resource you defined will now be able to access the service using its internal IP or K8s DNS name.

Last updated 29 days ago