{"id":28400542,"url":"https://github.com/kumina/k8s-redirectory","last_synced_at":"2025-06-28T09:31:43.351Z","repository":{"id":39488070,"uuid":"194644803","full_name":"kumina/k8s-redirectory","owner":"kumina","description":"Redirectory is a system for redirecting requests that would usually end in a 404 response to a new destination based on rules specified by the user with the help of a UI.","archived":false,"fork":false,"pushed_at":"2023-01-04T02:59:29.000Z","size":1921,"stargazers_count":4,"open_issues_count":12,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-01T18:08:30.542Z","etag":null,"topics":["404-errors","kubernetes","kubernetes-cluster","python3","redirects","requests"],"latest_commit_sha":null,"homepage":"https://redirectory.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kumina.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}},"created_at":"2019-07-01T09:43:26.000Z","updated_at":"2023-08-08T20:46:18.000Z","dependencies_parsed_at":"2023-02-01T18:15:59.943Z","dependency_job_id":null,"html_url":"https://github.com/kumina/k8s-redirectory","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/kumina/k8s-redirectory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumina%2Fk8s-redirectory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumina%2Fk8s-redirectory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumina%2Fk8s-redirectory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumina%2Fk8s-redirectory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kumina","download_url":"https://codeload.github.com/kumina/k8s-redirectory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumina%2Fk8s-redirectory/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262406136,"owners_count":23306084,"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":["404-errors","kubernetes","kubernetes-cluster","python3","redirects","requests"],"created_at":"2025-06-01T10:38:13.352Z","updated_at":"2025-06-28T09:31:43.346Z","avatar_url":"https://github.com/kumina.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"left\" height=\"96\" width=\"229\" src=\"https://github.com/kumina/k8s-redirectory/blob/master/documentation/_static/redirectory_logo.png\"\u003e\n\nRedirectory is a tool that manages redirects on a kubernetes cluster.\nRequests that would usually end in a **404 PAGE NOT FOUND** can now be\nredirected to new pages specified with custom rules. It binds itself as\nthe default backend (essential a wild card) of your ingress controller\nand catches all the request that the cluster can't find an ingress rule\nfor. After that with the help of the\n[Hyperscan](https://www.hyperscan.io) regex engine the request is\npermanently redirected to the new destination based on the rules. If there is\nno rule that matches the request you can specify a default redirecting\ndestination.\n\n# Installation\nThe best installation experience is with [Helm](https://github.com/helm/helm). \nJust run:\n```shell\n$ helm install --name=redirectory redirectory/conf/helm\n```\nMore information about this can be found\n[here](https://redirectory.readthedocs.io/en/latest/misc/install.html).\n\n# Docker images\nFirst we have to build the Hyperscan image because it is a base of the\nother two images.\n\n## Hyperscan image\nBefore we can use Redirectory you must have the Hyperscan library\ninstalled. Here is a link to the\n[getting started](https://github.com/intel/hyperscan/blob/master/doc/dev-reference/getting_started.rst)\ndocumentation. But we also have prepaired a Docker image. You can find\nthe `Dockerfile` in: `redirectory/conf/hyperscan-docker` and run the\n`./build.sh` file. The interaction between Python and Hyperscan is made\nwith this awesome library\n[python-hyperscan](https://github.com/darvid/python-hyperscan).\n\n## Redirectory images\nThere are two images. One for the management pod and one for the worker\npods. The two files are correspondingly `Dockerfile_Management` and\n`Dockerfile_Worker`. You can run the `./build_redirectory_images.sh`\nfile to build them both.\n\n# Documentation\nThe documentation is hosted on Read the Docs and can be found at\n[redirectory.readthedocs.io](https://redirectory.readthedocs.io).\n\n# License\nRedirectory is licensed under the BSD 3-Clause License License. See the\n[LICENSE](LICENSE) file in the project repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumina%2Fk8s-redirectory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkumina%2Fk8s-redirectory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumina%2Fk8s-redirectory/lists"}