{"id":24585471,"url":"https://github.com/sunary/aku","last_synced_at":"2026-05-07T21:36:40.760Z","repository":{"id":200460769,"uuid":"704478683","full_name":"sunary/aku","owner":"sunary","description":"grpc/http API gateway","archived":false,"fork":false,"pushed_at":"2023-12-21T03:37:10.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T05:12:07.672Z","etag":null,"topics":["api-gateway","crd","grpc","k8s"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sunary.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}},"created_at":"2023-10-13T10:47:04.000Z","updated_at":"2023-10-18T11:52:15.000Z","dependencies_parsed_at":"2023-12-21T06:31:11.368Z","dependency_job_id":"d7486ff6-19c8-43d4-9f25-f2eab26c829b","html_url":"https://github.com/sunary/aku","commit_stats":null,"previous_names":["sunary/aku"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunary%2Faku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunary%2Faku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunary%2Faku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunary%2Faku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunary","download_url":"https://codeload.github.com/sunary/aku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244085033,"owners_count":20395523,"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":["api-gateway","crd","grpc","k8s"],"created_at":"2025-01-24T05:12:11.831Z","updated_at":"2026-05-07T21:36:40.755Z","avatar_url":"https://github.com/sunary.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aku\n\nAPI gateway that aggregates multiple backend services behind a single endpoint. You define which APIs to expose using Kubernetes custom resources (declarative configuration), following a [domain-oriented microservice](https://www.uber.com/en-SG/blog/microservice-architecture/) style.\n\n## Install\n\n1. **Install the Aku CRD**\n\n   ```shell\n   kubectl apply -f artifacts/crd-aku.yaml\n   ```\n\n2. **Create an Aku resource**\n\n   ```shell\n   kubectl apply -f artifacts/aku.yaml\n   ```\n\n   Example `aku.yaml`:\n\n   ```yaml\n   apiVersion: configuration.aku.vn/v1alpha1\n   kind: Aku\n   metadata:\n     name: aku\n   spec:\n     deploymentName: aku\n     replicas: 1\n     routeMap:\n       - name: open-prefix-public-path\n         overridePath: /api/v1/your-service/public\n         upstream_path: /public\n       - name: open-prefix/user-path\n         overridePath: /api/v1/your-service/user\n         upstream_path: /user\n     methodMap:\n       - name: open-only-public-method\n         proto_service: pb.ProtoService\n         allow:\n           - PublicMethod\n       - name: open-all-method-except-private\n         proto_service: pb.OtherProtoService\n         disallow:\n           - PrivateMethod\n   ```\n\n3. Deploy the aku gateway and assign it a `ClusterRole` so it can watch Aku resources.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunary%2Faku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunary%2Faku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunary%2Faku/lists"}