Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Examples

Table of Contents
  1. Infrastructure
  2. Example of use

Infrastructure

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.

Example of use

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.