iotaledger / one-click-tangle

"One Click Tangle" intends to make lives easier to IOTA adopters by providing pre-configured scripts and recipes that allow to deploy IOTA Networks and Nodes "in one click".
MIT License
55 stars 36 forks source link

Private tangle on k8s #79

Open makotonakai opened 2 years ago

makotonakai commented 2 years ago

Description

Briefly describe the feature that you are requesting.

I would highly appreciate if this program has a feature to deploy the private tangle on k8s.

Motivation

Explain why this feature is needed.

I'm building some system which utilizes IOTA, especially Hornet, and we need to create our own private tangle. We also want to deploy that on k8s, in order to make our system scalable and fault-tolerant.

Requirements

Write a list of what you want this feature to do.

  1. This program can deploy coo, spammer, node-autopeering, and a node on k8s cluster
  2. Private tangle on k8s allows connections from nodes outside k8s
  3. Users can access to the dashboard

Open questions (optional)

Is the one-click-tangle scripts for deploying private-tangle open source in the first place? I'd like to refer that to write my own shell script to deploy private-tangle on k8s

Are you planning to do it yourself in a pull request?

Yes.

jmcanterafonseca-iota commented 2 years ago

not in this project. @mastrogiovanni is the K8s operator open source?