Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.28 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.28 KB

Kind

This directory contains Kubernetes YAML manifests for the deployment a single instance of EDC Ionos S3 on a local Kind cluster.

Requirements


These are the services that are deployed:


Configuration

Set environment variables

# Required configuration
export KUBECONFIG=path/to/kubeconfig
export S3_ACCESS_KEY=''
export S3_SECRET_KEY=''
export S3_ENDPOINT=''
export IONOS_TOKEN=''

Deploy

All commands paths are relative to the current directory where this readme is located.

1. Install the EDC Ionos S3 services

To install the services run the script deploy.sh in scripts directory.

./scripts/deploy.sh

2. Vault keys

After the services are installed you will have vault-keys.json file containing the vault keys in same directory.


Delete

To delete the local environment run the script cleanup.sh in scripts directory.

./scripts/cleanup.sh