What do DevOps/SRE Engineers actually do?

Поділитися
Вставка
  • Опубліковано 5 чер 2024
  • Learn what DevOps Engineers do at large software companies. In this video I go over what a DevOps Engineer/SRE does day-to-day and the tools they use to solve these problems.
    Playlist: • DevOps - Whiteboarding...
    Diagram created using www.eraser.io/
    View my diagram: ap,p.eraser.io/workspace/aDgoDmShwUkW3unAe7kF?origin=share
    Design a CI/CD Pipeline: • How to design a modern...
    Design a Deployment Pipeline: • How to design a Deploy...
    0:00 Intro
    2:15 Simple: Dev/DevOps/SRE Basics
    4:43 Modern Cloud Environments
    6:41 How DevOps/SRE Engineers Create/Manage the Infrastructure
    13:30 How DevOps/SRE Monitor Modern Infrastructure
    19:45 Career Ladder in Software
    If you would like to support me:
    ☕ Buy me a coffee: www.buymeacoffee.com/bradmorg
    🛍️ Amazon Store (Homelab/UA-cam Setup): www.amazon.com/shop/devopsjou...
    ☁️ $200 Digital Ocean Cloud Credits: m.do.co/c/adc24155a741
    Sponsorship note: I am a sponsored collaborator for the eraser product.
  • Наука та технологія

КОМЕНТАРІ • 15

  • @DevOpsJourney
    @DevOpsJourney  Місяць тому +1

    Playlist: ua-cam.com/play/PLnFWJCugpwfwQgjlSg_-csiJbpBIze2qa.html

  • @zenobikraweznick
    @zenobikraweznick 6 місяців тому +2

    DevOps superheroes, remember, "With great power comes great responsibility" :)

  • @Mrandru5
    @Mrandru5 6 місяців тому

    Tons of information Brad!! and how you separate each role specifically...that is the most interesting ..!! Wonderfull 👏

  • @manavkohli8601
    @manavkohli8601 5 місяців тому +1

    Great video! :>

  • @mioszbochenek2912
    @mioszbochenek2912 6 місяців тому

    great video

  • @disrael2101
    @disrael2101 4 місяці тому

    Perfect eli18 video

  • @zillerg
    @zillerg 6 місяців тому +2

    Great video!
    As for the automation of the terraform apply, is it better to use sh.script or what specific tools would you recommend?

    • @marcosalcala9852
      @marcosalcala9852 6 місяців тому

      This would be great information, I’m also interested!

    • @st751e
      @st751e 6 місяців тому +1

      You could use a version control system for your Terraform code and use a CI/CD tool like Jenkins to run your terraform init, plan, and apply.

    • @zillerg
      @zillerg 6 місяців тому

      So basically scripting it in the Jenkins job, right?
      I thought he meant some other ways of automating the process, do you have any ideas what else it could be?

    • @DevOpsJourney
      @DevOpsJourney  6 місяців тому +1

      Hey there thanks for the question. The tool I have used the most is Atlantis which allows you to automatically plan/apply terraform in PRs
      www.runatlantis.io/

    • @zillerg
      @zillerg 6 місяців тому

      @@DevOpsJourneygreat, thanks!
      What would you say some of the downsides using Atlantis?

  • @emilopez4957
    @emilopez4957 6 місяців тому

    Hey Brad, what steps should one take if they have no prior experience and want to be a DevOps engineer?

    • @MagDag_
      @MagDag_ 2 місяці тому

      Linux, Network, Python and understanding of SDLC and AGILE for start. IMHO