> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/opsmx-1/opsmx-intelligent-software-delivery-isd-platform-argo/user-guide/manage-application/deploy-application.md).

# Deploy Application

Follow the procedure below to deploy an application into the Kubernetes cluster.&#x20;

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**](https://docs.opsmx.com/opsmx-intelligent-software-delivery-isd-platform-argo/user-guide/manage-application/create-application).
2. Click **SYNC** in the **Application Status** page as shown below:

<figure><img src="/files/f37sIL9AGprrI0jrGNR9" alt=""><figcaption></figcaption></figure>

3. A pop-up window appears with **SYNCHRONIZE** button and different sync settings. Choose the sync settings according to your requirement and click **SYNCHRONIZE**.

<figure><img src="/files/hDXfMADdCBeRiPJfjLny" alt=""><figcaption></figcaption></figure>

3. 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**](https://docs.opsmx.com/opsmx-intelligent-software-delivery-isd-platform-argo/user-guide/manage-application/sync-application-status).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opsmx.com/opsmx-1/opsmx-intelligent-software-delivery-isd-platform-argo/user-guide/manage-application/deploy-application.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
