티스토리 뷰

카테고리 없음

k8s helm chart bitnami rabbitmq 설치

미니대왕님 2022. 7. 13. 10:02

https://github.com/rabbitmq/cluster-operator

https://github.com/argoproj-labs/argocd-extensions

 

GitHub - rabbitmq/cluster-operator: RabbitMQ Cluster Kubernetes Operator

RabbitMQ Cluster Kubernetes Operator. Contribute to rabbitmq/cluster-operator development by creating an account on GitHub.

github.com

https://github.com/argoproj-labs/rollout-extension

 

GitHub - rabbitmq/cluster-operator: RabbitMQ Cluster Kubernetes Operator

RabbitMQ Cluster Kubernetes Operator. Contribute to rabbitmq/cluster-operator development by creating an account on GitHub.

github.com

https://gist.github.com/enesusta/e2ac956104dc0fa4130c795e7270bfc2

 

GitHub - rabbitmq/cluster-operator: RabbitMQ Cluster Kubernetes Operator

RabbitMQ Cluster Kubernetes Operator. Contribute to rabbitmq/cluster-operator development by creating an account on GitHub.

github.com

https://www.rabbitmq.com/kubernetes/operator/install-operator.html

https://krew.sigs.k8s.io/docs/user-guide/setup/install/

 

Installing · Krew

© 2022 The Kubernetes Authors. Krew is a Kubernetes SIG CLI project. Edit Page ·

krew.sigs.k8s.io

 

GitHub - rabbitmq/cluster-operator: RabbitMQ Cluster Kubernetes Operator

RabbitMQ Cluster Kubernetes Operator. Contribute to rabbitmq/cluster-operator development by creating an account on GitHub.

github.com

$ kubens

$ k create ns r-mq
$ kubens r-mq
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm fetch bitnami/rabbitmq-cluster-operator
$ helm install my-release bitnami/rabbitmq-cluster-operator

#helm fetch bitnami/rabbitmq-cluster-operator

하게되면 아래와 같이 압축파일이 생깁니다. 

(admin-k8s:r-mq) root@k8s8-m:/home/test/r-mq-cluster# tar -zxvf rabbitmq-cluster-operator-2.6.8.tgz
rabbitmq-cluster-operator/Chart.yaml
rabbitmq-cluster-operator/Chart.lock
rabbitmq-cluster-operator/values.yaml
rabbitmq-cluster-operator/templates/NOTES.txt
rabbitmq-cluster-operator/templates/_helpers.tpl
rabbitmq-cluster-operator/templates/cluster-operator/clusterrole.yaml
rabbitmq-cluster-operator/templates/cluster-operator/clusterrolebinding.yaml
rabbitmq-cluster-operator/templates/cluster-operator/deployment.yaml
rabbitmq-cluster-operator/templates/cluster-operator/metrics-service.yaml
rabbitmq-cluster-operator/templates/cluster-operator/role.yaml
rabbitmq-cluster-operator/templates/cluster-operator/rolebinding.yaml
rabbitmq-cluster-operator/templates/cluster-operator/service-account.yaml
rabbitmq-cluster-operator/templates/cluster-operator/servicemonitor.yaml
rabbitmq-cluster-operator/templates/extra-list.yaml
rabbitmq-cluster-operator/templates/issuer.yaml
rabbitmq-cluster-operator/templates/messaging-topology-operator/certificate.yaml
rabbitmq-cluster-operator/templates/messaging-topology-operator/clusterrole.yaml
rabbitmq-cluster-operator/templates/messaging-topology-operator/clusterrolebinding.yaml
rabbitmq-cluster-operator/templates/messaging-topology-operator/deployment.yaml
rabbitmq-cluster-operator/templates/messaging-topology-operator/metrics-service.yaml
rabbitmq-cluster-operator/templates/messaging-topology-operator/role.yaml
rabbitmq-cluster-operator/templates/messaging-topology-operator/rolebinding.yaml
rabbitmq-cluster-operator/templates/messaging-topology-operator/service-account.yaml
rabbitmq-cluster-operator/templates/messaging-topology-operator/servicemonitor.yaml
rabbitmq-cluster-operator/templates/messaging-topology-operator/validating-webhook-configuration.yaml
rabbitmq-cluster-operator/templates/messaging-topology-operator/webhook-service.yaml
rabbitmq-cluster-operator/.helmignore
rabbitmq-cluster-operator/README.md
rabbitmq-cluster-operator/crds/crd-rabbitmq-cluster.yaml
rabbitmq-cluster-operator/crds/crds-messaging-topology-operator.yaml
rabbitmq-cluster-operator/charts/common/Chart.yaml
rabbitmq-cluster-operator/charts/common/values.yaml
rabbitmq-cluster-operator/charts/common/templates/_affinities.tpl
rabbitmq-cluster-operator/charts/common/templates/_capabilities.tpl
rabbitmq-cluster-operator/charts/common/templates/_errors.tpl
rabbitmq-cluster-operator/charts/common/templates/_images.tpl
rabbitmq-cluster-operator/charts/common/templates/_ingress.tpl
rabbitmq-cluster-operator/charts/common/templates/_labels.tpl
rabbitmq-cluster-operator/charts/common/templates/_names.tpl
rabbitmq-cluster-operator/charts/common/templates/_secrets.tpl
rabbitmq-cluster-operator/charts/common/templates/_storage.tpl
rabbitmq-cluster-operator/charts/common/templates/_tplvalues.tpl
rabbitmq-cluster-operator/charts/common/templates/_utils.tpl
rabbitmq-cluster-operator/charts/common/templates/_warnings.tpl
rabbitmq-cluster-operator/charts/common/templates/validations/_cassandra.tpl

 

 

