Thank you so much sir😊, super content and explanation on both youtube and on website.
@DevOpsCoach2 жыл бұрын
Glad you liked it
@sirishagandla2 жыл бұрын
great. Its a very good explanation
@DevOpsCoach2 жыл бұрын
Glad you liked it
@callsfromthebeyond62372 жыл бұрын
Awesome video! this really helped. Can we get more of these videos in the future, but using YAML instead of the classic editor? Thanks!
@DevOpsCoach2 жыл бұрын
Yes of course! Will be publishing soon in our channel.
@mfasil61872 жыл бұрын
Nice video its really help alot Keep it up
@DevOpsCoach2 жыл бұрын
Glad to hear that
@kbv38532 жыл бұрын
Very nice. Thank you.
@DevOpsCoach2 жыл бұрын
Thank you too!
@nealpan Жыл бұрын
Great! Keep up the good work!!
@DevOpsCoach Жыл бұрын
Thank you! Will do!
@mahuapal66912 жыл бұрын
build and deploy in CI/CD is working fine, but in ACR-> Repository I am unable to see the container name which I am passing from azure-aks.yml file, from where do we need to pass the name which gets created in ACR which help
@isaargentina44953 жыл бұрын
Excellent. Thanks.
@DevOpsCoach3 жыл бұрын
You are welcome!
@shaik.abdulrehamanshaik.ab33982 жыл бұрын
Excellent
@DevOpsCoach2 жыл бұрын
thank you!
@ItsmeRajivS Жыл бұрын
what about using yaml instead of classic editor.. all will suggest yaml only not classic right
@DevOpsCoach Жыл бұрын
Yes, I also have video using YAML as well
@ItsmeRajivS Жыл бұрын
@@DevOpsCoach please share the link
@ItsmeRajivS Жыл бұрын
please share the video link bro.. i want to check that
@sunandanrawat80193 жыл бұрын
Thank you so much
@DevOpsCoach3 жыл бұрын
You're most welcome
@bapirajumadarapu40502 жыл бұрын
wonderful videos bro thank you so much
@DevOpsCoach2 жыл бұрын
Glad you like them!
@medarisaikiran65578 ай бұрын
If the cluster is private, is it possible to deploy the aks cluster with devops? We unable to select namespace when we select private cluster.
@varickjohnson43352 жыл бұрын
Hi bro I tried deployment succeed but pods not pulling the image from acr in azure invalid image error found I followed the same yaml code u used i changed the image name alone ,how to fix this error?
@DevOpsCoach2 жыл бұрын
Review the steps again. you need to make sure you are using the right image to pull from ACR
@CristyXTfis Жыл бұрын
but how you do it if you have a private aks cluster? how you create the service connection?
@harinathreddy5365 Жыл бұрын
Hi Sir, I have 2 doubts. We didn't mention acr repository name, then how the acr has taken its own repository name ? *Is it happens because of cloning the repositoy from github. Because, The repository name is similar to the github username and repository name. *We can also create our own acr repo name and can make changes in yaml file. ----> Am i correct sir ?
@DevOpsCoach Жыл бұрын
Yes, that’s right. You can modify Yaml based on acr and image names
@harinathreddy5365 Жыл бұрын
@@DevOpsCoach Thank you sir♥ for your valuable information
@ananthmaddur12002 жыл бұрын
Superb.
@DevOpsCoach2 жыл бұрын
Thanks a lot
@muralimohanreddysykam96422 жыл бұрын
I'm getting this error please help on that sir ##[error]The process 'C:\Program Files\Docker\docker.exe' failed with exit code 1
@DevOpsCoach2 жыл бұрын
did you install docker ? where are you building?
@DevOpsCoach2 жыл бұрын
@@ballaprasannakumar6470 did you install kubectl on your machine?
@DevOpsCoach2 жыл бұрын
Please browse through my channel. I have two videos on creating AKS cluster. kzbin.info/www/bejne/kJXGo6loaLybjac
@DevOpsCoach2 жыл бұрын
@@ballaprasannakumar6470 yes
@DevOpsCoach2 жыл бұрын
@@ballaprasannakumar6470 check my videos
@rambevara57022 жыл бұрын
sir wonderfull..clarity. please do the video on docker compose deployment by az devops
@manavkumar10716 ай бұрын
I am trying your code but during creation of pipeline it is showng error in build. Any idea how to mitigate that?
@DevOpsCoach6 ай бұрын
what error? can you post the error message here?
@harikakiran18 Жыл бұрын
Great explanation, learnt a lot from this video! thanks for sharing. One quick question if possible to answer, assume the pods are already created and now I want to update the pods with latest code, is it possible only code to these pods without having to create the image again and again during build process? Or are there any kubectl commands available to directly push the code to the pods without having to have images?
@DevOpsCoach Жыл бұрын
You need to re-build your image with new tag
@raghur56782 жыл бұрын
hi thanks for the video.. I have a question in the Kubernetes manifest file i want to use the Latest Image tag version from the ACR everytime i run the Deployment manifest file. how can i achieve this?
@PAWANKUMAR-kj8xr Жыл бұрын
Hi did you resolved this issue
@arnavranjan5606 Жыл бұрын
just getting an image pull error, anyone has a solution to that? or is the docker file invalid? If there is anything that can be done please let me know