# ISD/Spinnaker (OES) 3.12 Quick Installation

To experience ISD quickly, you can install it and deploy your applications. The instructions below are intended to get you started quickly and try out ISD functionality.

{% hint style="info" %}
**Note:  The instructions below are not suitable for production or any other environment where security is a concern.**
{% endhint %}

#### Pre-requisites

* You should have access to a Kubernetes cluster with at least **2 nodes**
* Each node should have a minimum of **32 GB RAM** and kubectl set-up.

Execute the following commands (copy-paste in a terminal window):

```
kubectl create namespace opsmx-isd
kubectl -n opsmx-isd apply -f \ https://raw.githubusercontent.com/OpsMx/isd-quick-install/main/isd312/isd-gitea-quick.yaml
###WAIT for about 20-30 min, depending on your network speed
###It is normal for some pods to go into error/crash loop before stabilizing
###Check the status of the pods by executing this command
kubectl -n opsmx-isd get po
###Once all pods show "Running" or "Completed" status, wait for a couple of minutes and execute this.
kubectl -n opsmx-isd port-forward svc/oes-ui 8080 
##Let it keep running
```

Now open your browser and navigate to **<http://localhost:8080>**

Log in using the administrator's username and password.

After login, please go to "**Setup**"--> "**Integration**" --> and click on "**Sync Spinnaker Accounts**" to complete the post-installation setup.

![](/files/q8YzGex5KD3PFHWQIUhl)


---

# Agent Instructions: 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-context-engine/additional-resources/previous-releases/isd-3.12/quickstart-guide/quick-isd-installation/isd-spinnaker-oes-3.12-quick-installation.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.
