# Akka cluster operator - helm chart

**URL:** https://discuss.akka.io/t/akka-cluster-operator-helm-chart/6832
**Category:** Akka Libraries
**Created:** [July 7, 2020, 6:50am UTC](https://discuss.akka.io/t/akka-cluster-operator-helm-chart/6832 "2020-07-07T06:50:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![vishnugs](https://avatars.discourse-cdn.com/v4/letter/v/43a26b/32.png) [@vishnugs](https://discuss.akka.io/u/vishnugs)
#### Post date: [July 7, 2020, 6:50am UTC](https://discuss.akka.io/t/akka-cluster-operator-helm-chart/6832/1 "2020-07-07T06:50:28Z")

</div>

Hi Team,

I have deployed the akka cluster using the operator from [operatorhub.io](http://operatorhub.io). Using the script , it creates crds, role,service account, etc.

curl -sL [https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.15.1/install.sh](https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.15.1/install.sh) | bash -s 0.15.1

Is there a helm chart for the same operator which can be used ?
