DevOps with GitLab CI Course - Build Pipelines and Deploy to AWS

DevOps with GitLab CI Course - Build Pipelines and Deploy to AWS

freeCodeCamp.org

2 года назад

541,906 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Richard Campbell
Richard Campbell - 02.11.2023 14:32

Thanks for this amazing tutorial, helped me so much.

Ответить
Emmanuel Iwebor
Emmanuel Iwebor - 02.11.2023 13:55

@vdespa
link to your udemy course please

Ответить
Brandon Fernandez
Brandon Fernandez - 01.11.2023 02:01

Thank you so much for this video! Appreciate it!

Ответить
Marrsail Bailey
Marrsail Bailey - 31.10.2023 22:44

Wow amazing! Is there a tutorial on deploying an image to AWS ECS?

Ответить
王江涛
王江涛 - 20.10.2023 05:03

How to create a new AWS Elastic Beanstalk application. There are many differences.

Ответить
two
two - 19.10.2023 02:04

This is good stuff. If you're touched by the topic, a book that expands on it is worthwhile. "AWS Unleashed: Mastering Amazon Web Services for Software Engineers" by Harrison Quill

Ответить
one
one - 18.10.2023 21:48

Invaluable material. If this subject fascinates you, a complementary book would be an excellent choice. "AWS Unleashed: Mastering Amazon Web Services for Software Engineers" by Harrison Quill

Ответить
Alex Smith
Alex Smith - 15.10.2023 00:30

Thanks!

Ответить
Ishaan Kanwar
Ishaan Kanwar - 12.10.2023 09:59

How would we use docker and aws in same job ? I want to build image and push to ECR within same job

Ответить
Phạm Minh Quang
Phạm Minh Quang - 05.10.2023 12:38

the gitlab web ide has changed and it looks more like vscode - i think it is harder to use

Ответить
maxwell mbugua
maxwell mbugua - 29.09.2023 12:56

Amazing job 👏

Ответить
SHUBHAM KUMAR
SHUBHAM KUMAR - 26.09.2023 21:06

best video by far for learning CI CD most precise with clear understanding, Thank you Valentin Despa for creating this.

Ответить
pichai
pichai - 25.09.2023 12:16

please create video for github action and deploy to ubuntu server

Ответить
John olanipekun
John olanipekun - 21.09.2023 10:25

Great course, I was wondering is anyone getting a "denied: requested access to the resource is denied" when pushing the docker image ?

Ответить
Serengety's Son
Serengety's Son - 17.09.2023 02:24

Incredible course. I learned a lot! Thank you so much

Ответить
B.T.B.
B.T.B. - 03.09.2023 16:09

There is also a option in gitlab-ci - only: where you can specify for which branch x-job to run, or you can add multiple branches.

Ответить
Jeff Fox
Jeff Fox - 02.09.2023 15:20

Great video so far. I would recommend adding instructions for installing yarn. When I tried `yarn install` `Command 'yarn' not found, but can be installed with: sudo apt install cmdtest` which installs the "wrong" yarn. Also recommend adding link for installing latest nodejs. The one that got installed via `sudo apt install nodejs` was too old. I also had to run `npm install serve -g` to get it to run the `serve -s build` command.

Ответить