Risk Engine Deployment Guide
The ZeroXploit Risk Engine is a powerful tool for assessing security risks in real-time. Follow the steps below to deploy it:
Basic Deployment
Run the following command to deploy the Risk Engine using Docker:
docker pull edwardt340/enterprise_apps-risk-engine:latest
docker run -d -p 8080:8080 edwardt340/enterprise_apps-risk-engine
Kubernetes Deployment
If you're using Kubernetes, use the following commands to deploy the Risk Engine:
kubectl create deployment risk-engine --image=zeroxploit/risk-engine:latest
kubectl expose deployment risk-engine --type=LoadBalancer --port=8080
Note: Ensure you have Docker installed on your system before running the above commands. For Kubernetes, ensure you have a cluster set up.