Minimal Instance
For local development & testing, you may not have resources for a full installation of Jalapeno. In that case, you might want to spin up a minimal set of Jalapeno's services.
With the minimal deployment:
- No collectors are deployed
- No Kafka services
- Only the Topology processor is included
To install the minimal version:
-
Clone the Jalapeno repo and
cd
into the folder:git clone https://github.com/cisco-open/jalapeno.git && cd jalapeno
-
Use the
deploy_minimal_jalapeno.sh
script to start the Jalapeno services:./deploy_minimal_jalapeno.sh [path_to_kubectl]
To destroy the minimal deployment:
-
Use the
destroy_minimal_jalapeno.sh
script:destroy_jalapeno.sh kubectl