Documentation
  • Introduction
    • How It Works
    • Architecture & Data Flow
    • Why another Agent?
    • eBPF Concepts
    • Use Cases
  • Deployment
  • Qtap
    • Getting Started
    • System Requirements
    • Installation
      • Linux Binary
      • Docker Container
      • Helm Chart
      • Kubernetes Manifest
    • Configuration
      • Storage Configuration
      • Traffic Processing with Plugins
      • Traffic Capture Settings
      • Configuration Examples
  • Qplane
    • Getting Started
      • Create an Account
      • Install Qtap
      • Review your Dashboards
    • Installation
      • Linux Binary
      • Docker Container
      • Helm Chart
    • Configuration
  • Security & Compliance
  • License
  • Appendix
    • Qcontrol (Beta)
    • Java
    • Object Storage
      • Google Cloud Storage
    • S3 Credentials for Qtap using Kubernetes Secrets
  • FAQ
Powered by GitBook
On this page
  • Preflight Check
  • Operating System Requirements
  • System Configuration
  • Kernel Settings
  • Network
  • Access Requirements
  • Resource Requirements
  1. Qtap

System Requirements

PreviousGetting StartedNextInstallation

Last updated 11 days ago

Preflight Check

If you'd like to verify your environment's compatibility, use the :

curl -sSL https://github.com/qpoint-io/preflight/releases/latest/download/preflight.sh | sudo bash

Operating System Requirements

  • Linux-based operating system

  • Supports both x86_64 and arm64 architectures

  • Kernel version 5.10 or higher

System Configuration

Kernel Settings

  • Kernel lockdown mode should be set to none (default on most systems)

  • Cgroups v2 enabled (default on most modern Linux distributions)

Network

  • At least one network interface with outbound network access

Access Requirements

  • Root access for installation

  • Read-write filesystem access

Resource Requirements

  • Sufficient memory for BPF operations

  • Storage space for logs and configuration

following script