# Download the binary for your platform
curl -LO ""
# Make it executable
chmod +x kubectl-cubbit-linux-amd64
# Move to PATH
sudo mv kubectl-cubbit-linux-amd64 /usr/local/bin/kubectl-cubbit
# Verify installation
kubectl cubbit version
Windows
# Download kubectl-cubbit-windows-amd64.exe
# Place it in a directory that's in your PATH
# Rename to kubectl-cubbit.exe if needed