kubesense-cli

Installation Guide

Prerequisites

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

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