Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pavel-durov/argocd

exploring argo cd
https://github.com/pavel-durov/argocd

Last synced: 2 days ago
JSON representation

exploring argo cd

Awesome Lists containing this project

README

        

# argocd

My record of progression in GitOps cert.

[Examples](https://github.com/Pavel-Durov/gitops-certification-examples/blob/main/simple-app/deployment.yml)

[Secrets Example](https://github.com/codefresh-contrib/gitops-secrets-sample-app)

## ArgoCD cli
### Deploy demo app

```shell
$ argocd app create demo \
--project default \
--repo https://github.com/codefresh-contrib/gitops-certification-examples \
--path "./simple-app" \
--dest-namespace default \
--dest-server https://kubernetes.default.svc
```
> The application will appear in the ArgoCD dashboard.

### Sync
```shell
$ argocd app sync demo
```

## Resources
- https://learning.codefresh.io/path-player?courseid=gitops-with-argo
- https://opengitops.dev/
- https://github.com/argoproj-labs/argocd-autopilot