argo-cd/docs/understand_the_basics.md
Regina Scott 4bcdfbe1a9
fix: Various typing errors and general docs improvements (#5066)
Signed-off-by: Regina Scott <rescott@redhat.com>
2020-12-16 16:23:44 +01:00

17 lines
1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Understand The Basics
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.
 
## Learn The Fundamentals
* Go through the online Docker and Kubernetes tutorials:
* [A Beginner-Friendly Introduction to Containers, VMs and Docker](https://medium.freecodecamp.org/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b)
* [Introduction to Kubernetes](https://www.edx.org/course/introduction-to-kubernetes)
* [Tutorials](https://kubernetes.io/docs/tutorials/)
* [Hands on labs](https://katacoda.com/courses/kubernetes/)
* Depending on how you plan to template your applications:
* [Kustomize](https://kustomize.io)
* [Helm](https://helm.sh)
* [Ksonnet](https://ksonnet.io)
* If you're integrating with Jenkins:
* [Jenkins User Guide](https://jenkins.io)