Skip to content

Deploy you website or webpage with ArgoCD. It a very user friendly UI to work with.

Notifications You must be signed in to change notification settings

souravsk/deploy-web-app-with-argocd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploying your web application with ArgoCD

In this Project, we will deploy a web page using ArgoCD applicaton.

Befor we start Let me tell you about my previews Project that will help you to understent this project more deeply

To that, we need to create a deployment and Service YAML file which will be used in the deployment of the web app in the Kubernetes

Step 1

  • First, we need to have the ArgoCD application Deployed in the Kubernetes cluster.
  • You can use minikube or any Kubernetes cluster to install the ArgoCD application in the cluster. To do that go Here

Step 2

Now Your ArgoCD is set up so let's deploy our web application.

Make sure you have logged in to the argocd application in the GUI because we are going to use the GUI to deploy it.

This is how it looks like when you open the ArgoCD Application Added Application

Step 3

Now we will Click on the New App to add the application or to deploy the application on Kubernetes. when you click on that it will look like this. Now, this most important part because if you made any mistake it will be a thorough error. Added Application

Step 4

Now You just have to fill this out only

It will look like this after you will fill in all the required files. Filling form Filling form

Step 5

After filling in all this now click on the create to create. it will take some seconds to process Filling form

Step 6

If everything gets well then your application is now deployed. As you can see Filling form

Now click on that and you will the how your deployment Filling form As you can see our depolyment is healthy and the application is synced. It will keep sync every 3sec automaticly. SO whenevery you push any thing in you or make any changes like replicas it will automatic sync and update in the cluster.

Nice work!!!!!

About

Deploy you website or webpage with ArgoCD. It a very user friendly UI to work with.

Topics

Resources

Stars

Watchers

Forks