Here, you can download our RapidFort Runtime installation script and use it to install our Runtime tooling into your Kubernetes environment.
curl -LO https://github.com/rapidfort/runtime/releases/download/latest/rf-cmd-darwin-arm64 ; chmod a+x rf-cmd-darwin-arm64; sudo mv rf-cmd-darwin-arm64 /usr/local/bin/rf-cmd
curl -LO https://github.com/rapidfort/runtime/releases/download/latest/rf-cmd-linux-amd64 ; chmod a+x rf-cmd-linux-amd64; sudo mv rf-cmd-linux-amd64 /usr/local/bin/rf-cmd
rf-cmd --cmd install -u <username> -p <password>
rf-cmd --cmd install -h <rf_host> -u <username> -p <password> -ru <registry-username> -rp <registry-password>
rf-cmd --cmd uninstall