This directory contains Kubernetes YAML manifests for the deployment a single instance of EDC Ionos S3 on a local Kind cluster.
These are the services that are deployed:
Set environment variables
# Required configuration
export KUBECONFIG=path/to/kubeconfig
export S3_ACCESS_KEY=''
export S3_SECRET_KEY=''
export S3_ENDPOINT=''
export IONOS_TOKEN=''
All commands paths are relative to the current directory where this readme is located.
To install the services run the script deploy.sh
in scripts
directory.
./scripts/deploy.sh
After the services are installed you will have vault-keys.json
file containing the vault keys in same directory.
To delete the local environment run the script cleanup.sh
in scripts
directory.
./scripts/cleanup.sh