GitLab CI CD Tutorial for Beginners [Crash Course]

Поделиться
HTML-код
  • Опубликовано: 1 июн 2024
  • Learn GitLab CI/CD by building a complete CICD pipeline for a python demo project | with Docker
    🧡 GitLab Course with Kubernetes, Microservices, Multi-Stage: bit.ly/3MqmVlr
    💚 Become a DevOps Engineer - 6-month program: bit.ly/3BQ6j1v
    #gitlab #gitlabcicd #techworldwithnana
    ► This course is sponsored by Twingate 🙌🏼, a modern alternative to VPN
    ► If you want to try it, check out their special offer for my viewers by using the code "NANA": lp.twingate.com/NANA
    ▬▬▬▬▬▬ What you’ll learn in 1 Hour ✅ ▬▬▬▬▬▬
    ► What GitLab CI/CD is
    ► GitLab compared to other CI/CD platforms
    ► Overview of GitLab Architecture
    ► Build a full GitLab CI/CD pipeline for a python app that
    - executes tests,
    - builds a Docker image,
    - pushes to a private Docker repository and
    - deploys the app to a remote server on DigitalOcean
    ► Learn GitLab Basic Concepts on the way:
    - Pipeline, Jobs,
    - Stages
    - GitLab Runners and Executors
    - Variables (Variable and File Type)
    - Docker in Docker
    ▬▬▬▬▬▬ R E F E R E N C E S 🔗▬▬▬▬▬▬
    ► Git repo we build the CI/CD pipeline for: gitlab.com/nanuchi/gitlab-cic...
    ► Original forked python demo app: github.com/benc-uk/python-dem...
    ► Docker in Docker Image: hub.docker.com/_/docker
    ► Docker in Docker Gitlab Docs: docs.gitlab.com/ee/ci/docker/...
    ► Install Python and Pip: www.python.org/downloads/
    ▬▬▬▬▬▬ Course Pre-Requisites ▬▬▬▬▬▬
    💡 Docker - learn here: ► • Docker Tutorial for Be...
    💡 YAML - learn here: ► • Yaml Tutorial | Learn ...
    💡 Basics of Git
    ▬▬▬▬▬▬ Pre-Requisites if you want to follow the demo ▬▬▬▬▬▬
    ⌨️ GitLab Account
    ⌨️ DockerHub Account - we push and pull docker image from Docker Hub (hub.docker.com/)
    ⌨️ If you want to start the app locally: Install Python3, Pip and make
    ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
    00:00 - Intro and Course Overview
    01:25 - What is GitLab CI/CD?
    01:59 - What is CI/CD in simple words
    03:11 - GitLab in comparison to other CI/CD platforms
    04:28 - GitLab Architecture - How GitLab works
    06:16 - Overview of the demo app (run locally)
    12:47 - Pipeline Configuration File (.gitlab-ci.yml)
    14:09 - Run Tests
    26:27 - Build and Push Docker Image
    27:43 - Variables for Login Credentials
    32:33 - Write Pipeline Configuration
    38:56 - Docker in Docker
    43:23 - Execute Pipeline
    44:20 - Define Stages
    47:19 - Prepare Deployment Server
    47:44 - Create Ubuntu server on DigitalOcean
    54:44 - Deploy Application
    1:06:22 - Validate Application Runs Successfully
    1:07:30 - Delete server on DO
    1:07:49 - Dive Deeper into GitLab CI/CD
    ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
    INSTAGRAM ► bit.ly/2F3LXYJ
    TWITTER ► bit.ly/3i54PUB
    LINKEDIN ► bit.ly/3hWOLVT
    Facebook group ► bit.ly/32UVSZP

Комментарии • 748

  • @TechWorldwithNana
    @TechWorldwithNana  2 года назад +50

    🧡 Complete GitLab CI/CD Course with Kubernetes, Microservices, Multi-Stage & more: bit.ly/3MqmVlr
    💙 Follow me on Instagram for behind-the-scenes content: 😊instagram.com/techworld_with_nana/
    💚 Become a DevOps Engineer - 6-month program: bit.ly/3BQ6j1v
    ▬▬▬▬▬▬ Course Pre-Requisites ▬▬▬▬▬▬
    💡 Docker - learn here: ► ruclips.net/video/3c-iBn73dDE/видео.html
    💡 YAML - learn here: ► ruclips.net/video/1uFVr15xDGg/видео.html
    💡 Basics of Git
    ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
    00:00 - Intro and Course Overview
    01:25 - What is GitLab CI/CD?
    01:59 - What is CI/CD in simple words
    03:11 - GitLab in comparison to other CI/CD platforms
    04:28 - GitLab Architecture - How GitLab works
    06:16 - Overview of the demo app (run locally)
    12:47 - Pipeline Configuration File (.gitlab-ci.yml)
    14:09 - Run Tests
    26:27 - Build and Push Docker Image
    27:43 - Variables for Login Credentials
    32:33 - Write Pipeline Configuration
    38:56 - Docker in Docker
    43:23 - Execute Pipeline
    44:20 - Define Stages
    47:19 - Prepare Deployment Server
    47:44 - Create Ubuntu server on DigitalOcean
    54:44 - Deploy Application
    1:06:22 - Validate Application Runs Successfully
    1:07:30 - Delete server on DO
    1:07:49 - Dive Deeper into GitLab CI/CD
    ▬▬▬▬▬▬ What you’ll learn in 1 Hour ✅ ▬▬▬▬▬▬
    ► What GitLab CI/CD is
    ► GitLab compared to other CI/CD platforms
    ► Overview of GitLab Architecture
    ► Build a full GitLab CI/CD pipeline for a python app that
    - executes tests,
    - builds a Docker image,
    - pushes to a private Docker repository and
    - deploys the app to a remote server on DigitalOcean
    ► Learn GitLab Basic Concepts on the way:
    - Pipeline, Jobs,
    - Stages
    - GitLab Runners and Executors
    - Variables (Variable and File Type)
    - Docker in Docker

  • @user-lh6st6wo1g
    @user-lh6st6wo1g 3 месяца назад +37

    Seriously, Nana, this is absolutely incredible. This is how it's done. This is a crash course not just in CI/CD but in how to make S-tier useful RUclips content.

  • @arunrai80
    @arunrai80 5 месяцев назад +48

    You not only know the material, but you are exceptionally great in structuring and explaining them concisely but in details, as a developer learning CI/CD pipelines I have no more words to express my gratitude! Thank you so much for your efforts.

    • @TechWorldwithNana
      @TechWorldwithNana  5 месяцев назад +4

      Thank you, really happy to hear such feedback! :)

  • @TheMUxambazi
    @TheMUxambazi 2 месяца назад +6

    Nana, we Georgian Devs are proud of you as the symbol of the Georgian woman's power(especially from Samargalo

  • @alvaurah
    @alvaurah 6 месяцев назад +14

    For those who might have import error when running make test... this maybe could help
    add this in the requirements.txt pytest==6.2.5
    Werkzeug==2.2.2

  • @tomstagnaro
    @tomstagnaro Год назад +9

    For anyone who ran into error " "docker stop" requires at least 1 argument." or similar, you must remove the yaml script line "docker ps -aq | xargs docker stop | xargs docker rm &&" the very first time you run this. Because the remote server (in this case DigitalOcean) is looking for the result of the "docker ps" command which don't exist yet. After running it the first time you can add it back in and it will work from then on.

    • @benschoen3035
      @benschoen3035 Год назад +12

      Hi, I had the same error, but I believe there is an easier way. The xargs command takes an option '-r' or '--no-run-if-empty' which skips the command following it. So, I changed it to "docker ps -aq | xargs -r docker stop | xargs -r docker rm"

    • @CoreyMinter
      @CoreyMinter Год назад

      @@benschoen3035 aha. I wish I knew that for past 15 years. Thanks

    • @mvs69
      @mvs69 Год назад

      @@benschoen3035 Thanks

    • @nicolas5159
      @nicolas5159 3 месяца назад

      @@benschoen3035 Amazing, thank you very much

    • @tyronmbiacharetabe9998
      @tyronmbiacharetabe9998 20 дней назад +1

      Useful info.
      Thanks

  • @kyabaatsharmaji
    @kyabaatsharmaji Год назад +21

    Your tutorials are truly blessings for any s/w or devops engineers. Thank you so much ❤️

  • @kennedybacelar7959
    @kennedybacelar7959 2 года назад +20

    If someone is having the error "TypeError: required field "lineno" missing from alias" you can change the pytest version in the file src/requirements.txt - From pytest==6.2.2 to pytest==6.2.5 for example.

  • @mtaghadosi
    @mtaghadosi 9 месяцев назад +8

    You are actually one of the best DevOps teacher that I have ever seen. I already used so many of your free videos in RUclips when I was in another country which I couldn't pay for your products. Now that I am working as a Senior DevOps Expert in a German based company I happily be able to use your premium materials as well. Regards.

  • @allisonmachado
    @allisonmachado Год назад +28

    I'm amazed just how WELL EXPLAINED were all the concepts in this video! Amazing, thank you !

  • @LetWorkTogether
    @LetWorkTogether 7 месяцев назад +6

    This is a perfect anatomy of CI/CD implementation! Thank you.

  • @nbensa
    @nbensa 2 года назад +4

    I have two decades of Linux/Bash over my shoulders, and I just discovered that you can mix pipe and conditional execution on the same line: `cmd1 && cmd2 | cmd3 && cmd4`. Everyday I learn something new. Thanks Nana!!! You're the best teacher in the world!

  • @uninconformemas
    @uninconformemas 11 месяцев назад +7

    It's absurd how easy you can explain things, you are simply the best teacher

  • @hassaanqureshi6479
    @hassaanqureshi6479 Год назад +4

    Hands down the best intro walkthrough on GitLab CI/CD there is. Simply brilliant.

  • @HungNguyen-si2xe
    @HungNguyen-si2xe 2 года назад +8

    Totally appreciate the effort of sharing and love learning everything from you Nana. You made everything possible for all beginners. Best wishes to you and your family.

  • @jondoe79
    @jondoe79 Год назад +5

    Nana won't let you down, never doubt, no second thoughts when it comes to proper dedicated content.

  • @fb6868
    @fb6868 2 года назад +5

    Many thanks Nana for this great free video❤. There are a lot of videos available here, but I really like the way you mix demo and content. Furthermore you can explain perfectly these technologies 🤟I have learned a lot in this one hour. This will definitely help me in my daily business 😊 I very much appreciate this!

  • @zeliwong
    @zeliwong Год назад +13

    This is the first time I really enjoy a lesson from RUclips! Very detailed explanation, in "human" words. Must of the times, I fall into lessons where the person explaining is very technical and for people like me, that is their first contact to any of those concepts, it can be terrifying.
    Thank you very much, I will deffinitely continue learning from you.

  • @FirstLast-fc9cu
    @FirstLast-fc9cu 9 месяцев назад +1

    Nana I am thoroughly enjoying all your devops related videos and when I can afford to will do your bootcamp course. I love how clearly and simply you explain the tools and concepts.

  • @chandurdissanayake9544
    @chandurdissanayake9544 2 года назад +190

    This is so awesome, your the best DevOps teacher out there. And I think we all appreciate you giving us free lessons like this and I hope you keep doing what you love for the free open source community ! :)

    • @kgottsman
      @kgottsman 2 года назад +8

      She explains things plainly and is a great reference.

    • @TechWorldwithNana
      @TechWorldwithNana  2 года назад +7

      Thank you Chandur, really glad to hear! 🤗

    • @ashimov1970
      @ashimov1970 Год назад +1

      absolutely agree! Long live Ukraine and free Georgia!

    • @metaphormachines
      @metaphormachines 6 месяцев назад

      i am really good at explaining somethings so how can i be like you? i will create an youtube channel but dont know how to visuliaze what you want to tell people@@TechWorldwithNana

  • @juliocardenas4485
    @juliocardenas4485 Год назад +20

    Nana,
    Your videos will take my career as a data scientist to the next level. I have now a common language with my DevOps colleagues.
    Thank you for sharing your gifts with the world. I’m grateful and inspired.

  • @aydinahmadli7005
    @aydinahmadli7005 Год назад +13

    I am impressed with level of simplicity yet straightforwardness in your explanations. Great job! Super fun & educative to watch your tutorials. Thank you.

  • @anikbarua4834
    @anikbarua4834 Год назад +4

    Finally, I understood the CI/CD in GitLab. Thanks a lot for the complete real tutorial.

  • @docteurplacebo5888
    @docteurplacebo5888 5 месяцев назад +1

    I'm very new to CI/CD but my project desperately needed it. I'm very thanksful for this course. No loud music, no annoying and flashy things. Just the informations i need to understand.
    Great job !

  • @awsomegamer-100
    @awsomegamer-100 8 дней назад

    Thank you! Currently working to get an IaC scanner integrated into GitLab. This was immensely helpful!

  • @technicalilm8999
    @technicalilm8999 Год назад +1

    This is the most complete tutorial I have ever seen. Thank you so much Nana.

  • @hollisross3561
    @hollisross3561 4 месяца назад +1

    Your guide is the absolute best guide for me. It has just the right level of detail, tricks and overview of the technology. I'm a fan for life. Thanks!

  • @mohammedkaram8606
    @mohammedkaram8606 Год назад +6

    Nana, you can't imagine how happy I felt when I found this tutorial
    You are amazing, every tutorial I watch from you makes me very excited to work in this field more and more
    Thank you so much for all what you are providing for us 😍😍😍

  • @keeganbantom2999
    @keeganbantom2999 Год назад +4

    Brilliant crash course! I am already working on a CI/CD pipeline just by going through this video!
    Thank you!!

  • @maverickvasu
    @maverickvasu Год назад

    i have not seen a better teacher than you in recent years . you are tech savior for human kind. This is not my job, but still love learning the tech stuff . I thoroughly understood and enjoyed the tutorial

  • @victors9585
    @victors9585 Год назад +2

    Контент - в кайф!!! 👍👍👍👍👍 Самый доходчивый пример!!! 👍👍👍👍👍 Не останавливайся и БОЛЬШОЕ спасибо за твой труд!!! 🙏🙏🙏🙏🙏

  • @modvoip6836
    @modvoip6836 Год назад +5

    That is one hell of a tutorial, thank you very much! You have a talent to explain it easy!

  • @purvakmistry2128
    @purvakmistry2128 Год назад +5

    Hats off to Nana and team for creating such awesome, valuable content! Too good!

  • @siomarapantarotto
    @siomarapantarotto 11 месяцев назад +3

    Fantastic! Great tutorial by an awesome instructor. Thanks, Nana! Love it! ❤

  • @EpicKillstreak
    @EpicKillstreak Год назад +26

    Awesome video, literally one of the best tutorials I've ever seen and I've been a developer for over 6 years. I appreciate all the visualisations and edge cases. Thanks a lot! : 3

  • @milansingh3222
    @milansingh3222 Год назад

    These are all precious materials I can say we will not find nowhere . So so happy and now I have basic idea and confident to move ahead. Thanks Nana as always.

  • @ILuvBilli
    @ILuvBilli Год назад +1

    Generally I don't comment on RUclips videos, but this tutorial is ultimate on GitLab CI CD, hats off to you

  • @markjones7822
    @markjones7822 3 месяца назад

    This is the first time I have watched any of your videos and I want to say great work, I have finally got round to fully watching this video and it really helped me understand pipelines. Keep up the good work.

  • @rastostana
    @rastostana 2 года назад +2

    This was truly helpful as an intro into GitLab CI CD. Thank you Nana!

  • @ayoubdahir5506
    @ayoubdahir5506 Месяц назад

    This lady called Nana is the best teacher I've ever seen. thanks nana

  • @samvelsiradeghyan5510
    @samvelsiradeghyan5510 Год назад +5

    If you are creating everything from scratch, most probably for deploy stage job will fail and you will see this error in the logs:
    "docker stop" requires at least 1 argument.
    See 'docker stop --help'.
    Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...]
    Stop one or more running containers
    "docker rm" requires at least 1 argument.
    See 'docker rm --help'.
    Usage: docker rm [OPTIONS] CONTAINER [CONTAINER...]
    Remove one or more containers
    Just use -r with xargs like this:
    docker ps -aq | xargs -r docker stop | xargs -r docker rm
    It will fix job fail.

  • @SebileTarar
    @SebileTarar 7 месяцев назад

    Elaborately given the fundamental concepts for Gitlab, thank you! And plus the tone of her voice is amazing as a tutor. After watching a couple of different tutorials with a voice triggering my misophonia, this video record saved me 💚

  • @renends7615
    @renends7615 Год назад

    Your channel is spectacular!
    The didactics used transforms something complicated into something very simple.
    Grateful!

  • @BryanDike-vh2fj
    @BryanDike-vh2fj Год назад +1

    You are amazing Nana. Thank you so much! I find your videos incredibly helpful. You make the most complex concept easy to understand.

  • @habrazilay
    @habrazilay Год назад +1

    As always your explanations and teaching way is clear, simple and understandable! Thank you so much Nana!

  • @Nico_Dubapest
    @Nico_Dubapest Год назад +3

    Excellent tutorial!! Thanks a lot for the time spent! You have gained a new subscriber because of this!!

  • @brunomadeira5236
    @brunomadeira5236 Год назад +1

    I really appreciate the amount of effort you put into the presentation. Definitely, the best tutorial I could find on the topic

  • @evaveegee64
    @evaveegee64 8 месяцев назад +7

    Awesome tutorial! Learning so much and I love the tempo and how well explained! Makes me less afraid of devops 😅

  • @user-qd4oh1fh9l
    @user-qd4oh1fh9l 3 месяца назад

    This video is incredibly helpful for understanding how to create a CI/CD pipeline. Nana, your presentation is amazing and straight to the point. Thank you so much for providing such valuable insights!

  • @siphiwemthembu8720
    @siphiwemthembu8720 Год назад +2

    As an SQL DBA, I can confidently embark on DevOps learning with you at any time and begin applying the knowledge in practice. Your approach to learning is highly efficient. By focusing on teaching 20% of the most important material, you enable learners to comprehend 80% of the subject matter, truly exemplifying the 80/20 rule.

  • @duncanyu4548
    @duncanyu4548 4 месяца назад +9

    Tried locally running the test and run on Macbook Air M1 (Jan 31, 2024). Changed a few things in the requirements.txt file:
    Flask==3.0.1
    py-cpuinfo==9.0.0
    pytest==6.2.5
    Issue was Jinja2, markupsafe, and some other apps deprecated some named exports. But some Google results say that getting newer versions of those 3 above is sufficient.

  • @princeogabi4397
    @princeogabi4397 Год назад

    This was a bit daunting yet simple to understand. Thank you Nana. God bless you mightily!

  • @ashishsahoo9901
    @ashishsahoo9901 4 месяца назад +1

    one of the best precise videos on CI/CD on gitlab.

  • @ravisinghatia5885
    @ravisinghatia5885 Год назад

    I have never watched such an awesome tutorial till now, great explanation and covered all the possible errors that can come.
    Really helpful Nana, Thanks

  • @Steve33056
    @Steve33056 2 дня назад

    This was a great course. CI/CD is a fairly easy to implement and undertand.

  • @joseardilag
    @joseardilag Год назад +2

    Amazing, clear and useful as usual ... great job done!! Thank you so much for keep on sharing your vast knowledge in DevOps

  • @aliir74
    @aliir74 Год назад +2

    Thanks for explaining things very simply and straightforwardly!

  • @st751e
    @st751e 6 месяцев назад

    Very nice explanation of GitLab. I used a GitLab Server and implemented everything on AWS. I ran into some issues, but I eventually got everything to work.

  • @jvm-tv
    @jvm-tv 11 месяцев назад

    This was amazing! You deserve every ounce of success you are having. Respect!

  • @indiansouls8357
    @indiansouls8357 Год назад +10

    From my 2 decades of software experience, wholeheartedly I can say that you have clear, precise and exceptional art of teaching skills. Simply Outstanding ! Thanks for all your efforts. You deserve at least 10 million subscribers :)

  • @AbdulBasit-en2yi
    @AbdulBasit-en2yi Год назад

    Exactly what we needed, to the point knowledge about the gitlab CI/CD pipelines. Thanks for the good content, and effort to make it.

  • @davidwbowlby
    @davidwbowlby Месяц назад +1

    This is an excellent breakdown of the overall process. Thank you for providing this content!

  • @nlarralde
    @nlarralde 2 месяца назад

    This was a massively helpful introduction to GitLab cicd, thank you so much!

  • @amadoudiop6634
    @amadoudiop6634 4 месяца назад

    I wanted to express my sincere gratitude Nana🥰 for your GitLab CI/CD tutorial. It has been immensely helpful as I prepare for my final internship project in the coming month. Although I couldn't deploy due to the lack of a subscription, I want to assure you that understanding the process was the most important for me. May God bless you for sharing your knowledge.

  • @krishnaprasad5503
    @krishnaprasad5503 Год назад +1

    @Nana, You are really gem at your presentation, especially a person with medium knowledge also can easily understand your classes. Keep rocking always. Thanks !

  • @purvakmistry2128
    @purvakmistry2128 Год назад +3

    JUST EXCELLENT! TOO GOOD Nana and team!

  • @stevefox1034
    @stevefox1034 Год назад +1

    So professional, thank you for calm and comprehensive explanation ❤

  • @DevinCuevas
    @DevinCuevas Год назад +1

    This tutorial was absolutely amazing, thank you!

  • @sonalimisra796
    @sonalimisra796 Год назад +1

    Wow. ❤Thank you so much for this amazing GitLab CI/CD tutorial. You have described here each & every steps so clearly. Much appreciated for this detailed tutorial. 👍✌

  • @mvs69
    @mvs69 Год назад +3

    If you are starting this project fresh today. You will need to change the requirements.txt file to the following: "Flask=2.1.0"
    Once you do that, the first step of completing "make test" should work(2)

    • @profskett
      @profskett Год назад

      I had this problem too - turns out it's because I cloned the repo from the original GitHub page. Nana actually fixed this already in her own fork on GitLab! 😂

  • @Veyselk721
    @Veyselk721 11 месяцев назад +4

    I fell in love with the description. Really perfect course. No boring, no wasting time. She is answering immediately all questions on my mind when watching.

  • @mohammedkasmi3062
    @mohammedkasmi3062 Год назад

    An excellent tuto! Thank you very much Nana for this great work, it helped me a lot to start with gitlab CI/CD

  • @AfmpJR
    @AfmpJR Месяц назад

    This is way beyond expected. Enlightening 💡 Thanks.

  • @556320able
    @556320able Год назад

    Превосходное видео!!! Это помогло мне структурировать информацию в моей голове. Огромное спасибо!

  • @AbhishekYadav-od9ik
    @AbhishekYadav-od9ik Год назад

    I must say that you know a learner's mind very well. The next explanation from you is always the first question that comes in a learner's mind. This might sound a simple thing but a very very rare quality.

  • @gddrew
    @gddrew Год назад

    Thank you, this explained some very basic concepts that I was missing as I began working with gitlab.

  • @beneditomarques4062
    @beneditomarques4062 Год назад

    Very, very, very good. You're the best Nana, congratulations for your channel.

  • @KirschblutenTsunami
    @KirschblutenTsunami 3 месяца назад

    Thank you so much for this video. I just finished my apprenticeship at my company and after 2 1/2 I am still so confused with the whole devops part. Now I finally understand the pipeline part and feel so relieved 😊❤️ thank you so much. The video is very easy to understand but still rich in information and very interesting 🙏

  • @StubbsUkraine
    @StubbsUkraine Год назад +3

    Thank you so much for your work, you are just an awesome human being !
    For anyone else who works on new Apple chips and experienced 'py-cpuinfo currently only works on X86 and some ARM/PPC/S390X CPUs' just update py-cpuinfo to the latest version, I used 8.0.0 and everything worked fine

  • @ankitostwal1
    @ankitostwal1 28 дней назад

    Great Crash Course Nana... Very detailed explanation of each step. I am gonna write my first pipeline, and try out this demo. Thank you so much.

  • @SimaYi_Zhongda
    @SimaYi_Zhongda 8 месяцев назад

    What a clear and simple explanation ! Thank you.

  • @ephraimekra4375
    @ephraimekra4375 Год назад

    A great Thank you to you. You helped me to understand the gitlab-ci's file structure and the CI/CD. Thank you very much again

  • @mubbarikali
    @mubbarikali 2 года назад +11

    Your way of teaching is very open, simple and authentic. I learnt many things from your tutorials. Thank you so much for delivering very important concepts so easily, with open mind and heart with real intention of teaching others. 🙂🙏

    • @TechWorldwithNana
      @TechWorldwithNana  2 года назад +2

      Thanks so much Mubbarik, what an amazing feedback 😊

  • @ddarkodev2923
    @ddarkodev2923 2 года назад +2

    Amazing Content + an awesome teacher! Thank you so much, Nana 🤗🤩

  • @barushmendez2767
    @barushmendez2767 Год назад

    You are literally the best DevOps teacher out there, I love your content!

  • @SHAMITHADEVINDA
    @SHAMITHADEVINDA 2 месяца назад

    Best explanation about configuring everything end-to-end.

  • @RochafiAlvin
    @RochafiAlvin Год назад

    Stop at minute 22:07 just to write this comment. You explained this topic very well. Very sequential and detailed. i should buy the full course

  • @rasithamudugamahewage9067
    @rasithamudugamahewage9067 Год назад

    Thanks for your continuous support. It was a great lesson that anyone could understand.

  • @MbwiruEikura
    @MbwiruEikura Год назад +1

    Awesome english pronounce, clear, understandable, lot of thanks to you, lady!

  • @husseinhassan7989
    @husseinhassan7989 Год назад +1

    You are amaizing Nana! Thank you so much for this. It'll help in my project

  • @bivasbisht1244
    @bivasbisht1244 5 дней назад

    this the best tutorial one could ask for

  • @RafaelGenovezIdalgo
    @RafaelGenovezIdalgo Год назад +2

    Spectacular class! Congratulations 🤩👏

  • @mohamedbashir8737
    @mohamedbashir8737 Год назад +1

    Thank you! :) now I feel very confident about Docker.

  • @anilpatil8299
    @anilpatil8299 6 месяцев назад

    Thanks Nana, this is an easy-to-understand video on Gitlab CICD.

  • @asaadfayyaz
    @asaadfayyaz 3 месяца назад

    Thank you, I learned so much from you. Appreciate all the effort you put into these

  • @jsathyanarayana7782
    @jsathyanarayana7782 2 года назад +3

    Thanks for the video.I would recommend everyone to buy full course for this topic
    I have become addicted to watching and learning new topics on Nana's channel
    Thank you for being my teacher.

  • @mustak658747
    @mustak658747 Год назад

    Hello nana,
    You are wonderful ! Your way of teaching is very simple. You have an ambition of teaching others. I have learnt a lot of things from you. Thank you so much for your effort.

  • @sachinshaji5596
    @sachinshaji5596 2 года назад

    Hi Nana. Thanks for the wonderful session. Loved it. Appreciate your effort and I am fan of your sessions.

  • @huseynismayilzada1594
    @huseynismayilzada1594 Год назад +1

    This video best tutorial about Gitlab CI/CD in RUclips.Thanks 👍🏻

  • @paradoxical_monk
    @paradoxical_monk 2 месяца назад

    This was so good that I can't believe it! Amazing!