Тёмный

How to create AKS Cluster and Deploy Springboot Microservices into AKS Cluster using Azure Pipeline 

DevOps Coach
Подписаться 20 тыс.
Просмотров 13 тыс.
50% 1

www.coachdevops.com/2022/06/h...
We will learn how to automate springboot microservices builds using Azure Build pipeline and Deploy into AKS Cluster with help of Azure Release pipelines.
We will use Springboot Microservices based Java application. I have already created a repo with source code + Dockerfile. The repo also have K8S manifest file for AKS Deployment.:
Pre-requistes:
Setup AKS Cluster and ACR Repo - You can do it by following steps in this link - www.coachdevops.com/2020/10/h...
Make sure AKS has pull access to ACR.
We will be achieving the following:
- Automating builds using Azure Pipeline
- Automating Docker image creation
- Automating Docker image upload into ACR
- Automating Deployments to Kubernetes Cluster

Авто/Мото

Опубликовано:

 

30 июн 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 55   
@karthikkarthik100
@karthikkarthik100 Год назад
The voice, the clarity , the walk through ,Just awesome!!! God bless you sir!!!!.
@DevOpsCoach
@DevOpsCoach Год назад
Thank you so much 😊
@karthikkarthik100
@karthikkarthik100 Год назад
@@DevOpsCoach Happy Teachers' Day, Sir !!!!
@logeswarik6496
@logeswarik6496 10 месяцев назад
Clear Explanation. It helped me to kickstart. Thanks!
@DevOpsCoach
@DevOpsCoach 10 месяцев назад
Glad to know, thank you 🙏
@balavardhiraj685
@balavardhiraj685 2 года назад
Seriously thank you for this video really helpful 👍 Please always make videos like this your videos and the doc how to do things are helped me
@DevOpsCoach
@DevOpsCoach 2 года назад
Thank you! Will do!
@uafneto
@uafneto 7 месяцев назад
@@DevOpsCoach It's great to follow you step by step. You explain it very well. But when I go to do it, it doesn't happen exactly as in your instructions. Could you show me a video where you explain how to do everything via YAML and Terraform files? From building the IaC infrastructure to deploying the app? In my organization there is no permission to create pipelines manually, only via .yaml and .tf files. I wish you and your channel every success. Thank you.
@llZent4uroll
@llZent4uroll Год назад
Muchas gracias, no entiendo mucho el ingles pero con lo poco que te entendia, seguia tus pasos y es la primera vez que despliego un pod al aks de azure, de verdad muchas gracias!!!
@DevOpsCoach
@DevOpsCoach Год назад
Muchas gracias!!! De Nada!
@nanduchannel
@nanduchannel 7 месяцев назад
Seriously thank you so much for this video, Awsome video..! :)
@DevOpsCoach
@DevOpsCoach 7 месяцев назад
Thank you for your kind words
@digvijaypatil3696
@digvijaypatil3696 11 месяцев назад
In first five minutes i subscribed this channel. The way of teaching is very nice. Thanks sir. 🙏
@DevOpsCoach
@DevOpsCoach 11 месяцев назад
Thank you 🙏
@sakshiharinkhede3361
@sakshiharinkhede3361 Год назад
Thanks a lot for this amazing video sir.
@DevOpsCoach
@DevOpsCoach Год назад
So nice of you
@pjj7466
@pjj7466 2 года назад
big fan of you "WELCOME BACK"
@DevOpsCoach
@DevOpsCoach 2 года назад
thank you!
@naren06938
@naren06938 6 месяцев назад
Really Awesome Sir.....
@DevOpsCoach
@DevOpsCoach 6 месяцев назад
Thank you Naren, glad you liked it
@SUMITMANCHANDA01
@SUMITMANCHANDA01 2 года назад
Thanks Sir . Very Knowledgeable
@DevOpsCoach
@DevOpsCoach 2 года назад
Glad you liked it. 👏🙌
@aditigupta5201
@aditigupta5201 Год назад
Very well explained, Thankyou sir
@DevOpsCoach
@DevOpsCoach Год назад
You are most welcome.
@anuragdelhi
@anuragdelhi Год назад
Awsome , Thanks for the video, could you please explain the task you added in CD pipeline - "Replace Token in AKS deploy -from- ACR"
@dg3577
@dg3577 Год назад
Awesome explanation sir
@DevOpsCoach
@DevOpsCoach Год назад
Thank you so much 😊
@DevOpsPulse
@DevOpsPulse Год назад
Thank you
@DevOpsCoach
@DevOpsCoach Год назад
You're welcome
@zackhairane9629
@zackhairane9629 Год назад
Please how can I use Ngnix to run this application. I did saw the video on how to add Ngnix deployments with azure CLI but still don't know how to integrate it with the pipelines. Thanks so much for this amazing tutorial
@chakriatwork3062
@chakriatwork3062 Год назад
Best 👍
@DevOpsCoach
@DevOpsCoach Год назад
Thank you so much!!!
@ajeeshraghuraman
@ajeeshraghuraman 2 месяца назад
How to do the same deployment in a blue green approach without downtime? Azure devops should create new pod and delete the old one once new one is created. Is that possible via native azure pipelines?
@vivekkharvi7654
@vivekkharvi7654 Год назад
How can we connect to the private kubernetes cluster,can you please help me sir?
@romeoarnado3127
@romeoarnado3127 Год назад
nice tutorial...love it.....do u have dockerfile for this springboot service?
@DevOpsCoach
@DevOpsCoach Год назад
yes, check the link in this web page. www.coachdevops.com/2022/06/how-to-deploy-docker-containers-into.html
@praveenreddy5537
@praveenreddy5537 Год назад
Sir how to add variables of environment specific like test, dev, local in azure devops?
@DevOpsCoach
@DevOpsCoach Год назад
click on Variables tab in the pipeline
@bhubaneshdwibedi1246
@bhubaneshdwibedi1246 Год назад
Hello sir ,thank you for the informative video. I have ran into soem issue. When i run the command: kubectl get pods Its showing me the pods..but the all are 0/1 and status showing as "ImagePullBackoff" Could you please help me on this
@DevOpsCoach
@DevOpsCoach Год назад
you need to fork my repo and make changes in deployment yaml in your repo after forking.
@pravinpal3666
@pravinpal3666 2 года назад
Hello , Thank you for the informative video. When i ran the command "Kubectl get pods" , i am getting the error as "InvalidImageName" My pods are not started yet. Can you help me out?
@DevOpsCoach
@DevOpsCoach 2 года назад
check your K8S manifest file if you are using right image name. image: myacrrepo4321.azurecr.io/akannan1087/springboot-app:#{Build.BuildId}# and also make sure you have added token task in release pipeline
@pravinpal3666
@pravinpal3666 2 года назад
@@DevOpsCoach Hi, Thank you for the reply. Yes i have added correct image name. PFB image: kbcontainer123.azurecr.io/pranjal13579/pranjalpal-repo:#{Build.BuildId}# Also i have used token release too in release pipeline.
@pravinpal3666
@pravinpal3666 2 года назад
Do I need to update the "azure-pipelines.yml" file as per mine naming convention for the practical?
@ravishukla85
@ravishukla85 Год назад
Could you share github link?
@pranavshinde6301
@pranavshinde6301 Год назад
HI.. I followed each and every step.. but still not able to access application... service gets created, as I hit external IP ''20.67.159. ' displaying ...took too long to respond. Any suggestion on this
@DevOpsCoach
@DevOpsCoach Год назад
it takes time to load spring boot app..make sure try again
@pranavshinde6301
@pranavshinde6301 Год назад
@@DevOpsCoach yes, i am refreshing the page but facing issue like 'Gateway timeout'.. any solution on this?
@oguzgungor8040
@oguzgungor8040 8 месяцев назад
did you solve it?
@ballaprasannakumar6470
@ballaprasannakumar6470 2 года назад
make video on helm using aks
@DevOpsCoach
@DevOpsCoach 2 года назад
sure..will do
@DevOpsCoach
@DevOpsCoach Год назад
here it is --> Deploying Apps into AKS cluster using Helm --> ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-TSufDgRBfdg.html
@devopsdude-
@devopsdude- Год назад
thanks
@DevOpsCoach
@DevOpsCoach Год назад
You welcome
Далее
Всегда проверяйте зеркала
0:19
Вложил 500К? Велокурьер?
0:53
Просмотров 313 тыс.