Uploaded image for project: 'OpenShift Windows Containers'
  1. OpenShift Windows Containers
  2. WINC-1364

Stop running AzureCloudNodeManager as a Windows service and deploy as a Daemonset

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • None
    • 3
    • False
    • None
    • False

      Developer story

      As a WMCO developer, I want to deploy AzureCloudNodeManager as a DaemonSet so that it runs more efficiently, is easier to manage, and better aligns with RBAC native infrastructure practices.

      Description

      The AzureCloudNodeManager is currently running as a Windows service, which limits its scalability, deployment flexibility, and observability. Transition to run as a DaemonSet to allow the application to run on all Windows nodes, improve resource utilization, and make monitoring and maintenance consistent with other components.

      Engineering Details

      Refactor the AzureCloudNodeManager configuration in WMCO to support containerized deployment as part of the bundle.
      Create a DaemonSet configuration for AzureCloudNodeManager.
      Configure role-based access control (RBAC) permissions for the application within the Kubernetes cluster.
      Implement environment-specific configurations using ConfigMaps and Secrets.
      Ensure proper logging and monitoring setup using existing observability tools (e.g., Prometheus, Fluentd).
      Test the deployment in a development Kubernetes cluster to ensure proper functionality and node-wide coverage.
      Document deployment, configuration, and maintenance processes.

      References

      (Any additional information that might be useful for engineers: related repositories or pull requests, related email threads, GitHub issues or other online discussions, how to set up any required accounts and/or environments if applicable, and so on.)

      Acceptance Criteria

      AzureCloudNodeManager runs as a DaemonSet across all Windows nodes in the cluster.
      Existing Node Cloud Manager e2e test suite passes
      Existing Windows node functionality remains unchanged and behaves as expected.
      Logging and monitoring are successfully integrated e2e test suite

              Unassigned Unassigned
              jvaldes@redhat.com Jose Valdes
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: