LogoLogo
BlogHomepage
  • Quick Start
    • Onboarding Guide Walkthrough
  • Introduction
    • What is Garnet?
  • The Garnet Ecosystem
    • Jibril & Garnet Platform
    • Key Differences
  • Key Concepts
    • Environments
    • Jibril: Runtime Security Engine
    • Integrations
    • Events & Detections
  • Getting Started with Garnet Platform
    • Prerequisites
    • Step 1: Generate API Key
    • Step 2: Agent Setup
      • GitHub Actions Integration
      • Kubernetes Integration
    • Step 3: Configure Notifications
  • Using the Garnet Platform
    • Dashboard Overview
    • The Issues Page
    • Viewing Events
    • Understanding Alerts
  • Jibril Sensor: The Engine
    • Architecture & Technology (eBPF)
    • Core Capabilities (Detection & Blocking)
    • Deployment & Configuration
  • Use Cases
    • Securing CI/CD Pipelines
    • Runtime Protection in Production
  • Troubleshooting & Support
    • Troubleshooting Guide
    • Support Channels
  • Resources
    • Security
    • Community
      • Discord
    • Roadmap
    • Conclusion
Powered by GitBook

© 2025 Garnet Labs Inc.

On this page
  1. Getting Started with Garnet Platform

Step 2: Agent Setup

Last updated 17 days ago

Once you have your Garnet Platform API Key, the next step is to deploy the Jibril sensor (agent) into the environments you wish to monitor. Jibril is the component that collects system activity data and performs real-time detection and blocking.

Choose the deployment method most relevant to your environment(s):

  • GitHub Actions Integration: Ideal for securing your CI/CD pipelines and software releases. This method embeds the Jibril sensor directly into your GitHub Actions workflows.

  • Kubernetes Integration: Best for runtime protection of your containerized applications in production or other Kubernetes environments. This typically involves deploying Jibril as a DaemonSet. *

  • Other Linux Environments (Standalone Jibril with Platform Integration):

    • While the primary integrations are highlighted above, Jibril can also be deployed as a standalone agent on individual Linux servers or VMs (e.g., using Docker, systemd, or direct binary execution) and configured to send data to the Garnet Platform using your API key.

    • For detailed instructions on standalone Jibril installation and configuration to connect to the Garnet Platform, please refer to the and the official Jibril project resources.

Select the appropriate guide above based on where you want to deploy Garnet's monitoring and protection capabilities.

Kubernetes Integration
Jibril Sensor documentation