How to create AKS Cluster | Setup Azure Kubernetes Cluster(AKS) in Azure Cloud | Kubernetes Cluster

preview_player
Показать описание
In this video we discussed about how to create AKS cluster using azure cli and we discussed how to pull the docker image and run the docker container using deployment and services and how to access the application .
Рекомендации по теме
Комментарии
Автор

Hi Reddy, Good work on your videos. However, i followed your previous video where azure pipeline fetch github source and create image at docker repository. After completing that step i followed this video. Created cluster and when tried to do direct deployment as specified in this video, azure cluster failed with image pull backoff error. I kept my docker image in private repository. Now when i tried to install it using kubectl the "image pull back off error" . Seems somewhere the access rights to fetch from private docker image to azure repository either in-correct or missed out. Can you help to look into it.

saravanavel
Автор

One more issue i found is, i tried to use jdk 18 but that also failed. Majo OS's support upto 17. When i specified as jdk 17 which is the current maximum supported version that also failed during build process as the default agent picks up 1.8 to compile and package it. Finally end up with 1.8 to compile and package and deployed only to know docker image pull back off error.

saravanavel