Table of Contents
Example | Link | Description |
---|---|---|
Minimal DS Local | kind_minimal_ds_local | Minimal Data Space (FIWARE) deployment in a local Kind cluster. |
Kind Cluster | kind_cluster | Kind cluster deployment. |
K3s Cluster | k3s_cluster | K3s cluster deployment. |
Remember move to the example folder you want to use.
cd ./examples/<example_folder>
In the example folder, deploy the infrastructure using: make init_apply
. Or destroy the infrastructure using: make destroy
.