What are some challenges facing DevOps configuration for cloud-native apps (as compared to simple monolithic apps)? specific scenarios?
Source control options and analysis
Tracking work and tying it to source control
Build and release pipelines for automated builds, deployments
What are disadvantages of traditional infrastructure management techniques as apps move to the cloud?
Real servers (hardware), real OSes (patches, etc) were time-consuming to manage.
"cattle not pets"
How do various tools address these needs?
Azure Resource Manager (ARM) templates
Terraform
What are some challenges with automating infrastructure as code?
Many different and incompatible and incomplete options
How does Cloud Native Application Bundles (CNABs) address these challenges?
https://docs.microsoft.com/en-us/dotnet/architecture/cloud-native/devops
What are some challenges facing DevOps configuration for cloud-native apps (as compared to simple monolithic apps)? specific scenarios?
What are disadvantages of traditional infrastructure management techniques as apps move to the cloud? Real servers (hardware), real OSes (patches, etc) were time-consuming to manage. "cattle not pets" How do various tools address these needs?
What are some challenges with automating infrastructure as code?
How does Cloud Native Application Bundles (CNABs) address these challenges?