Hi SUNGMIN JUNG
If it is not CI/CD, then the Azure Portal’s AKS Automated Deployments wizard does not support Private AKS clusters.
In a Private AKS cluster, the API server is not exposed publicly, so the wizard cannot load or create namespaces
The only supported way to deploy to private AKS today is outside the portal wizard:
- Azure DevOps or GitHub Actions with a self-hosted agent in the same VNet as the AKS API server.
- Direct kubectl from a VM or jumpbox in the VNet.
Hope this helps!
Please Let me know if you have any queries.