Skip to content

Conversation

@CallumTaylorLW
Copy link

This PR is created to address the following Issue in the CNOE repo: #3

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.

@nusnewob nusnewob force-pushed the v2.1 branch 2 times, most recently from 03b30dd to 0cb3f34 Compare October 21, 2025 13:35
@nusnewob nusnewob force-pushed the v2.1 branch 2 times, most recently from 4252450 to 7f7c76c Compare October 22, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants