deislabs / cnab-operator

Experimental CNAB operator for Kubernetes. WIP.
MIT License
7 stars 1 forks source link

Implement Kubernetes-backed claim store #8

Open radu-matei opened 5 years ago

radu-matei commented 5 years ago

Since this operator will execute CNAB actions, we need to store the result of those actions as claims.

At a first glance, Kubernetes ConfigMaps seem like good candidates to store claims inside the cluster.

Alternatives: