Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redhat-scholars/argocd-tutorial
Get started with ArgoCD and GitOps for https://dn.dev/master.
https://github.com/redhat-scholars/argocd-tutorial
appdev argocd ci-cd continuous-delivery gitops kubernetes openshift operators
Last synced: about 6 hours ago
JSON representation
Get started with ArgoCD and GitOps for https://dn.dev/master.
- Host: GitHub
- URL: https://github.com/redhat-scholars/argocd-tutorial
- Owner: redhat-scholars
- License: apache-2.0
- Created: 2021-04-12T10:24:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T08:50:14.000Z (8 months ago)
- Last Synced: 2024-07-30T17:53:06.905Z (6 months ago)
- Topics: appdev, argocd, ci-cd, continuous-delivery, gitops, kubernetes, openshift, operators
- Language: JavaScript
- Homepage: https://redhat-scholars.github.io/argocd-tutorial/
- Size: 11.2 MB
- Stars: 33
- Watchers: 12
- Forks: 56
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.adoc
- License: LICENSE
Awesome Lists containing this project
README
= ArgoCD and GitOps Tutorial for Kubernetes
image::https://github.com/redhat-scholars/openshift-starter-guides/workflows/docs/badge.svg[docs]
== Overview
|===
|||Audience Experience Level
|Beginner|Average Time to Complete
|45 minutes
|===image::https://redhat-scholars.github.io/argocd-tutorial/argocd-tutorial/_images/argocd-logo.png[ArgoCD,400]
https://argoproj.github.io/argo-cd/[Argo CD,window='_blank'] is a declarative, GitOps continuous delivery tool for Kubernetes.
It follows the https://www.openshift.com/learn/topics/gitops/[GitOps,window='_blank'] pattern of using Git repositories as the source of truth for defining the desired application state.
It automates the deployment of the desired application states in the specified target environments. Application deployments can track updates to branches, tags, or pinned to a specific version of manifests at a Git commit.
== Who is this for?
Developers/DevOps that want to take benefit from GitOps approach. Having Git repositories as the source of truth, it allows development teams to store the entire state of the cluster configuration in Git so that the trail of changes are visible and auditable.
This workshop is intended to give you a hands on introduction to ArgoCD on Kubernetes using https://minikube.sigs.k8s.io/docs/start[Minikube,window='_blank'] and https://try.openshift.com[OpenShift,window='_blank'].
== What you will learn
* The fundamentals of GitOps and ArgoCD
* How to install and managed ArgoCD in Kubernetes and OpenShift
* Deploying and sync applications
* Use Kustomize with ArgoCD
* Use Sync Waves and Hooks with ArgoCD== Documentation
This workshop is based on link:https://antora.org/[Antora] and link:https://github.com/redhat-scholars/courseware-template[Red Hat scholars template] to build HTML based tutorials.
To start this workshop, follow the step by step tutorial link for your cluster available below:
https://redhat-scholars.github.io/argocd-tutorial/
== Contributing
Please refer to the link:CONTRIBUTING.adoc#contributing-guide[how to contribute] on how you can contribute to the tutorial.