{"id":16540515,"url":"https://github.com/itzg/kita","last_synced_at":"2025-03-23T13:32:33.544Z","repository":{"id":37028020,"uuid":"503587616","full_name":"itzg/kita","owner":"itzg","description":"An easy-to-deploy and easy-to-use ACME client service for Kubernetes Ingress instances","archived":false,"fork":false,"pushed_at":"2025-03-16T18:26:49.000Z","size":312,"stargazers_count":4,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T19:38:02.397Z","etag":null,"topics":["ingress","kubernetes","letsencrypt","tls-support"],"latest_commit_sha":null,"homepage":"","language":"Java","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/itzg.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2022-06-15T02:27:26.000Z","updated_at":"2025-03-16T18:26:51.000Z","dependencies_parsed_at":"2023-02-16T19:30:36.486Z","dependency_job_id":"71c1fc74-bab5-4a49-b124-aa27697ae7b0","html_url":"https://github.com/itzg/kita","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Fkita","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Fkita/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Fkita/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Fkita/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itzg","download_url":"https://codeload.github.com/itzg/kita/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245108299,"owners_count":20562021,"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":["ingress","kubernetes","letsencrypt","tls-support"],"created_at":"2024-10-11T18:52:39.550Z","updated_at":"2025-03-23T13:32:33.164Z","avatar_url":"https://github.com/itzg.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"An easy-to-deploy and easy-to-use ACME client service for Kubernetes Ingress instances.\n\n# Kubernetes Ingress TLS using ACME\n\n\u003e **Why not cert-manager?**\n\u003e \n\u003e Keeping my cert-manager configuration correct was an ongoing struggle. Ultimately, I ran into an issue where cert-manager didn't set the ingressClassName correctly on the solver, no matter what I told it. I had a cert that was about to expire within a week...so I wrote this application.\n\n## Installation\n\n### Configuration\n\nApply the `kita` config map by applying the starter config, replacing `SET_TO_TRUE` with `true` and `CONFIGURE_EMAIL` with your email address:\n\n```shell\nkubectl create --edit -f https://raw.githubusercontent.com/itzg/kita/main/config-starter.yml\n```\n\n### Install\n\n```shell\nkubectl apply -f https://raw.githubusercontent.com/itzg/kita/main/install.yml\n```\n\n## Upgrading\n\nIf the kita deployment's image is the default `latest`, then restarting the deployment will pick up the newest image:\n\n```shell\nkubectl rollout restart deployment/kita\n```\n\nOtherwise, change the image tag on the deployment and re-apply.\n\n## Usage\n\nAdd the label `acme.itzg.github.io/issuer` to your ingresses with its value set to one `kita.issuers` keys in the config map created above.\n\nFor example:\n\n```yaml\napiVersion: networking.k8s.io/v1\nkind: Ingress\nmetadata:\n  labels:\n    acme.itzg.github.io/issuer: letsencrypt-prod\n  name: app\nspec:\n  ingressClassName: public\n  rules:\n  - host: app.example.com\n    http:\n      paths:\n      - backend:\n          service:\n            name: app\n            port:\n              name: http\n        path: /\n        pathType: Prefix\n  tls:\n  - hosts:\n    - app.example.com\n    secretName: app-tls\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzg%2Fkita","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzg%2Fkita","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzg%2Fkita/lists"}