Welcome to the Veltrix SecOps documentation. This guide will help you get started with the platform and explore its features. If you need additional assistance, please contact our support team.
Veltrix SecOps is a comprehensive security operations platform designed to streamline security orchestration, security configuration management, and automated threat detection with robust version control for security infrastructure.
Follow these steps to quickly get started with Veltrix SecOps:
Visit app.veltrixsecops.com and create your account.
Select between Kubernetes or Virtual Machines deployment based on your infrastructure.
Follow the setup wizard to connect your existing security tools.
Select the compliance frameworks relevant to your organization.
Add team members and configure access controls.
For the fastest setup, use our CLI tool by running npm install -g veltrix-cli
and then veltrix init
.
Veltrix SecOps offers several installation options to suit your organization's needs.
Deployment Type | Best For | Requirements |
---|---|---|
Single Kubernetes Instance | Small teams with basic security needs | Kubernetes cluster, 2 CPU cores, 4GB RAM |
Clustered Kubernetes | Mid-to-large teams with advanced needs | Kubernetes cluster, 8 CPU cores, 16GB RAM |
Single VM | Small teams without Kubernetes | Linux VM, 4 CPU cores, 8GB RAM |
Clustered VMs | Organizations with VM infrastructure | 5+ Linux VMs, 4 CPU cores each, 8GB RAM each |
kubectl create namespace veltrix
helm repo add veltrix https://charts.veltrixsecops.com
helm install veltrix veltrix/secops -n veltrix
curl -sSL https://install.veltrixsecops.com | bash
sudo systemctl enable veltrix
sudo systemctl start veltrix
The Veltrix SecOps dashboard provides a centralized view of your security posture, enabling quick access to critical information and tools.
For detailed dashboard configuration, visit:
Dashboard Configuration Guide →