Top Six Tips For Learning DevOps

Поділитися
Вставка
  • Опубліковано 16 вер 2024

КОМЕНТАРІ • 25

  • @DevOpsDirective
    @DevOpsDirective Рік тому +6

    Good tips! In particular, learning/practicing these skill in the context of a real project is an absolute must!
    You will never progress leaning in a vacuum with a bunch of tiny demo applications!

  • @sudo-bandit
    @sudo-bandit Рік тому +1

    Just found your channel and I’ve been binging your videos. I’m currently to climb the ladder from help desk to DevOps. These videos are highly encouraging and very informative!

    • @DevOpsForDevelopers
      @DevOpsForDevelopers  Рік тому

      Right on! Coming from the help desk is a powerful starting position. You have the unique advantage of knowing your customer’s pains and perspective, which helps you focus on measurable results. Good luck!

  • @stanleychukwu7424
    @stanleychukwu7424 Рік тому +1

    thank you so much, so many useful advice here!

  • @TenaliSaleem
    @TenaliSaleem Рік тому +1

    Thanks Young man for your Suggestions 💐

  • @AceMartinov
    @AceMartinov Рік тому +1

    Great content, thanks! :)

  • @lexkenn
    @lexkenn Рік тому +1

    Thank you!

  • @dreadlordnitsuga2
    @dreadlordnitsuga2 7 місяців тому

    Is that Skyrim in the background?

  • @harveyspecter0902
    @harveyspecter0902 Рік тому +1

    Hi sir !
    Keep inspiring
    I'm a final year undergraduate student from India.
    I have started learning the basics such as Python, Linux, Networking,AWS,YAML for the past few months.
    I'm gonna start learning docker and other core DevOps related stuff in the upcoming months.
    Is the roadmap that I'm following right as a beginner?

    • @DevOpsForDevelopers
      @DevOpsForDevelopers  Рік тому

      Sure! The funny thing about roadmaps is they are different for everyone because we all come from different backgrounds with different levels of knowledge. Follow your plan, and supplement it by building things to identify gaps in your knowledge.

  • @alexnico9336
    @alexnico9336 Рік тому +1

    Sir I learn alot form your video

  • @alexnico9336
    @alexnico9336 Рік тому +1

    Please make a video how to contribute in open source or Find a remote Job please kindly give us this information

    • @DevOpsForDevelopers
      @DevOpsForDevelopers  Рік тому

      For open source guidance, Eddie Jaoude twitter.com/eddiejaoude is the best out there.

  • @uploadvoice
    @uploadvoice Рік тому +1

    Great video, question, when modifying terraform code for production, how can we be sure it is not going to destroy and recreate new resources (so the app running of the deleted resource is gone) what are the best practices ?

    • @DevOpsForDevelopers
      @DevOpsForDevelopers  Рік тому +1

      Run `terraform plan` first. It will show in the output anything that can't be updated in place and must be recreated:
      ```
      # aws_instance.example must be replaced
      -/+ resource "aws_instance" "example"
      ```

  • @felixagidi5191
    @felixagidi5191 Рік тому +1

    Thanks sir

  • @gunix28
    @gunix28 Рік тому +1

    Great tips! What do you think about KodeKloud? The KodeKloud Engineer program is beneficial.