Deploy Application

Follow the procedure below to deploy an application into the Kubernetes cluster.

  1. After creating the application, login into the Argo CD application Dashboard, Click on the desired application you want to deploy. For more information on how to create an application refer here.

  2. Click on the “SYNC” button in the “Application Status” page. Refer to the image below.

  3. A pop-up window appears with “SYNCHRONIZE” button and different sync settings. Choose the sync settings according to your requirement and click on the “SYNCHRONIZE” button. Refer to the image below.

  4. Once you click on the “SYNCHRONIZE” button, your application will be deployed in the Kubernetes cluster. Now you can check the deployment status and whether the version of your application is up to date with the version in repo by clicking the “Sync Status” button. For more information on Sync Status, refer here.

Last updated