Тёмный

End-to-End DevOps CI/CD Project - Terraform on AWS, Jenkins, Maven, Ansible, Kubernetes | Merciboi 

Chukwudinma Ikechukwu Akabuogu
Подписаться 1,2 тыс.
Просмотров 26 тыс.
50% 1

This video demonstration covers the building and deployment of a Java Web Application using various DevOps tools and technologies, such as:
* Git - Version Control System
* GitHub - Source Code Manager
* Terraform - Infrastructure-as-Code
* Jenkins - CI/CD Tool
* Maven - Java Build Tool
* Ansible - Configuration Management and Deployment
* Docker - Image Containerization Tool
* Kubernetes - Container Orchestration Tool
* Amazon Web Services - Cloud Platform
It shows the basic installations and configuration required for these tools and technologies to work effectively in an end-to-end DevOps Automation Process.
Resources:
github.com/Din...
Connect with me:
Merciboi Systems Solutions,
Canada
Websites: www.merciboi.com, www.merciboi.ca
LinkedIn: www.linkedin.com/in/dinmamerciboi
GitHub: github.com/Din...
Facebook: / merciboisystemssolutions
Email Addresses: info@merciboi.com, dinma4merciboi@gmail.com
Register for our six-month Intensive Online DevOps Masterclass - highly flexible and personalized. For details, visit www.merciboi.com/training, or email us at info@merciboi.com.
To register, email us at register@merciboi.com
#cicd #jenkinstutorial #ansibletraining #kubernetesjenkins #kubernetes #awsdevops #terraform #merciboi #ansibletutorial #terraformtutorial #devops #devopsproject

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

 

