Hi John,
The error message you provided indicates that there is a problem with the database being locked. This could be caused by multiple processes trying to access the same database at the same time.
We recommend checking if there are any other processes running that could be accessing the database and causing the lock.
Depending on the type of cluster you’re running, the Storage Class may have a different provisioner.
You can check yours by running kubectl get sc.
you must edit the file envs/local-env/storage-class.yaml and set up this provisioner.
Kindly share with me the output of the following commands so I can troubleshoot further:
kubectl describe pod "Worker pod"
kubectl logs "Worker pod"
It is possible to deploy AKS in the same way it's done with EKS.
Just follow our repository on GitHub for EKS and make the changes for AKS.
Let me know the update on the issue