{"id":25246070,"url":"https://github.com/cryptorodeo/argocd-demo","last_synced_at":"2026-02-06T01:43:17.237Z","repository":{"id":276338123,"uuid":"928986132","full_name":"CryptoRodeo/argocd-demo","owner":"CryptoRodeo","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-27T19:58:40.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T21:06:31.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/CryptoRodeo.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":"2025-02-07T15:48:21.000Z","updated_at":"2025-03-24T12:57:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"e60620d9-3c06-4634-ba31-f1570e02eeee","html_url":"https://github.com/CryptoRodeo/argocd-demo","commit_stats":null,"previous_names":["cryptorodeo/argocd-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CryptoRodeo/argocd-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CryptoRodeo%2Fargocd-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CryptoRodeo%2Fargocd-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CryptoRodeo%2Fargocd-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CryptoRodeo%2Fargocd-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CryptoRodeo","download_url":"https://codeload.github.com/CryptoRodeo/argocd-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CryptoRodeo%2Fargocd-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29144129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T01:13:33.096Z","status":"ssl_error","status_checked_at":"2026-02-06T01:11:47.313Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-02-12T02:12:18.405Z","updated_at":"2026-02-06T01:43:17.202Z","avatar_url":"https://github.com/CryptoRodeo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ArgoCD Demo\n\nCreates a basic ArgoCD instance for testing\n\n## Setup\n### Minikube\n\n\n1. Create the namespace:\n\n```bash\nkubectl create namespace argocd\n```\n\n2. Apply ArgoCD Manifests:\n\n```bash\nkubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml\n```\n\n3. Get the initial admin password:\n```\nkubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath=\"{.data.password}\" | base64 -d\n```\n\n4. Access the ArgoCD API Server using a NodePort service:\n```\nkubectl apply -f service.yml\n```\n\n5. Get the service URL\n```bash\n# For Minikube\n# Get the service URL\n minikube service argocd-server-nodeport -n argocd\n```\n\n6. Install the ArgoCD CLI:\n\n```bash\ncurl -sSL -o argocd-linux-amd64 https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64\nsudo install -m 555 argocd-linux-amd64 /usr/local/bin/argocd\nrm argocd-linux-amd64\n```\n\n7. Access `\u003cip\u003e:30080` with username: admin, password: `\u003csee step 3\u003e`:\n```bash\nargocd login \u003cservice-ip\u003e:30080 --username admin --password \u003cpassword\u003e --insecure\n```\n\n8. Add your cluster to ArgoCD:\n```bash\nargocd cluster add \u003ccluster-name, minikube for example\u003e\n```\n\n9. Get your cluster's server URL and port:\n```bash\nkubectl config view -o jsonpath='{.clusters[?(@.name==\"minikube\")].cluster.server}'\n```\n\n10. Add your application:\n\n```bash\nargocd app create nginx-demo \\                                                                     \n--repo https://github.com/cryptorodeo/argocd-demo \\\n--path . \\\n--dest-server https://\u003ccluster-url\u003e \\\n```\n\n11. Confirm that your application is live on ArgoCD\n```bash\nargocd app list\n```\n\n12. Run a sync\n```bash\nargocd app sync nginx-demo\n```\n\n13. Monitor the deployment\n```bash\nargocd app get nginx-demo\nkubectl get po -n argocd\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptorodeo%2Fargocd-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptorodeo%2Fargocd-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptorodeo%2Fargocd-demo/lists"}