{"id":29085915,"url":"https://github.com/linode/konnectivity","last_synced_at":"2026-01-31T09:33:15.955Z","repository":{"id":238630722,"uuid":"797029597","full_name":"linode/konnectivity","owner":"linode","description":"repo containing helm charts for k8s konnectivity","archived":false,"fork":false,"pushed_at":"2024-06-06T14:52:23.000Z","size":113,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-29T02:17:55.871Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","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}},"created_at":"2024-05-07T04:12:37.000Z","updated_at":"2024-06-06T14:52:27.000Z","dependencies_parsed_at":"2024-06-06T15:57:11.674Z","dependency_job_id":"44d65a60-3ba2-4f60-975c-c2d3457cc4a7","html_url":"https://github.com/linode/konnectivity","commit_stats":null,"previous_names":["rahulait/konnectivity","linode/konnectivity"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/linode/konnectivity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fkonnectivity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fkonnectivity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fkonnectivity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fkonnectivity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linode","download_url":"https://codeload.github.com/linode/konnectivity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linode%2Fkonnectivity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28936192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T08:53:31.997Z","status":"ssl_error","status_checked_at":"2026-01-31T08:51:38.521Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-06-27T23:06:57.539Z","updated_at":"2026-01-31T09:33:15.949Z","avatar_url":"https://github.com/linode.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# K8s Konnectivity\n\n\u003cp align=\"center\"\u003e \n\u003c!-- join kubernetes slack channel for linode --\u003e\n\u003ca href=\"https://kubernetes.slack.com/messages/CD4B15LUR\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/join%20slack-%23linode-brightgreen\"\u003e\u003c/a\u003e\n\u003c!-- PRs welcome --\u003e\n\u003ca href=\"http://makeapullrequest.com\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n------\n\n## Purpose\n[Konnectivity](https://kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/) is a TCP level forward proxy for routing network communication from k8s-apiserver to the cluster network. It uses server and agent topology. Konnectivity-agent connects to konnectivity-server and creates tunnel which is then used for sending requests to cluster resources.\n\n------\n\n## Overall workflow\n![workflow](./docs/images/workflow.jpg)\n\n------\n\n## Installation\n\n###  Install the konnectivity helm repo\n```\nhelm repo add konnectivity https://linode.github.io/konnectivity/\nhelm repo update konnectivity\n```\n\n### Deploy konnectivity\nKonnectivity runs on control-plane nodes. Worker nodes should be able to reach to konnectivity-server over the network. Set `proxyServerHost` to the ip-address using which one can reach to konnectivity-server. By  default, it uses port 8132. If running a HA cluster, make sure to also set `serverCount` so that connections are formed to all konnectivity-servers running in the cluster.\n\n#### Prepare the control plane nodes\nAdd egress-selector-configuration file on nodes where apiserver is running.\n```\ncurl -s -L https://raw.githubusercontent.com/linode/konnectivity/main/config/egress-selector-configuration.yaml \u003e /etc/kubernetes/konnectivity/egress-selector-configuration.yaml\n```\n\n#### Generate kubeconfig used by konnectivity\n```\ncurl -s -L https://raw.githubusercontent.com/linode/konnectivity/main/scripts/gen-konnectivity-kubeconfig.sh | bash\n```\n\n#### Deploy helm chart\n```\nhelm install konnectivity --set proxyServerHost=\u003ccontrol-plane-ip\u003e konnectivity/konnectivity\n```\n\n------\n\n## Contribution Guidelines\nWant to improve the konnectivity? Please start [here](.github/CONTRIBUTING.md).\n\n## Join the Kubernetes Community\nFor general help or discussion, join us in #linode on the [Kubernetes Slack](https://kubernetes.slack.com/messages/CD4B15LUR/details/). To sign up, use the [Kubernetes Slack inviter](http://slack.kubernetes.io/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinode%2Fkonnectivity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinode%2Fkonnectivity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinode%2Fkonnectivity/lists"}