github.com/argoproj/argo-cd@v1.8.7/docs/understand_the_basics.md (about) 1 # Understand The Basics 2 3 Before effectively using Argo CD, it is necessary to understand the underlying technology that the platform is built on. It is also necessary to understand the features being provided to you and how to use them. The section below provides some useful links to build up this understanding. 4 5 ## Learn The Fundamentals 6 7 * Go through the online Docker and Kubernetes tutorials 8 * [A Beginner-Friendly Introduction to Containers, VMs and Docker](https://medium.freecodecamp.org/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b) 9 * [Introduction to Kubernetes](https://www.edx.org/course/introduction-to-kubernetes) 10 * [Tutorials](https://kubernetes.io/docs/tutorials/) 11 * [Hands on labs](https://katacoda.com/courses/kubernetes/) 12 * Depending on how you plan to template your applications: 13 * [Kustomize](https://kustomize.io) 14 * [Helm](https://helm.sh) 15 * [Ksonnet](https://ksonnet.io) 16 * If you're integrating with Jenkins: 17 * [Jenkins User Guide](https://jenkins.io)