{"id":27081560,"url":"https://github.com/api7/api7-ingress-controller","last_synced_at":"2025-10-30T13:12:58.391Z","repository":{"id":244888564,"uuid":"797148704","full_name":"api7/api7-ingress-controller","owner":"api7","description":"Ingress controller that can work with API7 EE","archived":false,"fork":false,"pushed_at":"2025-04-01T02:36:32.000Z","size":34618,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T03:31:34.596Z","etag":null,"topics":["api7","enterprise","ingress-controller","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/api7.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-05-07T09:35:25.000Z","updated_at":"2024-06-20T02:13:03.000Z","dependencies_parsed_at":"2024-09-09T10:55:37.893Z","dependency_job_id":"1cf9992e-a38e-447e-a80e-fdc41611d0a6","html_url":"https://github.com/api7/api7-ingress-controller","commit_stats":null,"previous_names":["api7/api7-ingress-controller"],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/api7%2Fapi7-ingress-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/api7%2Fapi7-ingress-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/api7%2Fapi7-ingress-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/api7%2Fapi7-ingress-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/api7","download_url":"https://codeload.github.com/api7/api7-ingress-controller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423919,"owners_count":20936689,"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":["api7","enterprise","ingress-controller","kubernetes"],"created_at":"2025-04-06T02:19:46.734Z","updated_at":"2025-10-30T13:12:58.382Z","avatar_url":"https://github.com/api7.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apisix-ingress-controller\n\n## Description\n\nThe APISIX Ingress Controller allows you to run the APISIX Gateway as a Kubernetes Ingress to handle inbound traffic for a Kubernetes cluster. It dynamically configures and manages the API7 Gateway using Gateway API resources.\n\n## Document\n\n* [Getting Started](./docs/en/latest/getting-started)\n* [Concepts](./docs/en/latest/concepts)\n* [Configuration](./docs/en/latest/reference)\n\n## Getting Started\n\n### Prerequisites\n\n* go version v1.23.0+\n* docker version 17.03+.\n* kubectl version v1.11.3+.\n* Access to a Kubernetes v1.11.3+ cluster.\n\n### To Deploy on the cluster\n\n**Build and push your image to the location specified by `IMG`:**\n\n```sh\nmake build-image\n```\n\n**NOTE:** This image ought to be published in the personal registry you specified.\nAnd it is required to have access to pull the image from the working environment.\nMake sure you have the proper permission to the registry if the above commands don’t work.\n\n**Install the CRDs \u0026 Gateway API into the cluster:**\n\n```sh\nmake install\n```\n\n**Deploy the Manager to the cluster with the image specified by `IMG`:**\n\n```sh\nmake deploy #IMG=api7/api7-ingress-controller:dev\n```\n\n\u003e **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin\nprivileges or be logged in as admin.\n\n**Delete the APIs(CRDs) from the cluster:**\n\n```sh\nmake uninstall\n```\n\n**UnDeploy the controller from the cluster:**\n\n```sh\nmake undeploy\n```\n\n## Project Distribution\n\nFollowing are the steps to build the installer and distribute this project to users.\n\n1. Build the installer for the image built and published in the registry:\n\n```sh\nmake build-installer # IMG=api7/api7-ingress-controller:dev\n```\n\nNOTE: The makefile target mentioned above generates an 'install.yaml'\nfile in the dist directory. This file contains all the resources built\nwith Kustomize, which are necessary to install this project without\nits dependencies.\n\n2. Using the installer\n\nUsers can just run kubectl apply -f \u003cURL for YAML BUNDLE\u003e to install the project, i.e.:\n\n```sh\nkubectl apply -f dist/install.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapi7%2Fapi7-ingress-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapi7%2Fapi7-ingress-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapi7%2Fapi7-ingress-controller/lists"}