16 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@TahminakhanomKony
@TahminakhanomKony 3 месяца назад
Great video !! I was looking for a complete project to understand the CI/CD flows with all the tools. Thanks for ur complete video.[note: this video is not for beginners]
@user-qy9hz6sy2t
@user-qy9hz6sy2t 8 месяцев назад
Thanks for this video with love from India learnt a lot
@ShaikhOmerAlmas
@ShaikhOmerAlmas 10 месяцев назад
Excellent Video, We need people like you
@user-qv4hw8xd3w
@user-qv4hw8xd3w 4 месяца назад
when i'm watching your vedio, i'm very impressed.keep going thanks alot
@devolajide
@devolajide 8 месяцев назад
Thank you Mr Chukwudinma. Hopefully you will release complete DevOps course on your channel for beginner to advance. I am a backend engineer and I want to learn DevOps.
@bannu7135
@bannu7135 10 месяцев назад
Excellent video pls do one realtime AWS terraform infrastructure video aswell
@chukwudinmaikechukwuakabuo3699
@chukwudinmaikechukwuakabuo3699 9 месяцев назад
Being considered!
@emerjay348
@emerjay348 Месяц назад
Great tutorial man, much appreciated
@swa1211
@swa1211 6 месяцев назад
excellent mate , thanks
@lilj1702
@lilj1702 9 месяцев назад
Awesome video
@aamirimran9373
@aamirimran9373 7 месяцев назад
Thank you 🙏
@TheXraften
@TheXraften 7 месяцев назад
Hello, great video! Should we use configuration of .tf as the github or as the video shown ? (since they are a bit different)
@SudoTalon
@SudoTalon Месяц назад
You are great man
@NamLe-fl4sz
@NamLe-fl4sz 4 месяца назад
From Viet Nam. Thanks
@hamedelghoul7293
@hamedelghoul7293 5 месяцев назад
Hi, I was just trying to implement your project, but I am struck in the middle at step-10. When I build the test, I have integrated ansible with jenkins, my build is successful but the (.war) file is not transferred to /opt/docker. I have checked all the possibilities but no luck. Can you please guide me through that? Thank you
@anhhaonguyen3860
@anhhaonguyen3860 2 месяца назад
I configured jenkins above but I don't see the webapp file in /opt/docker in the ansible server
@badmusabdullahi4651
@badmusabdullahi4651 4 месяца назад
awesome video. Please which port you open for your terraform-server?
@ayencoscolfield3312
@ayencoscolfield3312 4 месяца назад
thanks awesome
@tjhsiao06
@tjhsiao06 9 месяцев назад
GREAT Hand-on Tutorial. May I ask why we are not using Terraform AWS Provider Version 5.x?
@chukwudinmaikechukwuakabuo3699
@chukwudinmaikechukwuakabuo3699 9 месяцев назад
Version 5 is relatively new. You may try it out and let me know the outcome. However, one of the principles of Infrastructure as Code is building terraform modules based on versions. Whichever version, preferably among the newer versions, that works for your module could be maintained as long as the features are preserved. This is because you may introduce a new higher version and it crashes your code for some reasons. However, modules are revised and reviewed in the development stage to consider all of these. I hope it makes sense.
@thestand.letschat9940
@thestand.letschat9940 8 месяцев назад
Is there a reason you didn’t create a Jenkins server and install terraform in your use data instead of creating a terraform instance ?
@donpasscal
@donpasscal 5 месяцев назад
Nice video i really did learn alot. I noticed that the script for creating the dynamodb table is missing in github. Could that be added.!
@nftguy5981
@nftguy5981 8 месяцев назад
Quick question (newbie here). Is there a reason why you are not using vs code as the code editor?
@user-qy9hz6sy2t
@user-qy9hz6sy2t 8 месяцев назад
Hi NewBie, Welcome to DevOps. With Love from India. It's our choice to use any tool that helps to complete the job fast. If you are good enough in remembering the methods/functions/parameters then you can use notepad too. I use VS Code.
@ezennaemeka5953
@ezennaemeka5953 9 месяцев назад
Hi!. A devOps newbie asking. Why did you use terraform to create an ec-2 instance for Jenkins, instead of just doing it in the aws console ?
@ShripadShet-k4x
@ShripadShet-k4x 9 месяцев назад
imagine if you want to create 10000000000000000000000 ec-2 instance what would you use
@chukwudinmaikechukwuakabuo3699
@chukwudinmaikechukwuakabuo3699 9 месяцев назад
Also, for the consistency of our infrastructure across board. That's the advantage of Infrastructure as Code - consistency, reliability, reusability of code, security and documentation.
@Mrslykid1992
@Mrslykid1992 9 месяцев назад
Try to stay away from the console at first and use terraform. Imagine, doing this for separate envs. You dont want to be using the console its very manual and prone to human error.
@devolajide
@devolajide 8 месяцев назад
@ezennaemeka5953, what course do recommend to learn devops?
@ezennaemeka5953
@ezennaemeka5953 8 месяцев назад
@@Mrslykid1992 Yeahh, I had to look up and study terraform few days ago, I prefer using it to the aws console
@user-qy9hz6sy2t
@user-qy9hz6sy2t 8 месяцев назад
With Love from India. Thanks for this video. @7:46 you open a tool to test the connectivity of the created AWS Instance. Requesting you spell the tool name please. Thanks
@nnaemekaokpalaugo-oo6qp
@nnaemekaokpalaugo-oo6qp 3 месяца назад
I think Ansible as a configuration tool wasn't used correctly here
@obulnaiduganaparty239
@obulnaiduganaparty239 7 месяцев назад
can i put this for resume
@hemanthvenkatasrivillibhut6500
@hemanthvenkatasrivillibhut6500 8 месяцев назад
Hi, I was just trying to implement your project, but I am struck in the middle at step-10. When I build the test, I have integrated ansible with jenkins, my build is successful but the (.war) file is not transferred to /opt/docker. I have checked all the possibilities but no luck. Can you please guide me through that? Thank you
@hamedelghoul7293
@hamedelghoul7293 5 месяцев назад
hi the same thing happened to me can you tell m if you found the solution? thank you
Далее
УГОСТИЛ БЕЛКУ МОРОЖЕНЫМ#cat #cats
00:14
Семья с двойным дном. Рассказ
2:45:06
How to design a Deployment Pipeline (GitOps)
11:01
Просмотров 36 тыс.
УГОСТИЛ БЕЛКУ МОРОЖЕНЫМ#cat #cats
00:14