Set up
In this section, you will find how to prepare your environment to install Horusec.
Check out below how to prepare your enviroment to install Horusec:
General set up
These are the general requirements you need before installing Horusec:
- Connection with your Kubernetes cluster - Kubectl;
- If you are using multiple clusters, check out Kubernetes configuration on how to configure their access.
-
Connection with PostgreSQL (recommended version
12
). Check out the Development Environment example or you can only create secrets of connection with your database; -
RabbitMQ connection as a message-broker (recommended version
3-management
); -
Preconfigured Kubernetes secrets.
- The secrets you need to configure may vary depending on how you use Horusec. See the configuration options.
Helm
When installing Horusec with Helm, you also need
- Helm (recommended version
3.1.1
);
Docker
When installing Horusec with Docker, you also need:
- Docker-Compose (recommended version
20.04
) - Docker (recommended version
19.03.11
).
To install Horusec, check out the Installation section.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified November 10, 2021: Fix links of the redirect (79ea2f3a)