> 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-context-engine/additional-resources/spinnaker-reference/spinnaker-installation.md).

# Spinnaker Installation

<mark style="color:green;">**The instructions listed below will help you install an open-source Spinnaker. If you want to install OpsMx Enterprise for Spinnaker (OES), please refer to the following page.**</mark>

{% embed url="<https://docs.opsmx.com/operator-manual/installation-and-configuration>" %}

Now that we have the basic idea about Spinnaker, the concepts of Spinnaker and the architecture of Spinnaker, let’s learn how to install and configure Spinnaker to use it in production.&#x20;

By the end of this chapter, you should be able to:&#x20;

* Install Spinnaker
* Configure Spinnaker

### **Prerequisites**

* A local machine, VM or Docker container to install Halyard. A minimum of 12GB of memory should be available on the system.&#x20;
* The Spinnaker will be installed on a Kubernetes cluster. It is recommended to make a minimum of 4 cores and 16GB of RAM available to the cluster.
* Java 11

Following are the steps involved in installing a complete Spinnaker:

1. [**Install Halyard**](/opsmx-1/opsmx-context-engine/additional-resources/spinnaker-reference/spinnaker-installation/halyard-installation.md)
2. [**Configure cloud provider**](/opsmx-1/opsmx-context-engine/additional-resources/spinnaker-reference/spinnaker-installation/configure-cloud-provider.md)
3. [**Choose an environment**](/opsmx-1/opsmx-context-engine/additional-resources/spinnaker-reference/spinnaker-installation/choose-your-environment.md)
4. [**Configure storage service**](/opsmx-1/opsmx-context-engine/additional-resources/spinnaker-reference/spinnaker-installation/configure-storage-service.md)
5. [**Deploy Spinnaker**](/opsmx-1/opsmx-context-engine/additional-resources/spinnaker-reference/spinnaker-installation/deploy-spinnaker.md)


---

# 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-context-engine/additional-resources/spinnaker-reference/spinnaker-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.
