You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: argo/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ In this demonstration we deploy a containerized application onto Argo CD using a
7
7
1.**Docker** is used as the underlying container platform for building and running containers. You can download and install Docker for your platform using the [official installation guide][docker-install].
8
8
2.**k3d** is used to manage and establish the underlying k3s kubernetes cluster that runs Argo CD. You can download and install k3d using their [getting started guide][k3d-start].
9
9
3.**kubectl** is a command line tool used to run commands against the Kubernetes cluster. You can download and install kubectl by following the installation instructions on the [official site][kube-site].
10
-
4.**Argo Cd** is the GitOps operator that runs in the cluster and applies the example manifests. You can download and install ArgoCd by following the tools [getting started guide][argo-start].
10
+
4.**Argo Cd** is the GitOps operator that runs in the cluster and applies the example manifests. You can download and install Argo CD by following the tools [getting started guide][argo-start].
11
11
12
12
## Instructions
13
13
This folder contains the example files for the Argo CD demonstration. Prior to applying these manifests on the Kubernetes cluster with GitOps you will must build and store the container images into DockerHub using these [instructions][setup-instructions]. After completing those instructions, follow along with the steps in the course to deploy the resources to the cluster.
0 commit comments