Great to see sombody creating videos on this. My only feedback is that midroll adverts are very frustrating and if I were not so interested in learning this I would probably leave the video. Cheers again
Excellent video. I have one question in you AKS how many nodes you specified when you created that. Is it 5? Because your yaml file specified replica as 5 only.
Are you running it in minikube? Because the release pipeline execute but I do not see anything deployed inside aks dashboard. I used az aks get-credential to get the config. Please suggest.
Hi Sir ,all you are doing dynamic changes by using vsts but if I am using azure Devops and following all of your steps I am not able to get the image as it is showing in pods as invalid image format as #{Build.Buildid}# ,how can I resolve this??
I my repository , had multiple folders where one of the sub folder contains source code and other had docker file and another folder container kubernetes yaml file . here i my question is how can i switch from one folder to other folder in azure devops pipeline
CI-CD for Azure Kubernetes Service - When should I use Deploy to Kubernetes Cluster builtin Template and when to go with Helm deployment? Sorry if my question does not sound meaningful.
In the build pipeline, instead of taking "Github" repository, if i take "Azure Repo" i don't see the way to connect my "Docker Hub" in "Docker Registry Service Connection". Does it have to Github?
Not sure what i am doing wrong but i am getting this error on Kubernetes Dashboard==> "Failed to pull image "houssemdocker/angular-app:39": rpc error: code = Unknown desc = Error response from daemon: manifest for houssemdocker/angular-app:39 not found: manifest unknown: manifest unknown"
Replace Token task available in my org having verison 1 only.You have used version 3. In Version 1 , it is asking for token regex ,I am not sure how to use that. I tried to create regex and use that but it is not replacing token for me.Can you please help.
You copied the entire config file which had 2 clusters inside it. A local minikube and an AKS cluster config. It might be confusing where people might think they can use local cluster to be used by Azure DevOps which is only true if they have a local executer. Also there are several other aspects that will need to be changed as well. However I loved the video. Also for production wouldn't it be better to use Service Principal or service account with cluster role of a cluster admin :).
Houssem thank you for this Vídeo. I'm doing your course in Udemy. Very good course. One question, in this video you use a local Kubernetes or a Kubernetes in azure?
Great video, coming from the jenkins world and doing this same thing in Jenkins this was helpful in understanding the azure way.
Great to see sombody creating videos on this. My only feedback is that midroll adverts are very frustrating and if I were not so interested in learning this I would probably leave the video. Cheers again
I hope you enjoy the content :)
Dude Glad that your videos are on top of my search list in youtube, Good Job and Thank you!
Thank you Marwen :)
Thanks, sir. please keep doing good work. Lots of love from India
Thank you soo much😍 you saved me in interview got selected
Exactly, what I wanted to implement. Thank you!
Nice and clear explanation. Thanks for your time on sharing the knowledge.
Thank You Very Much Sir! You are one of the best!
Super helpful - Thank you so much !! #StayBlessednHappy
its simpler and more easier than aws devops thanks !!
Wow. Really good. Just what I've been looking for. Thanks
Is there an REST API for deleting a branch under a repo in Azure Devops?
Excellent video. I have one question in you AKS how many nodes you specified when you created that. Is it 5? Because your yaml file specified replica as 5 only.
Are you running it in minikube? Because the release pipeline execute but I do not see anything deployed inside aks dashboard. I used az aks get-credential to get the config. Please suggest.
Hi Sir ,all you are doing dynamic changes by using vsts but if I am using azure Devops and following all of your steps I am not able to get the image as it is showing in pods as invalid image format as #{Build.Buildid}# ,how can I resolve this??
Houssem knows how to explain!
Thank You Mr. Hossem !
Nice Video
I my repository , had multiple folders where one of the sub folder contains source code and other had docker file and another folder container kubernetes yaml file . here i my question is how can i switch from one folder to other folder in azure devops pipeline
Thank you very much. Just what I was looking for
how to do rolling update here ?In case if I want to go the previous version?
how did u access azure kubernets dashboard from 127.0.0.1
CI-CD for Azure Kubernetes Service - When should I use Deploy to Kubernetes Cluster builtin Template and when to go with Helm deployment? Sorry if my question does not sound meaningful.
My kubeconfig file doesn't contain client-key-data .Should it be generated automatically or configured on my own?
Hi, Thank you for the video but not able to access the github url . getting error : page not found
Great Work Houssem, Thank you
Thank you very much for the nice videos. short question, how you manage env file (containing secrets) for the application in this approach?
Wonderfully explained. Thank you!
excellent video.Keep doing such good work
how much nodes did u used for this
?
Can I use this devops approach to deploy to my local kubernetes clusture instead of azure kubernetes service??
Helped a lot , thanks .
Dear Mr. Houssem,
Can you send the name of the software for the video lecture (Share screen and video cam but windows 10)?
Hi Patrick, I'm always using Camtasia Studio, it works for both Mac and Windows. You can also use OBS Studio (it is free)
Thank you
precise and up to the point .. this is exactly what i was looking for .. i was wondering how to get the yaml from source code to CD pipeline.
Excelent explanation. Thanks
Thanks a lot for the helpful video.
Can you create one for spring boot - docket - gitlab CICD- Azure cloud ?
In the build pipeline, instead of taking "Github" repository, if i take "Azure Repo" i don't see the way to connect my "Docker Hub" in "Docker Registry Service Connection".
Does it have to Github?
Tried with Github too, doesn't have. maybe the new updates to Azure CI/CD, have elsewhere to authorize the DockerHub.
Figured out, should have set up initially at "Service connections" and add connection services.
very helpful and detail oriented, can you cover Windows container in AKS in video tutorial
how did you create the yaml files?
Hi Houssem, Great video and explanation! I ran the 'kubectl config view --raw' but got an empty output.
Why's that?
Oh never mind, it was a silly mistake of not being connected to my cluster lol
Not sure what i am doing wrong but i am getting this error on Kubernetes Dashboard==>
"Failed to pull image "houssemdocker/angular-app:39": rpc error: code = Unknown desc = Error response from daemon: manifest for houssemdocker/angular-app:39 not found: manifest unknown: manifest unknown"
Try using your own docker hub account and refer to that image instead of using "houssemdocker/..."
Thank you very much for your videos
Hi Houssem Dellai, can you do another video with CI/CD of AKS using Azure DevOps but using "Environment"? Thanks in advance.
can anyone tell me how to get kub config values from cli ..im using windows ?
thanks a lot ..it worked like a charm.
Replace Token task available in my org having verison 1 only.You have used version 3. In Version 1 , it is asking for token regex ,I am not sure how to use that. I tried to create regex and use that but it is not replacing token for me.Can you please help.
Hey Man! you are freaking awesome! Thanks!
Nice video, helped a lot!
Great job Houssem!!
I need step-by-step document
Thanks machi, super \m/
nice video
👏👏👏👏👏👏 Great
You copied the entire config file which had 2 clusters inside it. A local minikube and an AKS cluster config. It might be confusing where people might think they can use local cluster to be used by Azure DevOps which is only true if they have a local executer. Also there are several other aspects that will need to be changed as well. However I loved the video. Also for production wouldn't it be better to use Service Principal or service account with cluster role of a cluster admin :).
Thanks.. it's cool
Super
Houssem thank you for this Vídeo. I'm doing your course in Udemy. Very good course. One question, in this video you use a local Kubernetes or a Kubernetes in azure?
Not in azure he did locally..
👍🏻
,not a clear communication make this long video hard to fellow through.
Hello
Mr hossam how can I contact with you I nees to someone direct me to something
Nice video👍. Can you please share github code for this project