-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request