Skip to content

kubesense-ai/kubesense-cli

Repository files navigation

Installation Guide

Prerequisites

Before you begin the installation, ensure you have the following:

  • A Unix-based operating system (Linux, macOS, etc.)
  • Access to the terminal or command line interface
  • Required permissions to execute scripts

Installation Steps

Follow these steps to install the kubesense binary using the provided shell script:

  1. Download and execute the installation script

    You can do this via curl or wget:

    curl -s -L https://cli.kubesense.ai/install.sh | bash
    wget -O - https://cli.kubesense.ai/install.sh | bash