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.
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.