π₯ 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.