github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/applications/rocketmq/README.md (about) 1 # Overview 2 3 This image chooses OpenEBS LocalPV as its persistence storage engine. 4 5 Components included in this image: 6 7 * 1 RocketMQ operator deployment resource. 8 * 1 RocketMQ console with port 8080 to provide web service. 9 * 2 RocketMQ broker replicas which requests "10Gi" storage. 10 * 1 RocketMQ nameserver deployment resource which requests "10Gi" storage. 11 12 ## How to use it 13 14 By default, we use nodePort service to expose the console service outside the k8s cluster: 15 16 Then you can visit the RocketMQ Console (by default) by the URL any-k8s-node-IP:30000, or localhost:30000 if you are 17 currently on the k8s node. 18 19 ## How to rebuild it 20 21 Modify manifest yaml file according to your needs, then run below command to rebuild it. 22 23 ```shell 24 sealer build -t {Your Image Name} -f Kubefile -m cloud . 25 ``` 26 27 More parameters see [official document here](https://github.com/apache/rocketmq-operator).