-
Operator-sdk 사용시 multiple controller 구조로 변경K8S 2022. 12. 5. 19:10
operator를 개발하다보면, 여러 개의 crd가 필요한 경우가 있다.
이 때는 워크로드에 따라 다르겠지만
가능하다면 하나의 operator안에 여러 개의 controller를 두어 crd를 관리하는 방법을 사용하는 것이 좋아보인다.
다음은 multi group과 관련된 참고용 URL이다.
Tutorial | Operators | OKD 4.11
Operator authors can develop Operators that support network proxies. Cluster administrators configure proxy support for the environment variables that are handled by Operator Lifecycle Manager (OLM). To support proxied clusters, your Operator must inspect
docs.okd.io
https://book.kubebuilder.io/migration/multi-group.html
Single Group to Multi-Group - The Kubebuilder Book
Multi-group scaffolding support was not present in the initial version of the Kubebuilder v2 scaffolding (as of Kubebuilder v2.0.0). To change the layout of your project to support Multi-Group run the command kubebuilder edit --multigroup=true. Once you sw
book.kubebuilder.io
반응형'K8S' 카테고리의 다른 글
K8S Operator indexer 사용해서 성능 높이기 (0) 2022.12.19 K8S API Call 예제 (0) 2022.12.14 K8S에서 NFS 서버 없이 동적 프로비저닝 사용하기 (0) 2022.12.02 ArgoCD와 Keycloak OIDC 연동하기 (0) 2022.11.25 Cert-manager와 Traefik IngressRoute을 이용한 nginx https 배포 (0) 2022.10.25