티스토리 뷰
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
- Total
- Today
- Yesterday
- startup 에러
- 오라클
- Oracle
- 쿠버네티스
- 커널
- 튜닝
- (InstantClient) 설치하기(HP-UX)
- 오라클 트러블 슈팅(성능 고도화 원리와 해법!)
- 설치하기(HP-UX)
- 코로나19
- CVE 취약점 점검
- directory copy 후 startup 에러
- pod 상태
- 테라폼
- ubuntu
- 트리이스
- 우분투
- 오라클 홈디렉토리 copy 후 startup 에러
- [오라클 튜닝] sql 튜닝
- 버쳐박스
- 여러서버 컨트롤
- K8s
- 앤시블
- [오라클 튜닝] instance 튜닝2
- 5.4.0.1072
- 스토리지 클레스
- MSA
- 키알리
- ORACLE 트러블 슈팅(성능 고도화 원리와 해법!)
- 오라클 인스턴트클라이언트(InstantClient) 설치하기(HP-UX)
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |