{"id":20786205,"url":"https://github.com/mijndert/argocd-demo","last_synced_at":"2026-05-25T04:04:43.043Z","repository":{"id":112251782,"uuid":"298512067","full_name":"mijndert/argocd-demo","owner":"mijndert","description":"Quick ArgoCD demo","archived":false,"fork":false,"pushed_at":"2020-09-28T12:24:27.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T18:14:04.301Z","etag":null,"topics":["argocd","gitops","kubernetes"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mijndert.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-25T08:20:17.000Z","updated_at":"2020-09-28T12:24:29.000Z","dependencies_parsed_at":"2023-05-12T00:30:30.168Z","dependency_job_id":null,"html_url":"https://github.com/mijndert/argocd-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mijndert%2Fargocd-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mijndert%2Fargocd-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mijndert%2Fargocd-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mijndert%2Fargocd-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mijndert","download_url":"https://codeload.github.com/mijndert/argocd-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243130179,"owners_count":20241131,"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":["argocd","gitops","kubernetes"],"created_at":"2024-11-17T14:51:11.769Z","updated_at":"2025-12-26T04:36:47.022Z","avatar_url":"https://github.com/mijndert.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ArgoCD Demo\n\n## Install Kubernetes locally\n\nInstall [Docker Desktop](https://www.docker.com/products/docker-desktop) first and enable Kubernetes in the preferences. This will give you a local Kubernetes cluster to work with.\n\n## Install ArgoCD on your Kubernetes cluster\n\nFirst, clone this Git repository.\n\nCreate a namespace for ArgoCD to live in.\n\n```\nkubectl create namespace argocd\n```\n\nAnd install ArgoCD into the namespace.\n\n```\nkubectl -n argocd apply -f ./argocd/install.yaml\n```\n\nInstead of using the install yaml from this repository, you can also deploy the latest one from ArgoCD.\n\n```\nkubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml\n```\n\n## Port forward the dashboard\n\nBecause this is a demo I'm not gonna bother with a proper load balancer or ingress controller - I'm just going to temporarily port forward the dashboard.\n\n```\nkubectl port-forward svc/argocd-server -n argocd 8080:443\n```\n\nYou can now access the dashboard via [localhost](http://localhost:8080/) (ignore any SSL warnings).\n\nThe default username is `admin` and the password is the name of the ArgoCD API pod, for example: `argocd-server-6744f57d55-26ctk`. \n\nYou can look up the pod name using:\n\n```\nkubectl get pods -n argocd\n```\n\n## Deploy Nginx\n\nNow we can deploy the example deployment I created, it will deploy Nginx.\n\n```\nkubectl apply -f ./argocd/nginx.yaml\n```\n\nAny changes that you push to the Git repository will be automatically deployed because ArgoCD constantly watches for changes. ArgoCD will also self-heal all parts of the deployment if it detects anything is out of sync.\n\n## Useful links\n\n- [ArgoCD documentation](https://argoproj.github.io/argo-cd/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmijndert%2Fargocd-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmijndert%2Fargocd-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmijndert%2Fargocd-demo/lists"}