Thank you very much. This tutorial should be moved to the MS-KZbin channel. You saved my day!
@lionheart26635 жыл бұрын
great explanation in simple english. i m preparing for an interview tomorrow and they are gonna ask me on AKS ..
@vijayande20094 жыл бұрын
I was searching for AKS and I got to see your video. Its fantastic.
@harshaletsparty4 жыл бұрын
Thank you. Very nice explanation. I followed your steps and spinned .Net core web api docker image onto AKS
@Shoyer01 Жыл бұрын
Excellent video! Thank you
@srnkas4 жыл бұрын
Really great 👍 . Your explanation was too cool
@dawnbunty74 жыл бұрын
well explained i listened 2nd time it was so much clear
@shashankpandey10194 жыл бұрын
Hi Houssem thanks for great tutorial video I have a question ,if i have multiple micro-services deployed on different Zone then how these services communicate to each other .
@StanSyfert4 жыл бұрын
I agree with the rest of the comments: very clear video > thanks!
@romankorduk78954 жыл бұрын
best video that I found in this theme, this is definitely what i needed, thank you, great job
@sujaysuman70485 жыл бұрын
great sir,but one doubt to get image from dockerhub or other repository does it required to configure repository url,credentials in azure cloud!! how azure know that the image is getting pulled from which repository docker hub or else. please reply. thanks in advance
@tistepiste33005 жыл бұрын
No need to configure the repository URL, credentials. Just the name of the docker image, taken from your repository is needed! (user/docker-image). Also make sure your ports are configured correctly
@jamminomar4 жыл бұрын
Great video! Thanks so much for sharing this!! 👍🏼👍🏼
@CrankyCoder5 жыл бұрын
when you scaled, it looked like everything was offline. is the cluster still online while you scale?
@prakashnayal015 жыл бұрын
Very much informative video.. thank you for this.
@hudsonlima80314 жыл бұрын
this is such a great content! thanks!
@JenaTofan5 жыл бұрын
Hi, I'm not getting the "View Kubernetes Dashboard" Can you help?
@Hkhr20235 жыл бұрын
Run this command in Azure CLI , az aks browse --resource-group AKSresourcegroup --name AKSCluster
@sachingupta89554 жыл бұрын
@@Hkhr2023 use the above command getting this error Can not find kubectl executable in PATH but I have already set the path for that can u help ?
@gv.ramana4 жыл бұрын
Great tutorial
@vineeshk49704 жыл бұрын
Great content. When i run my .netcore 3.1 image on minikube i am getting below error. Any help is highly appreciated. Failed to pull image "": rpc error: code = Unknown desc = image operating system "windows" cannot be used on this platform
@nishokumaran1514 жыл бұрын
I face the issue when I try to connect Kubernetes cluster into local Pc , the browser open with Your connection is not private Error ! How to fix that