{"id":29921970,"url":"https://github.com/princebansal7/gitops-argocd-k8s","last_synced_at":"2025-08-02T08:44:31.765Z","repository":{"id":306396619,"uuid":"1026030363","full_name":"princebansal7/gitops-argocd-k8s","owner":"princebansal7","description":"GitOps repo for deployment and other manifests","archived":false,"fork":false,"pushed_at":"2025-07-25T10:09:11.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-25T13:31:53.210Z","etag":null,"topics":["argocd","gitops","k8s"],"latest_commit_sha":null,"homepage":"","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/princebansal7.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,"zenodo":null}},"created_at":"2025-07-25T07:40:15.000Z","updated_at":"2025-07-25T10:09:15.000Z","dependencies_parsed_at":"2025-08-01T05:19:06.327Z","dependency_job_id":null,"html_url":"https://github.com/princebansal7/gitops-argocd-k8s","commit_stats":null,"previous_names":["princebansal7/gitops-argocd-k8s"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/princebansal7/gitops-argocd-k8s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princebansal7%2Fgitops-argocd-k8s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princebansal7%2Fgitops-argocd-k8s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princebansal7%2Fgitops-argocd-k8s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princebansal7%2Fgitops-argocd-k8s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/princebansal7","download_url":"https://codeload.github.com/princebansal7/gitops-argocd-k8s/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princebansal7%2Fgitops-argocd-k8s/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268356088,"owners_count":24237380,"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-08-02T02:00:12.353Z","response_time":74,"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-08-02T08:44:29.829Z","updated_at":"2025-08-02T08:44:31.746Z","avatar_url":"https://github.com/princebansal7.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitOps with ArgoCD\n\n- This repository is for `argocd` manifests reference =\u003e add repo specific folders like `npx-app-manifests` and add manifests there.\n- To install `argocd` on k8s cluster\n  - Use below commands\n    ```bash\n    kubectl create namespace argocd\n    kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml\n    ```\n  - Install using the marketplace on cloud providers\n\n- Port forwarding to access `argocd UI`\n  ```bash\n  kubectl port-forward svc/argocd-server -n argocd 8080:443\n  ```\n- On login dashboard username is `admin` for password use below commands\n  ```bash\n  kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath=\"{.data.password}\"\n  ```\n- As password is stored as **secret** by `argocd` hence it is `base64` encoded, to decode use below command\n  ```bash\n   echo \"\u003cencoded-string\u003e\" | base64 -d\n  ```\n- Once logged in create new application with your repository URL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincebansal7%2Fgitops-argocd-k8s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprincebansal7%2Fgitops-argocd-k8s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincebansal7%2Fgitops-argocd-k8s/lists"}