Skip to main content

πŸ“₯ Installation Guide for Kubesense CLI

This guide provides detailed instructions to install the Kubesense CLI on your Unix-based system. The Kubesense CLI simplifies the setup and management of Kubesense in Kubernetes environments.


βš™οΈ Prerequisites​

Before you begin, make sure your system meets the following requirements:

  • Operating System: Unix-based OS (Linux, macOS, etc.)
  • Terminal Access: A terminal or command line interface for executing shell commands
  • Permissions: Sufficient permissions to execute scripts and install binaries on your system

πŸš€ Installation Steps​

Follow these steps to install the Kubesense CLI binary using the installation script.

Step 1: Download and Execute the Installation Script​

You can use either curl or wget to download and execute the installation script directly from the Kubesense CLI server.

Using curl​

Run the following command to download and execute the installation script:

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

Using wget​

Alternatively, you can use wget:

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

Step 2: Verify the Installation​

Once the installation script completes, verify that the kubesense binary has been installed successfully by checking its version:

kubesense version

If the installation was successful, you should see the version number of the Kubesense CLI.


πŸŽ‰ You’re All Set!​

With the Kubesense CLI installed, you’re now ready to deploy and manage Kubesense in your Kubernetes environments. Use the kubesense commands to configure observability, monitor clusters, and perform management tasks with ease.

For further details, refer to the Kubesense CLI Commands Guide to learn more about available commands and their usage.