Hi I recently create a k8s cluster on Azure Container Service, just wonder if the containers (pods) created are all hyper-V containers?
As an aside, I found that every time I do "kubectl create -f file" to start the windows container (pods), it takes almost 2 mins to pull the image and then turning the state of the pods from "Creating Container" to "Ready". Is it normal?? If not, are there any suggestions to speed up this process? Seems now the k8s cluster is pulling image each time even if the image is the same. Note that I am now using the windows server core image which I find the size is indeed quite big (>9GB).