Skip to content

Feature: Streamline the Install Process to be more cloud native #3

@CallumTaylorLW

Description

@CallumTaylorLW

Have you searched for this feature request?

  • I searched but did not find similar requests

Problem Statement

The current Azure Reference Implementation does not provision the cloud resources in the most cloud native way.

Specifically:
(a) The Key Vault and Crossplane workload identity are currently created using AZ commands locally.
(b) There is currently too much logic in the Task File to handle the cloud resource creation and deletion.

Possible Solution

We believe that we can improve the cloud resource provisioning to take better advantage of cloud native tools by:

(i) Remove the dependency of running local commands to provision the cloud resources. by using the Kind cluster.
(ii) Use the local Kind cluster to Bootstrap some of the Cloud resource provisioning, and the CNOE installation on AKS.

Alternatives Considered

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions