반응형
🍳머리말
OT-Container-Kit의 Redis Operator 설치방법입니다.
📕참조
📔 redos operator docs
📕Prerequisites
📔 k8s(v1.11+) cluster
📕설치
📔 helm으로 설치가 안되는 issue
https://github.com/OT-CONTAINER-KIT/helm-charts/issues/17
📔 참조의 최하단에서 manifest file을 직접 apply하는 방법 사용
kubectl apply -f https://raw.githubusercontent.com/OT-CONTAINER-KIT/redis-operator/master/config/crd/bases/redis.redis.opstreelabs.in_redis.yaml
kubectl apply -f https://raw.githubusercontent.com/OT-CONTAINER-KIT/redis-operator/master/config/crd/bases/redis.redis.opstreelabs.in_redisclusters.yaml
kubectl apply -f https://raw.githubusercontent.com/OT-CONTAINER-KIT/redis-operator/master/config/rbac/serviceaccount.yaml
kubectl apply -f https://raw.githubusercontent.com/OT-CONTAINER-KIT/redis-operator/master/config/rbac/role.yaml
kubectl apply -f https://raw.githubusercontent.com/OT-CONTAINER-KIT/redis-operator/master/config/rbac/role_binding.yaml
kubectl apply -f https://raw.githubusercontent.com/OT-CONTAINER-KIT/redis-operator/master/config/manager/manager.yaml
📔 확인
kubectl get namespace
'Cloud' 카테고리의 다른 글
(NGINX Ingress Controller) - TCP, UDP service 노출해 redis cluster와 연결하기 (0) | 2022.04.06 |
---|---|
(Kubernetes) - resouce 생성 예시 file (0) | 2022.03.31 |
(kubernetes) - resource삭제 시 terminating 상태에서 멈춤 (0) | 2022.01.25 |
(Kubernetes) - 명령어 모음 (0) | 2022.01.06 |
(Operator-sdk) - Ubuntu에서 operator project 만들기 (0) | 2021.12.23 |