{"id":28120181,"url":"https://github.com/rowi1de/argocd","last_synced_at":"2025-10-14T10:10:15.479Z","repository":{"id":37992027,"uuid":"492059619","full_name":"rowi1de/argocd","owner":"rowi1de","description":"(Outdated )GitOps Repository with ArgoCD, Traefik, Sealed Secrets etc.","archived":false,"fork":false,"pushed_at":"2024-08-31T16:28:48.000Z","size":103,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T12:27:20.630Z","etag":null,"topics":["argocd","gitops","k8s"],"latest_commit_sha":null,"homepage":"https://argocd.robert-wiesner.de/","language":"HCL","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/rowi1de.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2022-05-13T22:50:34.000Z","updated_at":"2025-06-25T20:26:58.000Z","dependencies_parsed_at":"2025-08-21T12:24:44.391Z","dependency_job_id":null,"html_url":"https://github.com/rowi1de/argocd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rowi1de/argocd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowi1de%2Fargocd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowi1de%2Fargocd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowi1de%2Fargocd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowi1de%2Fargocd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rowi1de","download_url":"https://codeload.github.com/rowi1de/argocd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowi1de%2Fargocd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018769,"owners_count":26086449,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["argocd","gitops","k8s"],"created_at":"2025-05-14T07:40:22.162Z","updated_at":"2025-10-14T10:10:15.447Z","avatar_url":"https://github.com/rowi1de.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cluster\n- Cluster Repository for GitOps Deploy of Infrastructure\n- It will deploy:\n  - [ArgoCD](https://argo-cd.readthedocs.io/en/stable/) \n  - [Traefik](https://doc.traefik.io/traefik/) \n  - [Traefik SSO for Google](https://github.com/thomseddon/traefik-forward-auth) \n  - [Cert Manager](https://cert-manager.io/docs/) \n  - [Bitnami sealed-secrets](https://github.com/bitnami-labs/sealed-secrets) \n\n# Initial Setup\n- Install [direnv](https://direnv.net/) if you don't have\n\n## Google GKE Cluster (WIP!)\n- Using a private cluster on Google Cloud GKE\n- Code taken from [Neutrollized/free-tier-gke](https://github.com/Neutrollized/free-tier-gke) for almost free cluster\n- `cd gke \u0026\u0026 direnv allow` will create a project in GKE\n\n## Terraform (WIP!)\n- Check [terraform.tfvars](./gke/terraform/terraform.tfvars) for default\n- `cd terraform  \u0026\u0026 direnv allow` will create cluster\n\n\n## Bootstrap GitOps Cluster\n- Execute [bootstrap.sh](bootstrap/bootstrap.sh) to install ArgoCD\n- After initial Bootstrap app-of-apps will be synced by ArgoCD as well [![App Status](https://argocd.robert-wiesner.de/api/badge?name=app-of-apps\u0026revision=true)](https://argocd.robert-wiesner.de/applications/app-of-apps)\n- ArgoCD will also manage itself after bootstrap [![App Status](https://argocd.robert-wiesner.de/api/badge?name=argocd\u0026revision=true)](https://argocd.robert-wiesner.de/applications/argocd)\n- Note: \n  - Please update ArgoCD admin password or disable the user\n  - Traefik Dashboard has \"admin/admin\" by default:\n  ```shell \n   echo $(htpasswd -n admin) | kubectl create secret generic traefik-basic-auth -n traefik --dry-run=client \\\n   --from-file=users=/dev/stdin -o yaml \\\n   | kubeseal --controller-namespace infrastructure --controller-name sealed-secrets -o yaml \\\n   \u003e! infrastructure/ingress/traefik-basic-auth-sealed.yaml \n  ```\n## ArgoCD\n\n| **App**        | **Status** |\n|----------------|------------|\n| app-of-apps    |[![App Status](https://argocd.robert-wiesner.de/api/badge?name=app-of-apps\u0026revision=true)](https://argocd.robert-wiesner.de/applications/app-of-apps)           |\n| argocd         | [![App Status](https://argocd.robert-wiesner.de/api/badge?name=argocd\u0026revision=true)](https://argocd.robert-wiesner.de/applications/argocd)     |\n| projects       | [![App Status](https://argocd.robert-wiesner.de/api/badge?name=projects\u0026revision=true)](https://argocd.robert-wiesner.de/applications/projects)     |\n| apps           |     [![App Status](https://argocd.robert-wiesner.de/api/badge?name=apps\u0026revision=true)](https://argocd.robert-wiesner.de/applications/apps)       |\n| infrastructure |    [![App Status](https://argocd.robert-wiesner.de/api/badge?name=infrastructure\u0026revision=true)](https://argocd.robert-wiesner.de/applications/infrastructure)     |\n \n\n## Upgrade ArgoCD\n- argocd can be upgraded by changing the [helm chart](https://artifacthub.io/packages/helm/argo/argocd) versions in [Chart.yml](bootstrap/argocd-app-of-apps/templates/argoCd.yaml)\n\n# Debug\n- If you messed up Traefik or ArgoCD config, you can always port-forward:\n  - `kubectl port-forward $(kubectl get pods --selector \"app.kubernetes.io/name=traefik\" --output=name -n traefik) 9000:9000 -n traefik`\n  - `kubectl port-forward svc/argocd-server -n argocd 8080:443`\n\n# TODOs\n- [ ] Infrastructure is not templated\n- [X] Google SSO for ArgoCD","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frowi1de%2Fargocd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frowi1de%2Fargocd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frowi1de%2Fargocd/lists"}