Тёмный

Real-time End-to-end DevOps project: Deploying an EKS Cluster with Terraform and Jenkins 

Code with Gauri
Подписаться 5 тыс.
Просмотров 33 тыс.
50% 1

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

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 212   
@light-sg5sl
@light-sg5sl 10 месяцев назад
Mam it takes big heart to share such project for free Truly amazing People are charging crazy for such stuff Thank you for such content! Lots of love❤
@codewithgauri
@codewithgauri 10 месяцев назад
Will keep sharing!😌🙌🏻
@NavinKumar-b9r
@NavinKumar-b9r 6 месяцев назад
Yes. I agree with light. Thanks Madam 🙏
@prp999
@prp999 2 месяца назад
Amazing fantastic project. very well explained in detail Waiting for next exciting project video👋👋👋👋 Khup mast madam.🤘 Keep it up👌
@gurijala1
@gurijala1 4 месяца назад
Awesome content but I have a question(may be dumb 😊). At the end of the video, you were saying when using destroy it would be destroying all the infrastructure. The Jenkins instance on AWS will remain stay. Please confirm.
@codewithgauri
@codewithgauri 4 месяца назад
Yes, it should be destroying only the EKS cluster
@bennyala
@bennyala 20 дней назад
Clear and understandable explanation even for beginners. Subscribed your channel. Please create more devops related videos, Maam👍
@basavaraj-y4y
@basavaraj-y4y 7 месяцев назад
hi , at the last step I am getting error I am not able to deploy the application getting below error + kubectl apply -f deployment.yaml error: You must be logged in to the server (the server has asked for the client to provide credentials)
@codewithgauri
@codewithgauri 7 месяцев назад
this error can occur when you created the cluster with the Root and try to access it with a IAM user
@NavinKumar-b9r
@NavinKumar-b9r 6 месяцев назад
Thanks for this video 🙏Madam. Actually, I was looking for ECS & EKS. I find more on ECS in youtube Wanted to know the difference of ECS & EKS... suppose if I write separate K8s deployments.yaml & services.yaml can I place them in EKS?..if so, how? Suggestions: @34:48 egress_with_cidr_blocks 👉 will be more helpful if explained why 0 for from & to ports -1 to protocols etc @1:00:30 why the subnet range was changed to 192.168 (private subnet? and public subnet has to start with 10.***) @1:36:00 Thanks 🙏 for the choice (I was not aware of this, always till these days (2yrs) I will be using copy the pipeline) @1:47:00 You were providing the aws eks update-kubeconfig --name my-eks-cluster 👉 what is the purpose of this?
@GreyMostly
@GreyMostly 2 месяца назад
question: 1. how did the data/jenkins set-up restore when you changed the instance type to t2.medium? it should initilaze from the start right?
@biswajitsutar6318
@biswajitsutar6318 5 месяцев назад
Hi @gauri, Thank you so much for the detailed video. I have gone through so many videos, and courses before but no one explained this much in detail. I have one doubt though, can you please help me understand the private_subnet tag you have added for what reason.
@aadhyatmikavedika531
@aadhyatmikavedika531 22 дня назад
Fantastic explanation gauri. You are a charm.. keep it up. Love the way you teach
@pandiansundaramoorthy4358
@pandiansundaramoorthy4358 3 месяца назад
Thanks Gauri. For you huge effort. I am getting error as Error: ceating IAM Role(node-eks-node-group-some numbers): Operation error IAM: CreateRole, https response error StatusCode: 403 (501: resource "aws_iam_role" "this" {, when I try to do terraform apply command to EKS folder. So please tell how to resolve this error. Thanks
@codewithgauri
@codewithgauri 3 месяца назад
You need to check the policy attached to your node. It should allow to create role. Please refer the link below: stackoverflow.com/questions/70953798/iamcreaterole-access-denied-for-assumed-role
@hanusaman
@hanusaman 8 месяцев назад
Its a very rare demo video on terraform-eks-Jenkins-pipeline. Very well explained in details. thanks for making this video Gauri
@codewithgauri
@codewithgauri 8 месяцев назад
Thanks 🙏🏻
@VENKATESHBOJJA-f7e
@VENKATESHBOJJA-f7e 5 месяцев назад
hi madam ,when i will trigger the jenkins job as you exaplained I am getting error like this "+ kubectl apply -f deployment.yml error: You must be logged in to the server (the server has asked for the client to provide credentials)" can you help me this
@Zarzar12345
@Zarzar12345 2 месяца назад
i have the same issue. Do you know how to fix it?
@amandewani8391
@amandewani8391 8 дней назад
Mam i have a internship interview at redhat for devops role after few … so this project is enough to showcase there … and give some tips to clear the interview thanks
@codewithgauri
@codewithgauri 8 дней назад
Only this project won't be enough because this will only show that you know terraform and AWS. You need to showcase projects where multiple tools are used
@shreykejriwal
@shreykejriwal 12 дней назад
How you are able to draw with proper handwriting. Also the video was vvvv helpful
@codewithgauri
@codewithgauri 8 дней назад
Thank you so much 😀
@nagavenkataprasad1863
@nagavenkataprasad1863 2 месяца назад
Same project also explained by another youtuber. I think Train with Shudham
@codewithgauri
@codewithgauri 2 месяца назад
May be
@akashkumarpradhan5281
@akashkumarpradhan5281 5 месяцев назад
Hi @codewithgauri , You have used two vpc cidr ranges. Jenkins is one vpc and eks is in another. How the jenkins is able to access eks vpc without any peering?
@codewithgauri
@codewithgauri 5 месяцев назад
Jenkins is not always located in the same VPC as that of EKS. You must have noticed that the Jenkins might be local and still we can deploy changes to the AWS using AWS Credentials. We are not connecting them here.
@003shamshuddin
@003shamshuddin 10 месяцев назад
i have gone through multiple tutorials for eks setup with terraform and only you have executed code from the scratch for the most people it was already written and they just give us a walk through thank you gauri :)
@codewithgauri
@codewithgauri 10 месяцев назад
Glad to hear!😄
@deva6368
@deva6368 6 месяцев назад
Not able to create the EKS ,Its saying its creating but not creating and getting the message like creating , do we have anything to change instance type or EKS version?
@codewithgauri
@codewithgauri 5 месяцев назад
I need details
@srivijayalakshmi7962
@srivijayalakshmi7962 7 месяцев назад
Error: fetching Availability Zones: AuthFailure: AWS was not able to validate the provided access credentials │ status code: 401, request id: 28f92071-4f6c-4f3b-8975-3ea12da91db5 │ │ with data.aws_availability_zones.azs, │ on data.tf line 1, in data "aws_availability_zones" "azs": │ 1: data "aws_availability_zones" "azs" {} mam i am face this error
@codewithgauri
@codewithgauri 7 месяцев назад
Please check if you're using the right keys!
@benjakuneepong
@benjakuneepong 4 месяца назад
i have error when i create pipeline configuring Terraform AWS Provider: failed to get shared config profile
@codewithgauri
@codewithgauri 4 месяца назад
Can you please share your error
@patorikusutaru7483
@patorikusutaru7483 2 месяца назад
it would be great if we can also deploy the jenkins on EKS instead EC2
@codewithgauri
@codewithgauri Месяц назад
Sure.
@Learner-hg4hj
@Learner-hg4hj 11 месяцев назад
Madam ! Appreciate all your strenuous efforts !! GOD Bless you !!
@codewithgauri
@codewithgauri 11 месяцев назад
Thank you...means a lot! 🙏🏻
@sitanshumishra7854
@sitanshumishra7854 7 месяцев назад
Please make videos regularly on terraform and aws
@codingwallah6978
@codingwallah6978 7 месяцев назад
hey tm ye project kr liye kya
@travelwithdiva
@travelwithdiva 3 месяца назад
Nice one. Do we have to run this pipeline again and again if we want to make some changes like a diff version of the pod image or so, or create a separate pipeline that will deploy only the changes in the same eks cluster or the eks cluster will recreate using your pipeline and redeploy everything. What will be downtown in that case?
@codewithgauri
@codewithgauri 3 месяца назад
I think you don't need to create another pipeline everytime. If you have checked the poll SCM for the Jenkins pipeline then it will automatically trigger the pipeline for a different version.
@travelwithdiva
@travelwithdiva 3 месяца назад
@@codewithgauri Thank you 🙂
@pintu_patra
@pintu_patra 5 месяцев назад
hy gauri 5 month you not upload single content
@codewithgauri
@codewithgauri 5 месяцев назад
Apologies. Video coming soon!
@MARKANDEYAJAKKA-o4w
@MARKANDEYAJAKKA-o4w 6 месяцев назад
│ Error: Your query returned no results. Please change your search criteria and try again. │ │ with data.aws_ami.ubuntu, │ on data.tf line 1, in data "aws_ami" "ubuntu": │ 1: data "aws_ami" "ubuntu" { │ Iam getting this error, i have tried many ways, getting same pls help on this...
@codewithgauri
@codewithgauri 6 месяцев назад
Please share the entire data block
@kundankumar-qd8jr
@kundankumar-qd8jr 3 месяца назад
how to create ami name filter can you please give me a brief idea.
@codewithgauri
@codewithgauri 3 месяца назад
Can you please give the details. What exactly do you want?
@dhirajprasad1685
@dhirajprasad1685 6 месяцев назад
font size is too small, by the way superv content 💥
@codewithgauri
@codewithgauri 6 месяцев назад
Will consider working on it...Thanks for the feedback!
@satishpkumar7
@satishpkumar7 5 дней назад
EKS - "Excellent Kubernetes Stuff" 😊 👏🙏
@codewithgauri
@codewithgauri 5 дней назад
Haha thanks!
@rehantayyab82
@rehantayyab82 11 месяцев назад
one thing more i would like to request is that it will be more beneficial if u add timestamp in coming videos ..... thanks
@codewithgauri
@codewithgauri 11 месяцев назад
Noted
@TikTokTrendsCompilation
@TikTokTrendsCompilation 11 месяцев назад
Agreed. Please add this in this video and all the future videos
@Real_Nature_shorts222
@Real_Nature_shorts222 Месяц назад
WOW NICE EXPLANATION🙂🙂 @ Code with Gauri Finally, you did it with your hard work and dedication😊
@GODS__EYE
@GODS__EYE Месяц назад
hi, can you just help me my resources are not getting created and vpc has created in was console but with different cidr and it doesn't have name can you please explain this
@codewithgauri
@codewithgauri Месяц назад
It will be created with the desired CIDR. It doesn't have a name because you must have not defined it in the Tags{} block
@GODS__EYE
@GODS__EYE Месяц назад
@@codewithgauri I did what you have but still, my resources is not getting created
@codewithgauri
@codewithgauri Месяц назад
Can you share your code with me?
@iamkonick
@iamkonick 7 месяцев назад
This is so awesome, Excellent explanation. I was thinking how can I deploy one real world application with database in two different eks cluster, one for production and one for staging/development from another repositories two branches with main and release, using dockerized images of the app which is pushed to ECR.
@prezlamen
@prezlamen 5 месяцев назад
Font size is to small I can`t see,change DPI zoom level and increase font size
@codewithgauri
@codewithgauri 5 месяцев назад
Sure, we will make sure that we zoom it in future. Thanks for the feedback.
@tanayabanerjee2380
@tanayabanerjee2380 6 месяцев назад
Hi Gauri, Can you please update the github link ??its not working
@codewithgauri
@codewithgauri 6 месяцев назад
Can you check it now please?
@tanayabanerjee2380
@tanayabanerjee2380 6 месяцев назад
@@codewithgauri no it's still page not found showing....
@goussayyad7505
@goussayyad7505 10 месяцев назад
Really appreciate your efforts towards cloud computing. Keep inspiring 😊😊
@codewithgauri
@codewithgauri 9 месяцев назад
Thankss🙏🏻
@shrikantdesai6973
@shrikantdesai6973 6 месяцев назад
Please make video on how to monitor whole project with help of Cloudwatch
@codewithgauri
@codewithgauri 6 месяцев назад
Sure can we please connect on LinkedIn?
@shrikantdesai6973
@shrikantdesai6973 6 месяцев назад
@@codewithgauri ya sure
@adesojialu1051
@adesojialu1051 8 месяцев назад
thanks namatse, so i will i deploy an angular frontend and java backend using this approach? do i need to add nginx, docker? @codewithgauri
@codewithgauri
@codewithgauri 8 месяцев назад
First of all...you can't use the same approach to deploy an application. For that you won't be making use of Terraform. In case if you want to deploy an application on docker, then you would have to create the image for your application.
@My_RocK_WorlD
@My_RocK_WorlD 4 месяца назад
Hi mam I'm getting an error when I execute the terraform plan and I'm also I cloned your repository and am still getting an error 30:00 recording time
@My_RocK_WorlD
@My_RocK_WorlD 4 месяца назад
I'm very interested in practicing but getting an error 😔 could help me last project also getting error I never go forward.....
@codewithgauri
@codewithgauri 4 месяца назад
Can you please share your error?
@My_RocK_WorlD
@My_RocK_WorlD 4 месяца назад
@@codewithgauri thanks for responding see the error i ran all the steps as it $ terraform plan var.public_subnets subnets CIDR Enter a value: 10.0.1.0/24 var.vpc_cidr vpc Cidr Enter a value: 10.0.0.0/16 ╷ │ Error: Invalid number literal │ │ on line 1: │ (source code not available) │ │ Failed to recognize the value of this number literal. ╵ ╷ │ Error: No value for required variable │ │ on variable.tf line 7: │ 7: variable "public_subnets" { │ │ The root module input variable "public_subnets" is not set, and has no │ default value. Use a -var or -var-file command line argument to provide a │ value for this variable.
@michaelschwartz1878
@michaelschwartz1878 Месяц назад
Thanks!
@nagavenkataprasad1863
@nagavenkataprasad1863 2 месяца назад
Good to see such projects. kudos to your effort. Expecting some more real time projects.
@HALASWAMYMH
@HALASWAMYMH 4 месяца назад
Thank you very much mam, it's a great video with good explanation.
@SurajM-qs3wx
@SurajM-qs3wx 8 месяцев назад
Thats Awesome !! Gauri ,Khup Chan
@codewithgauri
@codewithgauri 8 месяцев назад
Thanks!🙏🏻
@friendsfandom
@friendsfandom 2 месяца назад
this was really amazing, keep up the good work👏🙌
@anujgupta4034
@anujgupta4034 7 месяцев назад
@Gauri - Getting this error when we deploy the service kubectl apply -f deployment.yaml error: You must be logged in to the server (the server has asked for the client to provide credentials)
@codewithgauri
@codewithgauri 7 месяцев назад
Your user must have the EKS policy attached
@anilkommalapati6248
@anilkommalapati6248 9 месяцев назад
Much obliged. What a beautiful and valuable DevOps project you have made. I am so grateful for your making such a worthy video. I learned a lot in this two-hour session. Now I am more confident. Just a small query please: Q.) Correct me if I am wrong, While creating the EKS cluster I believe we need to attach a EKS Cluster Role(EKS/EC2 role with some permissions/policy) seems this step not there but still worked. Could you please clear my doubt? Once again thank you for your time and god bless you by hiking your salary 🙂
@codewithgauri
@codewithgauri 9 месяцев назад
Thanks a lot....Speaking about your doubt, this role was created by the terraform module of an EKS so we don't need to explicitly create it.
@shahzadhussain78692
@shahzadhussain78692 8 месяцев назад
This is really very very intresting, can you please make a video on ECS USING JENKINS TERRAFORM AND CI/CD
@codewithgauri
@codewithgauri 8 месяцев назад
Sure
@ChakrapaniChippakurthi
@ChakrapaniChippakurthi 6 месяцев назад
hi ...ur git hub link is not working ...can u please check it
@codewithgauri
@codewithgauri 6 месяцев назад
Can you please check it now?
@ChakrapaniChippakurthi
@ChakrapaniChippakurthi 6 месяцев назад
yeah its working now ..thank u gauri ji @@codewithgauri
@ChakrapaniChippakurthi
@ChakrapaniChippakurthi 6 месяцев назад
and also can u PLEASE GUIDE how to deploy Google micro services demo through jenkins and deploying on eks...
@nntun03
@nntun03 9 месяцев назад
wow! this is so fantastic Gauri...I was looking for individual projects and trying so hard to stitch them together and you came along! thank you so much...so many new techniques too...especially tags..and using TF modules..
@codewithgauri
@codewithgauri 9 месяцев назад
My pleasure 😊
@bepositive108
@bepositive108 5 месяцев назад
Thanks Gauri, a huge effort has been made for us. Subscribed.
@Alice-hh5zj
@Alice-hh5zj 5 месяцев назад
thank you so much Gauri for sharing this project walkthrough! I found it very helpful. It would be even greater if you could include the application source code part in the current pipeline, like auto-trigger a new image build upon commits, and then use that image in the application deployment stage.
@codewithgauri
@codewithgauri 5 месяцев назад
Good insight. We would be coming to application deployment as well...Since working with Terraform I considered creating video on the same for now. Thanks!
@ayodejiomosowon
@ayodejiomosowon 10 месяцев назад
Hi , I do terraform init but have issue with the s3 bucket!!! Should I name my s3 same with yours? Appreciate your response
@codewithgauri
@codewithgauri 10 месяцев назад
Can you please share your error?
@shrikantdesai6973
@shrikantdesai6973 6 месяцев назад
please do Devsecops project
@codewithgauri
@codewithgauri 5 месяцев назад
Sure
@light-sg5sl
@light-sg5sl 9 месяцев назад
Hello mam, I am trying to install argocd on eks using helm chart through terraform only and trying to automate using Jenkins Can you please guide little bit on it or can you please upload video for the same Or steps after cluster creation. Thank you.
@codewithgauri
@codewithgauri 9 месяцев назад
Sure in few days we will
@shrikantdesai6973
@shrikantdesai6973 6 месяцев назад
your git hub account showing error 404
@codewithgauri
@codewithgauri 6 месяцев назад
Problem solved you can check now 🙏
@shrikantdesai6973
@shrikantdesai6973 6 месяцев назад
@@codewithgauri thanks
@hydro6527
@hydro6527 7 месяцев назад
Hello Gouri,thanks a lot for the terraform videos.could you please do more videos on ansible and yaml with projects like terraform
@codewithgauri
@codewithgauri 7 месяцев назад
Yes, sure
@ervispojana118
@ervispojana118 8 месяцев назад
Thank you very much for this project.. I would appreciate more details during the video :) . Keep going like that!!
@codewithgauri
@codewithgauri 8 месяцев назад
Sure definitely will try to explain in a more detailed way!
@abuzar_khan_1
@abuzar_khan_1 11 месяцев назад
Mam This was awesome. Can you please make tutorials on docker jenkins? if you can please do that it will be very helpful. thank You
@codewithgauri
@codewithgauri 11 месяцев назад
You're welcome....sure we'll definitely make one video on it
@aarvi3500
@aarvi3500 6 месяцев назад
Thank You for Providing this valuable content. this is really helpfull.
@codewithgauri
@codewithgauri 5 месяцев назад
Glad it was helpful!
@gurdit11
@gurdit11 4 месяца назад
Great video. Thank you
@mohdkamran1397
@mohdkamran1397 10 месяцев назад
when I am using your github link, It is showing only terraform-jenkins-eks not others
@codewithgauri
@codewithgauri 10 месяцев назад
Yes because I have only provided the link for "terraform-jenkins-eks" repository
@ajitdalvi596
@ajitdalvi596 5 месяцев назад
Best on terraform
@codewithgauri
@codewithgauri 5 месяцев назад
Thanks!
@ibmuser13
@ibmuser13 7 месяцев назад
Thanks very much Gauri! Very helpful tutorial. Thank you for your selfless service, May God bless you! I had one question - I see you used terraform public modules .. Can we always use public modules or should we write custom modules as well? I mean, can most of our use cases be accomplished using public modules? Please shed some light on this. Thanks again!
@codewithgauri
@codewithgauri 7 месяцев назад
Glad you found the video useful. The thing is that it depends on the customer requirement. If the public modules can satisfy the needs then there's no harm in using them. But if you want more customisations in the module, then you can create your own.
@ibmuser13
@ibmuser13 7 месяцев назад
@@codewithgauri Understood! Thank you!
@karthiknangunuri8643
@karthiknangunuri8643 11 месяцев назад
Very nice content. Can you do few videos on real-time troubleshooting scenarios in Devops that will be a great help.
@codewithgauri
@codewithgauri 11 месяцев назад
Suree
@codingman8056
@codingman8056 8 месяцев назад
Really appreciating your work, keep going, subscribing channel
@codewithgauri
@codewithgauri 8 месяцев назад
Thanks!🙏🏻
@sambavarma
@sambavarma 8 месяцев назад
Thanks Gauri for sharing the valuable content. subscribed to your channel.
@codewithgauri
@codewithgauri 8 месяцев назад
Welcome!
@sohampawaskar9335
@sohampawaskar9335 5 месяцев назад
Great video!! Really appreciate it 💪🏼💪🏼
@shivmodi2040
@shivmodi2040 9 месяцев назад
Amazing project! Your EKS Cluster deployment using Terraform and Jenkins is incredibly insightful. Thank you for sharing this invaluable knowledge!
@codewithgauri
@codewithgauri 9 месяцев назад
Glad it was helpful!
@hakeemmahammad-u8l
@hakeemmahammad-u8l 5 месяцев назад
Awesome Gaurav thank you giving this project
@codewithgauri
@codewithgauri 5 месяцев назад
It's okay but my name is Gauri 😅
@shadhashmi3714
@shadhashmi3714 11 месяцев назад
Nice content 🎉 keep doing this heart for u 💔
@sajiyasalat
@sajiyasalat 10 месяцев назад
20:50 Can I know from where did you get this ami-id.
@codewithgauri
@codewithgauri 10 месяцев назад
From the AWS console
@Sports-Ulagam
@Sports-Ulagam 8 месяцев назад
Thanks for this Video, I have some understanding of the concepts now.
@codewithgauri
@codewithgauri 8 месяцев назад
Great!
@kaustubhpatil1260
@kaustubhpatil1260 11 месяцев назад
Very Nice Explanation of the whole process thanks for sharing such a good content .
@codewithgauri
@codewithgauri 9 месяцев назад
My pleasure
@003shamshuddin
@003shamshuddin 10 месяцев назад
can you please share some resources which helped you for terraform associate cert?
@codewithgauri
@codewithgauri 10 месяцев назад
Sure will make a video on it
@bizzie14
@bizzie14 8 месяцев назад
Thanks for this great tutorial. I keep getting this error: + kubectl apply -f deployment.yaml error: You must be logged in to the server (the server has asked for the client to provide credentials). I do not know what could be the problem. Any pointers? I am logged in as root on aws and I also noticed an IAM role was created automatically.
@codewithgauri
@codewithgauri 8 месяцев назад
Have you updated your kubeconfig?
@bizzie14
@bizzie14 7 месяцев назад
Thanks for the reply. I was able to resolve it by attaching EKS policies to the root user.
@kbadarla
@kbadarla 7 месяцев назад
Hi @codewithgauri, I've followed exact steps including updating kubeconfig, but I keep getting error "You must be logged in to the server (the server has asked for the client to provide credentials)" while running deployment. Added EKS Cluster policy role as well. But nothing worked. Please share your thoughts.
@giteshghure212
@giteshghure212 6 месяцев назад
Awesome Project Thank you So Much
@asif4world
@asif4world 10 месяцев назад
Thanks a lot for sharing, it's a great video with good explanation.
@codewithgauri
@codewithgauri 9 месяцев назад
Glad it was helpful!
@practicaldeen5333
@practicaldeen5333 7 месяцев назад
Miss, I really appreciate all your efforts. New Sub!
@codewithgauri
@codewithgauri 7 месяцев назад
I appreciate that!
@Raju-yz1gt
@Raju-yz1gt 6 месяцев назад
Hi Mam Please continue doing projects related to devops, we are eagerly waiting for new things.
@codewithgauri
@codewithgauri 6 месяцев назад
Sure working on it 👍🏻
@Ravikumar-xb7io
@Ravikumar-xb7io 6 месяцев назад
Thank you mam
@PadmavathiK-x5e
@PadmavathiK-x5e 11 месяцев назад
Thanks for uploading these valuable contents
@codewithgauri
@codewithgauri 11 месяцев назад
It's my pleasure
@travelwithdiva
@travelwithdiva 3 месяца назад
Such a great informative video, excellent
@codewithgauri
@codewithgauri 3 месяца назад
Glad you found it useful
@ashutoshsahu9521
@ashutoshsahu9521 11 месяцев назад
Hi I am getting an error while running Terraform validate. "Terraform provider plugin crashed" the tf cmd is running fine in local
@sayantansamanta7746
@sayantansamanta7746 11 месяцев назад
Hi, was having the same issue But most probably the problem is Memory issue. Use t2.small or any other instance type instead of t2.micro for the jenkins-server It solved my issue Hope this helps.😊
@ashutoshsahu9521
@ashutoshsahu9521 10 месяцев назад
Thanks @@sayantansamanta7746 the issue got resolved. my pipelines are getting successful but the nginix deployment step is getting finished in 6sec and the load balancer is not getting created any idea on this
@venkateshd1208
@venkateshd1208 11 месяцев назад
Thanks for your effort. It's helpful Gauri
@light-sg5sl
@light-sg5sl 10 месяцев назад
Mam can you please clarify how we taking input and output juz little bit idea? It's confusing
@codewithgauri
@codewithgauri 10 месяцев назад
You mean for the modules?
@light-sg5sl
@light-sg5sl 10 месяцев назад
Yes for modules
@codewithgauri
@codewithgauri 10 месяцев назад
See input is something you need to pass to the module and output is something that is returned by the module
@light-sg5sl
@light-sg5sl 10 месяцев назад
@@codewithgauri thank you mam.
@lmduc_devops
@lmduc_devops 2 месяца назад
amazing
@light-sg5sl
@light-sg5sl 10 месяцев назад
Mam do we use existing module in real time Or only custom module?
@codewithgauri
@codewithgauri 10 месяцев назад
Hello...Actually speaking we can use both the modules depending on the client's requirement
@light-sg5sl
@light-sg5sl 10 месяцев назад
@@codewithgauri oky thanq
@daysbeforejudgementday3493
@daysbeforejudgementday3493 4 месяца назад
Thanks
@shrikantdeshpande6842
@shrikantdeshpande6842 11 месяцев назад
Gouri. Best demonstration....keep it up
@codewithgauri
@codewithgauri 11 месяцев назад
Thankss!
@theinteger
@theinteger 11 месяцев назад
add "Project" in your video title
@codewithgauri
@codewithgauri 11 месяцев назад
Sure
@rehantayyab82
@rehantayyab82 11 месяцев назад
what is SCM poll u told in video ?
@codewithgauri
@codewithgauri 11 месяцев назад
Sorry I forgot to mention, the SCM Poll is basically used to check the updates in the git repo...if there are any changes then it triggers the Jenkins pipeline. And in this case we used * * * * * which means we are going to check it after every minute
@yogesh.bhosale_patil
@yogesh.bhosale_patil 11 месяцев назад
Great Content, thank you !!😃
@padmakumbha5344
@padmakumbha5344 11 месяцев назад
Hi, for me it create 11 resources instead of 55 resources as you shown in the video please suggest how to verify
@codewithgauri
@codewithgauri 11 месяцев назад
Which code are you referring?
@padmakumbha5344
@padmakumbha5344 11 месяцев назад
Thank you for reply
@padmakumbha5344
@padmakumbha5344 11 месяцев назад
I have copied and referenced the same code you put in github
@padmakumbha5344
@padmakumbha5344 11 месяцев назад
In jenkins pipeline, terraform plan it shows 55 resources
@padmakumbha5344
@padmakumbha5344 11 месяцев назад
But build Terraform apply it created 11 resources
@rehantayyab82
@rehantayyab82 11 месяцев назад
plz can u share jenkins pipeline script ?
@codewithgauri
@codewithgauri 11 месяцев назад
Sure
@codewithgauri
@codewithgauri 11 месяцев назад
github.com/gauri17-pro/terraform-jenkins-eks/blob/main/Jenkinsfile
@midhilajka4222
@midhilajka4222 7 месяцев назад
best video👌👌
@codewithgauri
@codewithgauri 7 месяцев назад
Thank you so much 😀
@kumudchandra7635
@kumudchandra7635 10 месяцев назад
Awesome project
@codewithgauri
@codewithgauri 10 месяцев назад
Thank you
@RaziqueAnsari2009
@RaziqueAnsari2009 11 месяцев назад
Good one...
@codewithgauri
@codewithgauri 11 месяцев назад
Thanks!
@vetriselvaraj
@vetriselvaraj 9 месяцев назад
Excellent one !!!
@codewithgauri
@codewithgauri 9 месяцев назад
Thank you! Cheers!
@padmakumbha5344
@padmakumbha5344 11 месяцев назад
What policies do you add in IAM section, pl reply me
@codewithgauri
@codewithgauri 11 месяцев назад
You can add AmazonEKSClusterPolicy
@padmakumbha5344
@padmakumbha5344 11 месяцев назад
​@@codewithgaurithank you
@rehantayyab82
@rehantayyab82 11 месяцев назад
I was waiting for this content , already wrote my terraform code for eks , will deploy that through Jenkins Great Gauri , thanks
@OnCloudNine-wv9kv
@OnCloudNine-wv9kv 11 месяцев назад
Watching this video was like finding the DevOps genie in a bottle! 🧞‍♂ The EKS cluster just popped out effortlessly. Thanks for the tutorial!!
@codewithgauri
@codewithgauri 11 месяцев назад
Haha nice...glad that it was useful!☺️
Далее
Witch changes monster hair color 👻🤣 #shorts
00:51
11 ming dollarlik uzum
00:43
Просмотров 807 тыс.
Шоколадная девочка
00:23
Просмотров 129 тыс.
Environment Management with Terraform Workspaces
38:49
Просмотров 4,5 тыс.
Witch changes monster hair color 👻🤣 #shorts
00:51