
GitOps as a Service
What is ArgoCD?
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. It is the best way to deploy and upgrade your applications.



Why ArgoCD?
Application definitions, configurations, and environments should be declarative and version controlled. Application deployment and lifecycle management should be automated, auditable, and easy to understand.
How does ArgoCD work?
There are 4 major actors in an ArgoCD system:




DevOps user, who declare the desired state of the app in a GitHub repository
GitHub repo(s), which tells the ArgoCD server about the declarations and
ArgoCD server, which is running in a kubernetes cluster and listens for repo changes, and updates all the Kubernetes clusters accordingly.
Your 'remote' clusters, which the ArgoCD server controls.


So that you can get started quickly, Nethopper has an ArgoCD server running for you right now, and will help you attach your remote clusters and GitHub repos securely.
How to Use ArgoCD as Service?

Sign into Console
@nethopper.io

Step 1

Login to your hosted ArgoCD Server UI

Step 2

Securely Attached your clusters

Step 3

Distribute multiple apps to multiple clusters, using simple tags

Step 4

Verify with ArgoCD

Step 5
