5.4 Deployment of Module Controller V2

Deployment methodology for Koupleless Module Controller V2

Note: Currently, ModuleController v2 has only been tested on K8S version 1.24, with no testing conducted on other versions. ModuleController V2 relies on certain Kubernetes (K8S) features, thus the K8S version must not be lower than V1.10.

Resource File Locations

  1. Role Definition: Link
  2. RBAC Definition: Link
  3. ServiceAccount Definition: Link
  4. ModuleControllerV2 Deployment Definition: Link

Deployment Procedure

Utilize the kubectl apply command to sequentially apply the above four resource files, thereby completing the deployment of the ModuleController.

Documentation Reference

For detailed structure and implementation explanations, please refer to the documentation.