helm list



 

(admin-k8s:r-mq) root@k8s8-m:~# helm repo list
NAME    URL
argo    https://argoproj.github.io/argo-helm
bitnami https://charts.bitnami.com/bitnami

 

# helm fetch bitnami/rabbitmq

 

 


(admin-k8s:r-mq) root@k8s8-m:/home/test# tar -zxvf rabbitmq-10.1.14.tgz
rabbitmq/Chart.yaml
rabbitmq/Chart.lock
rabbitmq/values.yaml
rabbitmq/values.schema.json
rabbitmq/templates/NOTES.txt
rabbitmq/templates/_helpers.tpl
rabbitmq/templates/config-secret.yaml
rabbitmq/templates/extra-list.yaml
rabbitmq/templates/ingress.yaml
rabbitmq/templates/networkpolicy.yaml
rabbitmq/templates/pdb.yaml
rabbitmq/templates/prometheusrule.yaml
rabbitmq/templates/role.yaml
rabbitmq/templates/rolebinding.yaml
rabbitmq/templates/secrets.yaml
rabbitmq/templates/serviceaccount.yaml
rabbitmq/templates/servicemonitor.yaml
rabbitmq/templates/statefulset.yaml
rabbitmq/templates/svc-headless.yaml
rabbitmq/templates/svc.yaml
rabbitmq/templates/tls-secrets.yaml
rabbitmq/.helmignore
rabbitmq/README.md
rabbitmq/charts/common/Chart.yaml
rabbitmq/charts/common/values.yaml
rabbitmq/charts/common/templates/_affinities.tpl
rabbitmq/charts/common/templates/_capabilities.tpl
rabbitmq/charts/common/templates/_errors.tpl
rabbitmq/charts/common/templates/_images.tpl
rabbitmq/charts/common/templates/_ingress.tpl
rabbitmq/charts/common/templates/_labels.tpl
rabbitmq/charts/common/templates/_names.tpl
rabbitmq/charts/common/templates/_secrets.tpl
rabbitmq/charts/common/templates/_storage.tpl
rabbitmq/charts/common/templates/_tplvalues.tpl
rabbitmq/charts/common/templates/_utils.tpl
rabbitmq/charts/common/templates/_warnings.tpl
rabbitmq/charts/common/templates/validations/_cassandra.tpl
rabbitmq/charts/common/templates/validations/_mariadb.tpl
rabbitmq/charts/common/templates/validations/_mongodb.tpl
rabbitmq/charts/common/templates/validations/_mysql.tpl
rabbitmq/charts/common/templates/validations/_postgresql.tpl
rabbitmq/charts/common/templates/validations/_redis.tpl
rabbitmq/charts/common/templates/validations/_validations.tpl
rabbitmq/charts/common/.helmignore
rabbitmq/charts/common/README.md

 

 

-rw-r--r-- 1 root root  53390 Jul 13 00:56 rabbitmq-10.1.14.tgz
#cd /home/rabbitmq/

(admin-k8s:r-mq) root@k8s8-m:/home/test/rabbitmq# vi values.yaml

댓글