Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Helm Chart for Deployment #25

Open
solidnerd opened this issue Jun 18, 2021 · 0 comments
Open

Add Helm Chart for Deployment #25

solidnerd opened this issue Jun 18, 2021 · 0 comments
Assignees

Comments

@solidnerd
Copy link
Contributor

Description

Currently we can easily spin up our container with docker-compose. This is very fine for small environments or single hosts. If you want to run it in Container Orchestrator like Kubernetes we need to adopt their Deployment Mechanisms.

The first answer would be to create RAW Kubernetes Manifests and handle this for our container. That would work but in future it's hard to add their templating.

Since we shipping our Indy Node as Container we should also ship the Manifests as a full package for options. Luckily there is a Standard for this use case and it's https://helm.sh/.

Description of Done

  • Implement a small PoC of 4 Nods like in docker-compose and test if they can connect to each other like in our docker-compose
  • Implement a small smoke test for Helm Deployment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant