{"id":13577045,"url":"https://github.com/haproxytech/kubernetes-ingress","last_synced_at":"2025-05-13T17:06:46.418Z","repository":{"id":37411964,"uuid":"190382296","full_name":"haproxytech/kubernetes-ingress","owner":"haproxytech","description":"HAProxy Kubernetes Ingress Controller","archived":false,"fork":false,"pushed_at":"2025-04-22T14:13:18.000Z","size":6978,"stargazers_count":759,"open_issues_count":90,"forks_count":205,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-23T23:04:59.405Z","etag":null,"topics":["controller","haproxy","ingress-controller","k8s","kubernetes","kubernetes-cluster"],"latest_commit_sha":null,"homepage":"https://www.haproxy.com/documentation/kubernetes/","language":"Go","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/haproxytech.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2019-06-05T11:28:27.000Z","updated_at":"2025-04-23T19:07:53.000Z","dependencies_parsed_at":"2023-02-18T04:46:01.517Z","dependency_job_id":"b49a16a7-ecf5-494f-b1f5-9ebb90f90a79","html_url":"https://github.com/haproxytech/kubernetes-ingress","commit_stats":{"total_commits":1323,"total_committers":59,"mean_commits":"22.423728813559322","dds":0.6039304610733183,"last_synced_commit":"354cf96afe7774d28433d49875a226e4c167bada"},"previous_names":[],"tags_count":153,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haproxytech%2Fkubernetes-ingress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haproxytech%2Fkubernetes-ingress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haproxytech%2Fkubernetes-ingress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haproxytech%2Fkubernetes-ingress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haproxytech","download_url":"https://codeload.github.com/haproxytech/kubernetes-ingress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250528732,"owners_count":21445516,"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","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":["controller","haproxy","ingress-controller","k8s","kubernetes","kubernetes-cluster"],"created_at":"2024-08-01T15:01:17.248Z","updated_at":"2025-04-23T23:05:52.183Z","avatar_url":"https://github.com/haproxytech.png","language":"Go","readme":"# ![HAProxy](https://github.com/haproxytech/kubernetes-ingress/raw/master/assets/images/haproxy-weblogo-210x49.png \"HAProxy\")\n\n## HAProxy Kubernetes Ingress Controller\n\n[![Contributors](https://img.shields.io/github/contributors/haproxytech/kubernetes-ingress?color=purple)](https://github.com/haproxy/haproxy/blob/master/CONTRIBUTING)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)\n[![Go Report Card](https://goreportcard.com/badge/github.com/haproxytech/kubernetes-ingress)](https://goreportcard.com/report/github.com/haproxytech/kubernetes-ingress)\n\n### Description\n\nAn ingress controller is a Kubernetes resource that routes traffic from outside your cluster to services within the cluster.\n\nDetailed documentation can be found within the [Official Documentation](https://www.haproxy.com/documentation/kubernetes/latest/).\n\nYou can also find in this repository a list of all available [Ingress annotations](https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/README.md).\n### Usage\n\nDocker image is available on Docker Hub: [haproxytech/kubernetes-ingress](https://hub.docker.com/r/haproxytech/kubernetes-ingress)\n\nIf you prefer to build it from source use (change to appropriate platform if needed with TARGETPLATFORM, default platform is linux/amd64)\n\n```bash\nmake build\n```\nWith non default platform add appropriate TARGETPLATFORM\n\n```bash\nmake build TARGETPLATFORM=linux/arm/v6\n```\n\nExample environment can be created with\n\n```bash\nmake example\n```\n\nPlease see [controller.md](https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/controller.md) for all available arguments of controller image.\n\nAvailable customisations are described in [doc](https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/README.md)\n\nBasic setup to to run controller is described in [yaml](https://github.com/haproxytech/kubernetes-ingress/blob/master/deploy/haproxy-ingress.yaml) file.\n\n```bash\nkubectl apply -f deploy/haproxy-ingress.yaml\n```\n\n### HAProxy Helm Charts\n\nOfficial HAProxy Technologies Helm Charts for deploying on [Kubernetes](https://kubernetes.io/) are available in [haproxytech/helm-charts](https://github.com/haproxytech/helm-charts) repository\n\n### Contributing\n\nThanks for your interest in the project and your willing to contribute:\n\n- Pull requests are welcome!\n- For commit messages and general style please follow the haproxy project's [CONTRIBUTING guide](https://github.com/haproxy/haproxy/blob/master/CONTRIBUTING) and use that where applicable.\n- Please use `golangci-lint run` from [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) for linting code.\n\n### Discussion\n\nA Github issue is the right place to discuss feature requests, bug reports or any other subject that needs tracking.\n\nTo ask questions, get some help or even have a little chat, you can join our #ingress-controller channel in [HAProxy Community Slack](https://slack.haproxy.org).\n\n## License\n\n[Apache License 2.0](LICENSE)\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaproxytech%2Fkubernetes-ingress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaproxytech%2Fkubernetes-ingress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaproxytech%2Fkubernetes-ingress/lists"}