{"id":19806373,"url":"https://github.com/ory/k8s","last_synced_at":"2026-01-02T12:39:02.418Z","repository":{"id":38421712,"uuid":"144005357","full_name":"ory/k8s","owner":"ory","description":"Kubernetes Helm Charts for the ORY ecosystem.","archived":false,"fork":false,"pushed_at":"2025-03-28T10:37:24.000Z","size":24409,"stargazers_count":344,"open_issues_count":14,"forks_count":263,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-07T01:11:15.878Z","etag":null,"topics":["charts","cloud","helm","helm-chart","helm-charts","k8s","kubernetes","ory","ory-hive","ory-hydra","ory-keto","ory-oathkeeper"],"latest_commit_sha":null,"homepage":"https://k8s.ory.sh/helm","language":"Mustache","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/ory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"_ory","open_collective":"ory"}},"created_at":"2018-08-08T11:40:13.000Z","updated_at":"2025-04-04T04:32:43.000Z","dependencies_parsed_at":"2023-02-19T08:01:01.678Z","dependency_job_id":"29dbb98b-2dc9-4397-9b74-bb4e9601aa3c","html_url":"https://github.com/ory/k8s","commit_stats":{"total_commits":847,"total_committers":162,"mean_commits":5.228395061728395,"dds":0.6800472255017709,"last_synced_commit":"b74d06b7f3c5e6180490782bf4abdcbddc303f97"},"previous_names":[],"tags_count":196,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fk8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fk8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fk8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ory%2Fk8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ory","download_url":"https://codeload.github.com/ory/k8s/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247705371,"owners_count":20982435,"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":["charts","cloud","helm","helm-chart","helm-charts","k8s","kubernetes","ory","ory-hive","ory-hydra","ory-keto","ory-oathkeeper"],"created_at":"2024-11-12T09:07:24.097Z","updated_at":"2026-01-02T12:39:02.386Z","avatar_url":"https://github.com/ory.png","language":"Mustache","funding_links":["https://patreon.com/_ory","https://opencollective.com/ory"],"categories":[],"sub_categories":[],"readme":"# Kubernetes Helm Charts for ORY\n\n![CI](https://github.com/ory/k8s/actions/workflows/ci.yaml/badge.svg)\n\nThis repository contains helm charts for Kubernetes. All charts are in\nincubation phase and use is at your own risk.\n\nPlease go to [k8s.ory.sh/helm](https://k8s.ory.sh/helm/) for a list of helm\ncharts and their configuration options.\n\n**NOTE**\n\n\u003e All charts present in this repository require Kubernetes 1.18+. Please refer\n\u003e to releases [0.18.0](https://github.com/ory/k8s/releases/tag/v0.18.0) and\n\u003e older for versions supporting older releases of Kubernetes.\n\n## Development\n\nYou can test and develop charts locally using\n[Minikube](https://kubernetes.io/docs/setup/learning-environment/minikube/).\n\nTo test a chart locally without applying it to kubernetes, do:\n\n```sh\n$ helm install --debug --dry-run \u003cname\u003e .\n```\n\n```sh\n$ name=\u003cname\u003e\n$ helm install $name .\n$ helm upgrade $name .\n```\n\n### Ingress\n\nIf you wish to test ingress, run:\n\n```bash\n$ minikube addons enable ingress\n```\n\nNext you need to set up `/etc/hosts` to route traffic from domains - in this\nexample for ORY Oathkeeper:\n\n- `api.oathkeeper.localhost`\n- `proxy.oathkeeper.localhost`\n\nto the ingress IP. You can find the ingress IP using:\n\n```bash\n$ kubectl get ingress\nNAME                           HOSTS                        ADDRESS        PORTS     AGE\nkilted-ibex-oathkeeper-api     api.oathkeeper.localhost     192.168.64.3   80        1d\nkilted-ibex-oathkeeper-proxy   proxy.oathkeeper.localhost   192.168.64.3   80        1d\n```\n\nThen, append the following entries to your host file (`/etc/hosts`):\n\n```bash\n192.168.64.3    api.oathkeeper.localhost\n192.168.64.3    proxy.oathkeeper.localhost\n```\n\n### Testing\n\nTo run helm test, do:\n\n```sh\n$ helm lint .\n$ helm install \u003cname\u003e .\n$ helm test \u003cname\u003e\n```\n\n### Remove all releases\n\nTo remove **all releases (only in test environments)**, do:\n\n```sh\n$ helm del $(helm ls --all --short) --purge\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fory%2Fk8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fory%2Fk8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fory%2Fk8s/lists"}