How to install kubescape/kubescape. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
kubescape/kubescape Installation Guide
How to install kubescape/kubescape. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for kubescape/kubescape. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i kubescape/kubescapeor
Install via npx
npx @hexmos/ipm i kubescape/kubescapePrerequisites
Go
languageVersion: >=1.18.0
Docker
system_toolKubescape uses Docker for containerization and deployment.
kubectl
system_toolVersion: 1.25.0
Helm
package_managerKubescape uses Helm for managing Kubernetes charts.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
CLI Installation (Bash)
curl -s https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | /bin/bashPost Installation Steps
- Start the Kubescape CLI with: `kubescape start`
- Run a scan of your Kubernetes cluster using kubescape: `kubescape scan --cluster <your-cluster-name>`
- Access the Kubescape UI by navigating to `http://localhost:8080/`.
