{"id":30886704,"url":"https://github.com/twingate/kubernetes-operator","last_synced_at":"2026-01-22T19:29:06.355Z","repository":{"id":204045103,"uuid":"707812226","full_name":"Twingate/kubernetes-operator","owner":"Twingate","description":"Twingate Kubernetes Operator allows configuring Twingate using Kubernetes assets - OSS","archived":false,"fork":false,"pushed_at":"2025-09-05T13:26:43.000Z","size":2882,"stargazers_count":36,"open_issues_count":5,"forks_count":9,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-09-05T15:31:48.412Z","etag":null,"topics":["gitops","helm","kubernetes","kubernetes-operator","python","twingate"],"latest_commit_sha":null,"homepage":"https://www.twingate.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Twingate.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-20T18:02:56.000Z","updated_at":"2025-09-05T13:26:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab1d4697-4d57-4ccf-a595-a260e1ee4dbf","html_url":"https://github.com/Twingate/kubernetes-operator","commit_stats":null,"previous_names":["twingate/kubernetes-operator"],"tags_count":54,"template":false,"template_full_name":null,"purl":"pkg:github/Twingate/kubernetes-operator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Twingate%2Fkubernetes-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Twingate%2Fkubernetes-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Twingate%2Fkubernetes-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Twingate%2Fkubernetes-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Twingate","download_url":"https://codeload.github.com/Twingate/kubernetes-operator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Twingate%2Fkubernetes-operator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274189353,"owners_count":25237940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitops","helm","kubernetes","kubernetes-operator","python","twingate"],"created_at":"2025-09-08T13:09:34.811Z","updated_at":"2026-01-22T19:29:06.345Z","avatar_url":"https://github.com/Twingate.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twingate Kubernetes Operator\n\n[![CI](https://github.com/Twingate/kubernetes-operator/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/Twingate/kubernetes-operator/actions/workflows/ci.yaml)\n[![Coverage Status](https://coveralls.io/repos/github/Twingate/kubernetes-operator/badge.svg?branch=main\u0026t=7BQPrK)](https://coveralls.io/github/Twingate/kubernetes-operator?branch=main)\n[![Dockerhub](https://img.shields.io/badge/dockerhub-images-info.svg?logo=Docker)](https://hub.docker.com/r/twingate/kubernetes-operator)\n\nThe Twingate Kubernetes Controller is a custom controller designed to automate\nand manage Twingate resources within a Kubernetes environment. It provides\nseamless integration between your Kubernetes clusters and the Twingate Zero\nTrust Network.\n\n[Wiki][1]  |  [Getting Started][2]  |  [API Reference][3]\n\n[1]: https://github.com/Twingate/kubernetes-operator/wiki\n[2]: https://github.com/Twingate/kubernetes-operator/wiki/Getting-Started\n[3]: https://github.com/Twingate/kubernetes-operator/wiki/API-Reference\n\n## Prerequisites\n\n- Kubernetes cluster (1.16+)\n- Twingate account and resources (Gateways, Networks, Applications, etc.)\n- Twingate account setup with a `Remote Network` for the Kubernetes cluster and\n connectors deployed (see [this Helm chart](https://github.com/Twingate/helm-charts)\n if required)\n- Twingate API token with `Read/Write/Provision` permissions - this can be generated in the Twingate Admin Console\n\n## Installation\n\n### Helm via OCI (recommended)\n\nThe operator's helm chart is published to the following OCI repository:\n`oci://ghcr.io/twingate/helmcharts/twingate-operator`\n\nFollow these steps to install the operator:\n\n[default-values-yaml]: https://github.com/Twingate/kubernetes-operator/blob/main/deploy/twingate-operator/values.yaml\n\n1. Create a custom `values.yaml` (You can start by copying the [default values .yaml file][default-values-yaml]):\n1. Edit the settings in the file and specifically `twingateOperator`.\n1. Deploy (add `-n [namespace]` if you want to install to a specific namespace):\n\n```bash\nhelm upgrade twop oci://ghcr.io/twingate/helmcharts/twingate-operator --install --wait -f ./values.yaml\n```\n\n### Helm by cloning the git repository\n\n1. Clone this repository to your local machine.\n1. Use the `helm` chart in `./deploy/twingate-operator`:\n\n   1. Create a custom `values.yaml`:\n\n   ```bash\n   cp ./deploy/twingate-operator/values.yaml ./deploy/twingate-operator/values.local.yaml\n   ```\n\n   1. Edit the settings (`twingateOperator` specifically) in\n      `./deploy/twingate-operator/values.local.yaml`\n   1. Deploy (add `-n [namespace]` if you want to install to a specific namespace):\n\n   ```bash\n   helm upgrade twop ./deploy/twingate-operator --install --wait -f ./deploy/twingate-operator/values.local.yaml\n   ```\n\n### Upgrading Chart\n\nWith Helm v3, CRDs created by this chart are not updated by default\nand should be manually updated.\nConsult also the [Helm Documentation on CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions).\n\nSee [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation.\n\n## Changelog\n\nSee [CHANGELOG](./CHANGELOG.md)\n\n## Support\n\n- For general issues using this operator please open a GitHub issue.\n- For account specific issues, please visit the [Twingate forum](https://forum.twingate.com/)\n or open a [support ticket](https://help.twingate.com/)\n\n## Developers\n\nSee [developer guide](./DEVELOPER.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwingate%2Fkubernetes-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwingate%2Fkubernetes-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwingate%2Fkubernetes-operator/lists"}