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
Follow these steps to install the kubesense binary using the provided shell script:
-
Download and execute the installation script
You can do this via
curl
orwget
:curl -s -L https://cli.kubesense.ai/install.sh | bash
wget -O - https://cli.kubesense.ai/install.sh | bash