Menghua Xiao
Menghua Xiao
We deploy kpack to AKS cluster in Azure. The AKS is configured to be able to pull images from a service ACR, using [the AAD integration between AKS and ACR](https://docs.microsoft.com/en-us/azure/aks/cluster-container-registry-integration?tabs=azure-cli)....
Currently, we do not have a stable way to distinguish the user error in a build (e.g., broken source, invalid dependency configuration, etc.). And because the build process is hidden...
Performance metrics shows the current two time killers are: 1. Mounting the `PersistentVolumeClaim` to the build pod 1. Fetching the builder image in a new node For 1, kpack should...
The current `service-binding-cosmosdb-sql` sample will fail when we attach service binding in Azure Spring Cloud service. The error message is the same as: https://github.com/microsoft/azure-spring-boot/issues/730 Simply upgrade the dependency version does...