https://github.com/twingate/kubernetes-access-gateway
The Twingate Kubernetes Access Gateway enables secure, zero-trust access to your Kubernetes cluster.
https://github.com/twingate/kubernetes-access-gateway
gitops golang helm kubernetes twingate
Last synced: 10 months ago
JSON representation
The Twingate Kubernetes Access Gateway enables secure, zero-trust access to your Kubernetes cluster.
- Host: GitHub
- URL: https://github.com/twingate/kubernetes-access-gateway
- Owner: Twingate
- License: mpl-2.0
- Created: 2025-05-19T17:14:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-03T09:36:54.000Z (10 months ago)
- Last Synced: 2025-09-03T11:28:27.730Z (10 months ago)
- Topics: gitops, golang, helm, kubernetes, twingate
- Language: Go
- Homepage:
- Size: 342 KB
- Stars: 6
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twingate Kubernetes Access Gateway
[](https://github.com/Twingate/kubernetes-access-gateway/actions/workflows/ci.yaml)
[](https://coveralls.io/github/Twingate/kubernetes-access-gateway?branch=master)
[](https://hub.docker.com/r/twingate/kubernetes-access-gateway)
> [!IMPORTANT]
> **Twingate Kubernetes Access is currently in beta.** Sign up for early access at https://www.twingate.com/product/kubernetes-access.
Twingate Kubernetes Access enables secure, zero-trust access to your Kubernetes cluster. It provides a seamless integration between Twingate's secure access platform and your Kubernetes infrastructure, allowing you to manage and control access to your cluster through Twingate's security policies.
[Wiki][1] | [Quick Started][2] | [Installation][3]
[1]: https://github.com/Twingate/kubernetes-access-gateway/wiki
[2]: https://github.com/Twingate/kubernetes-access-gateway/wiki/Quick-Start-Guide
[3]: https://github.com/Twingate/kubernetes-access-gateway/wiki/Installation
## Prerequisites
- Kubernetes cluster (1.31+)
- Twingate account setup with a `Remote Network` for the Kubernetes cluster and
connectors deployed (see the [Twingate Kubernetes Operator](https://github.com/Twingate/kubernetes-operator) or [the Helm chart](https://github.com/Twingate/helm-charts)
if required)
## Installation
- See [Quick Started](https://github.com/Twingate/kubernetes-access-gateway/wiki/Quick-Start-Guide) to set up the Gateway from scratch using the Twingate Operator.
- See [Installation](https://github.com/Twingate/kubernetes-access-gateway/wiki/Installation) for different installation options.
- See [Monitoring](https://github.com/Twingate/kubernetes-access-gateway/wiki/Monitoring) for enabling scraping metrics, alerts and Grafana dashboard.
## Support
- For general issues using this gateway please open a GitHub issue.
- For account specific issues, please visit the [Twingate forum](https://forum.twingate.com/)
or open a [support ticket](https://help.twingate.com/)
## Developers
- See [Developer](https://github.com/Twingate/kubernetes-access-gateway/wiki/Developers) for how to set up a development environment and release process.