Minimal Setup

This sample demonstrates how to set up and run Binacle.Net on an existing Kubernetes cluster.

πŸ› οΈ Prerequisites

Download the following files

Customize (Optional)

Edit the json in the binacle-presets-configmap.yaml file to customize the presets as needed.

[!Note] binacle-pvc.yaml assumes your cluster has dynamic provisioning enabled. Otherwise, you’ll need to create a corresponding PersistentVolume.

πŸš€ Running the Application

Apply all the configurations by running:

kubectl apply -f binacle-pvc.yaml
kubectl apply -f binacle-presets-configmap.yaml
kubectl apply -f binacle-deployment.yaml
kubectl apply -f binacle-net-service.yaml

This will launch the Binacle.Net API with:

🌐 Accessing the API

Once the deployment is running, other services in the same cluster can interact with the API on:

http://binacle-net-service:8080/

πŸ“„ Additional Resources