{"id":20994449,"url":"https://github.com/laetho/argonaut","last_synced_at":"2025-05-14T21:30:49.222Z","repository":{"id":57637522,"uuid":"377728770","full_name":"laetho/argonaut","owner":"laetho","description":"Argonaut is a Kubernetes Operator leveraging Cloudflare services to \"ingress\" traffic to your workloads.","archived":true,"fork":false,"pushed_at":"2021-09-06T18:25:24.000Z","size":122,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T12:44:57.510Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/laetho.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":"2021-06-17T06:31:59.000Z","updated_at":"2024-09-02T06:15:17.000Z","dependencies_parsed_at":"2022-09-02T03:21:31.888Z","dependency_job_id":null,"html_url":"https://github.com/laetho/argonaut","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laetho%2Fargonaut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laetho%2Fargonaut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laetho%2Fargonaut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laetho%2Fargonaut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laetho","download_url":"https://codeload.github.com/laetho/argonaut/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254230776,"owners_count":22036237,"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":[],"created_at":"2024-11-19T07:18:22.467Z","updated_at":"2025-05-14T21:30:46.736Z","avatar_url":"https://github.com/laetho.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Argonaut\n\n\u003e Argonaut is a Kubernetes Operator leveraging Cloudflare services to \"ingress\" traffic to your workloads.\n\nTurn's an opinionated CRD into automatically configured Cloudflare services and creates a managed Deployment of\ncloudflared container image configured to tunnel traffic to your workload.\n\nExample CRD\n```yaml\napiVersion: argonaut.metalabs.no/v1beta1\nkind: Argonaut\nmetadata:\n  name: example\n  namespace: example\nspec:\n  argoTunnelName: \"example\"\n  cfAuthSecret:\n    name: example\n    namespace: example\n  ingress:\n    - hostname: test.example.com\n      serviceSelector:\n        matchLabels:\n          app: nginx\n```\n\nPrerequisites for using this is a Cloudflare account, an existing DNS Zone and a API Token with appropriate \npermissions. This information should put inside a Kubernetes Secret with this structure, which is referenced in cfAuthSecret above:\n\n```yaml\napiVersion: v1\nkind: Secret\nmetadata:\n  name: example\n  namespace: example\ndata:\n  accountid: \u003credacted\u003e\n  email: \u003credacted\u003e\n  token: \u003credacted\u003e\nkind: Secret\ntype: Opaque\n```\n\n## Status\n\nDO NOT USE THIS FOR ANYTHING IMPORTANT, THIS IS VERY MUCH A WORK IN PROGRESS\n\nI'm just figuring out what and how to build it here. Learning kubebuilder and controller-runtime as we go.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaetho%2Fargonaut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaetho%2Fargonaut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaetho%2Fargonaut/lists"}