ipfs-inactive / kubernetes-ipfs

[ARCHIVED] kubernetes-ipfs
60 stars 25 forks source link

Instead of providing scripts, provide an operator #57

Open thedrow opened 5 years ago

thedrow commented 5 years ago

Operators are the best way to deploy applications on Kubernetes. That naturally includes IPFS.

It be great to have an operator we all can use to deploy and manage IPFS on Kubernetes as both deployment and management would become much easier.

Implementation wise, we can use a declarative Operator using Kudo which gives us a way to deploy Operators easily without writing Go code. Alternatively, if more control is required we could write an Operator using the Operator Framework.