ARGOCD TUTORIAL Argo CD Application Resource (CRD)
API version argoproj.io V1 alpha 1 and kind application tell Kubernetes this application resource has to be validated against application custom resource…
Practice this scenario in a live environment
This scenario is meant to be explored hands-on. Click the Start environment button to launch a real virtual machine dedicated to you.
Once the environment is ready you'll get:
- A browser terminal (ttyd) so you can run shell commands directly against the VM.
- A browser code editor (VS Code) to open, edit, and save files on the same VM.
- Any additional ports the tutorial exposes, opened as separate tabs so you can preview services running inside the VM.
The environment stays active while you use it and hibernates automatically after a period of inactivity, so pick up where you left off whenever you come back. When you finish, use the Delete button to remove the environment and release the resources.
Have a question about this scenario? Reach out to us and we'll be happy to help.
What's next
Start ArgoCD Suggested tutorials
Keep the momentum going, pick a related topic.
ARGOCD TUTORIALWhat is ArgoCD, why GitOps, installation and first look
Argo CD is a tool that lets us install, or how we say, deploy things on Kubernetes cluster.
Open tutorial
ARGOCD TUTORIALDeploy Your First Application with ArgoCD Application Manifest
Argo CD is an application that is used to deploy things into Kubernetes and Kubernetes-compatible environments like K3s, OpenShift, and so on.
Open tutorial