Kubesense

Install from 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.