Open old-guy-coder opened 6 months ago
We think there may be merit in supporting the Deployment resource, but there are a number of complexities around resource ordering, naming, exporting of config-maps/secrets, and so on. We think this would require a full spec in order to flesh out how such a resource would interact with other ASO resources.
For now, we're interested in knowing if other users would be interested in this kind of capability.
Also consumption of configMaps and secrets - how do you do that?
We discussed this and agree it's a great one to do. Goal is tentatively to get a rough design for 2.9.0 and then based on that and what it uncovers we will decide what milestone we can land the actual implementation in.
We should consider if we want stacks or deployments or both (see stacks API https://learn.microsoft.com/en-us/rest/api/resources/deployment-stacks?view=rest-resources-2022-08-01-preview)
Request a feature to add a CRD in ASO to support applying an ARM fragment using a kubernetes resource, this could be similar to how Terraform support this using the
azurerm_resource_group_template_deployment
resource.I could see use cases where this would be useful to allow the support of Day 0 resources that are supported in ARM but not currently implemented in ASO as a temporary measure until they do become available.
The resource might look something like this:
This resource could automatically attempt to delete resources deployed by the ARM Template when it is deleted.
The thinking for this resource is that this would allow teams to use resources on Day 0 of release as they are supported in ARM and Bicep and reduce the pressures on getting these resources implemented in ASO.
There would be some caveats:
Other points
operatorSpec
so these could be output to a ConfigMap?There are possibly some other caveats that would apply to this resource