How to become a DevOps Engineer - DevOps Roadmap

Поделиться
HTML-код
  • Опубликовано: 17 дек 2024

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

  • @lars_rosenberg
    @lars_rosenberg 3 года назад +435

    I'm already a DevOps engineer, I have no idea why I'm watching this lol.
    The content is very accurate, good job.

    • @halfinney9974
      @halfinney9974 3 года назад +31

      Same here, I guess we watch it to just verify our current skill-set and see whatever else we might be missing.

    • @vidyasawanny5241
      @vidyasawanny5241 3 года назад +3

      Agree, Same 😃

    • @DevOpsJourney
      @DevOpsJourney  3 года назад +4

      Thank you!

    • @SamDy99
      @SamDy99 3 года назад +3

      I am a System admin with ECE stream and want to move to devops. But is it true that I have to be a software engineer to become one?

    • @lars_rosenberg
      @lars_rosenberg 3 года назад +18

      @@SamDy99 no, just learn what is explained in the video and you are good to go. And you don't have to know everything, but I think it's important to understand DevOps as a methodology and understand the value of ci/cd and infrastructure as code. Tools are important, but it's usually quite easy to get familiar with them.
      You need a little bit of coding, but you don't have to write anything too complicated usually, so don't worry too much.

  • @NinjAaaron87
    @NinjAaaron87 3 года назад +35

    As an IT professional looking to do a bit of a career shift this was extremely helpful. Clear, concise, paced just right. Loved the vid and the content. Thanks!

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

      Glad it was helpful! Thank you for the feedback. Looking to do more videos like this in the future.

  • @cepetty
    @cepetty 3 года назад +25

    I'm looking to transition in this field with really no experience other than know I've always been interested in IT and coding...it all feels like drinking from a fire hydrant though. I'm glad to see so many positive comments from people in the field, thank you a million times for sharing.

    • @DevOpsJourney
      @DevOpsJourney  3 года назад +5

      No problem! There is a lot to learn, and it's always changing, but if you keep at it you will land yourself a very rewarding career.

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

      I am also now starting - how has it went for you? and what has helped you the most?

    • @luis11375
      @luis11375 2 года назад +1

      Drinking from fire hydrant is exactly right. LOL Great analogy.

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

    I had no clue, how exactly is all linked in DevOps. You made it all clear in just under 15 minutes! Simply brilliant - thank you!

  • @arieheinrich3457
    @arieheinrich3457 3 года назад +15

    1. Programming Tools - Golang, Python, PowerShell, dont go near node.js and Ruby is too old.
    don't just learn the language, learn how to create unit tests. Lean specifically how to run API requests using those languages.
    2. Since most IDEs either support GIT out of the box (like VSCode) or via plugins/extenstion, installing the GIT Tool is almost obsolete. Would be great if you mentioned additional Repository tools like Bitbucket, GitLab, Azure Devops Repos and more.
    Very Good overall cover of major topics. Good job !

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

      got it, thanks

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

      Add Bash as well, it is esp important since linux is the most utilized OS in devops. Veryvery helpful to know both shell and bash.

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

    In the road. Let’s go. In 1 year better than today. 😉 thank you for the road map.

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

      Good to hear this. I also started learning too..

  • @ashaank
    @ashaank 3 года назад +8

    Managing DevOps for a software company. This content is pretty much spot on. One thing to note though is understanding cost effectiveness with infrastructure on AWS etc. It can get quite expensive/troublesome if not done right or the wrong tools are used. We had an incident when Redis was used to store a 14k line JSON response. S3 would've been best for something like that. It took down Redis in one incident.

  • @sriramakrishnabattu3408
    @sriramakrishnabattu3408 3 года назад +4

    This is an excellent compilation. It provides the complete picture of DevOps in a nut shell and helps to identify the gaps in individuals learning curve.

  • @ryanhollis1383
    @ryanhollis1383 3 года назад +3

    Y’all this guy knows what he’s talking about. Spot on video. I work in container security. Picking up Terraform and git ops now. 2nd or 3rd video I saw from you. Very impressed, keep it up! Liked and subd

  • @TheSn4zzle
    @TheSn4zzle 3 года назад +20

    Current SRE, I agree with most of this. Pretty accurate. For Python let me add on you should probably learn a web framework. Flask or Django are fine, I like Django but it is up to you. When you really start getting into DevOps and trying to implement it there are going to be times you will want to build simple web apps that your tools can't do (making a user intake system, simple cleanup jobs that are "too dangerous" to auto cleanup and you want dev's to handle, etc)

  • @THREEBESTIES333
    @THREEBESTIES333 3 года назад +4

    Genius, explained Devops in a layman manner, good work, much appreciated Boss!

  • @bskyzzz
    @bskyzzz 3 года назад +5

    Finishing my last year of OS & Network Administration and this video is literally gold for me.
    Now I have a path to follow towards DevOps.
    Thanks a lot and keep the good work mate ^^

    • @DevOpsJourney
      @DevOpsJourney  3 года назад +1

      Awsome, I started as a Network engineer and moved into DevOps. DevOps is pretty new to the Networking world so you will be in a good place.
      Best of luck!

    • @bskyzzz
      @bskyzzz 3 года назад +1

      @@DevOpsJourney Thanks mate! Good luck for you aswell ^^

  • @Diavarus
    @Diavarus 3 года назад +13

    This was very good, thank you.
    You deserve a lot more subs.

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

      Thank you so much, we will get there one day!

  • @DevOpsJourney
    @DevOpsJourney  3 года назад +6

    For those in the comments discussing @ 0:17 and node not being a programming language. Here is ChatGPTs response:
    There is some debate within the software development community about whether or not Node.js should be considered a programming language. Some people argue that Node.js is simply a runtime environment that executes JavaScript code, and therefore should not be considered a programming language in its own right.
    Others argue that Node.js is more than just a runtime environment, and includes features and functionality that are specific to Node.js and not found in JavaScript itself. These features and functionality, such as the Node.js module system and the non-blocking I/O model, can be considered part of the Node.js programming language.
    Ultimately, whether or not Node.js is considered a programming language depends on how you define the term "programming language." If you define it narrowly as a language that is used to write programs that can be compiled and executed directly by a computer, then Node.js may not fit this definition. However, if you define it more broadly as a language that is used to write code that can be interpreted and executed by a runtime environment, then Node.js could be considered a programming language.

    • @yt-sh
      @yt-sh 3 года назад +1

      This was well made video, not many for devops in YT
      useful & concise
      you should make more vids

    • @romafedor2590
      @romafedor2590 3 года назад

      node programming language - LOL - made my day

    • @yt-sh
      @yt-sh 3 года назад +1

      @@romafedor2590 Chrome, Discord, Mozilla, Paypal, LinkedIn, Medium etc all these uses node, dont like node, simple dont use these noob

  • @cschelin
    @cschelin 3 года назад +29

    Good list. As a Sr DevOps Engineer with 40 years of experience, about the only thing I’d add is in Networking. The last two jobs I had used VLANs extensively. For cloud it’s not an issue but some companies still have on prem gear. Recently I had to set up bonding, vlans tagging, and bridge interfaces for an on prem KVM environment.

    • @DevOpsJourney
      @DevOpsJourney  3 года назад +1

      Thanks for the input, great suggestions!

    • @pmacksmith2167
      @pmacksmith2167 3 года назад +4

      So you have been a DevOps engineer for 40 YEARS??

    • @obimc-anthony8140
      @obimc-anthony8140 3 года назад

      @@pmacksmith2167 😂😂😂😂

    • @a1xmsk
      @a1xmsk 3 года назад +1

      I thought that DevOps Engineer is a guy who puts everything into kuber :D

  • @bluebadgersec
    @bluebadgersec 3 года назад +7

    Nothing but the straight dope here. Short, focused and detailed. I love videos like this. Insta-sub! (insert Kylo Ren gif)

  • @kronstonegaming9452
    @kronstonegaming9452 3 года назад +4

    I was looking forward to such amazing content, Amazing Job man!

  • @johnmanohar4505
    @johnmanohar4505 3 года назад +6

    Explained it so simply and in understandable chunks! Great work!!!

  • @Xzireez
    @Xzireez 3 года назад +40

    A lot of this is part of AWS SAA and AWS Sysops certifications. I took both and managed to end up in a devops/Fullstack role.

    • @yonatandaniyel5640
      @yonatandaniyel5640 3 года назад

      Ouch devops and full-stack , not easy role

    • @0xccd
      @0xccd 3 года назад +7

      DevOps/Full-Stack sounds like a full IT department

    • @Xzireez
      @Xzireez 3 года назад +1

      @@0xccd It's just a vague title. Everyone is Fullstack in smaller companies. In reality I do mobile and cloud integration. So I setup amplify, aws app sync, smaller Ops tasks and flutter development. I also setup some pipelines, but it's gitlab related. The backend developers and architect does all the heavy CDK, access policies, routing, provisioning, fargate so on. I just have to know how it works and do smaller tasks. I have used CDK, when there is a specific policy that I needed to implement. Could be i will do more of it in the future.

    • @0xccd
      @0xccd 3 года назад

      @@Xzireez I have to admit it sounds challenging and interesting. Front-end is one of the things I'm missing, I've been doing Infra/Back-end dev in Serverless but not Front-end in a while

    • @khairulazahar5958
      @khairulazahar5958 3 года назад

      @@Xzireez hi. can i check, coming from someone who does not have devops background , can i focus on getting the two certs you suggested and companies will hire me for that?

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

    Really Nice summarization of the things we need go through in our Devops Journey.

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

    Im a network engineer /sysadmin and im trying to learn how to automate things.This is where i found DevOps role. this will be my goal now. thank you for making this video!!!

  • @luisalamo2658
    @luisalamo2658 3 года назад +6

    Thanks so much, you let me to see the whole picture about how I can become in a Devops engineer...

  • @jlaurent0517
    @jlaurent0517 2 года назад +1

    Great intro video! Been doing most of this stuff for a while but never made the complete connections.

  • @lukaszl9542
    @lukaszl9542 3 года назад +1

    great video, thank you, ive been looking for information like this everywhere on the internet, and all is just pouring water, and then selling you the course

    • @DevOpsJourney
      @DevOpsJourney  3 года назад +1

      I'll need to hit that 250K Subscriber mark before I can start making Coffee montage videos followed by me shilling a course/bootcamp 😂

    • @lukaszl9542
      @lukaszl9542 3 года назад

      @@DevOpsJourney lets goooo ! XD (irony intended, of every streamer out there saying this)

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

    Awesome video, thank you. I always come to it as a refresher every now and then.

  • @rcp7180
    @rcp7180 3 года назад +3

    Awesome End-To-End briefing!!
    Thanks a lot

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

    This is a no-nonsense excellent breakdown. Thank you, DevOps Journey! #subscribed

  • @XBLMA
    @XBLMA 3 года назад +1

    Ahhhh! So much to learn, not enough time to fit it all!! Overwhelming.

    • @DevOpsJourney
      @DevOpsJourney  3 года назад

      It's tough but a very rewarding career!

  • @jugalkishore839
    @jugalkishore839 3 года назад +4

    What a great video man! Glad I found it!

  • @orubenlopes
    @orubenlopes 3 года назад +6

    What an amazing and well presented video! Halfway through the video and I'm already subscribed!

  • @seyofori
    @seyofori 3 года назад +1

    Insanely useful. Thank you so much for this

  • @kaal970
    @kaal970 3 года назад +1

    sir what a great video....i was stuck in between docker or kubernetes...now im clear that i need to prioritize dockers first then move on to k8

    • @DevOpsJourney
      @DevOpsJourney  3 года назад +1

      You are most welcome. I hope your Journey is going well.

  • @darren-johnson
    @darren-johnson 3 года назад +2

    Thanks for this, it's always useful to see what others are doing in this space. Have subscribed.

  • @pranavgs264
    @pranavgs264 3 года назад +1

    Very well thought out video. Glad I found it!

  • @ExarchiasGhost
    @ExarchiasGhost 2 года назад +1

    Your video was extremely helpful to me. Thank you!

  • @thiago-fv
    @thiago-fv 3 года назад +2

    Excellent video! Loved it! Keep up the great work!

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

    I'm already devops engineer and the video is very accurate. My personal advice is to know some of most used tools but go deeper on what you prefer. I mean you can be a devops specialized on orchestrations ( go deeper with kubernetes) or specialized on monitoring ( go deeper on elastic stack or zabbix or prometheus) and so on ... We can't pretend be good to all those tools it madness.

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

      Great advice. A lot of devops is just knowing the basic concepts so when you are assigned a task you have a starting off point to know the direction you need to move towards.
      As you mentioned, it's always great to be a subject matter expert on a subset of tools as well.

    • @juanpabloaguirre5837
      @juanpabloaguirre5837 3 года назад

      @@DevOpsJourney exactly all it's about enjoy the journey 😂🤘

    • @11SAGARSHINDE
      @11SAGARSHINDE 3 года назад

      Thanks for the advice, I am learning the AWS and DevOps, Already AWS SA Certified and Pending only with Devops k8s and Jenkins topic. So just wanted to know how much programming or Scripting do we need to know, Since i dont have knowledge. Please respond will help me.

  • @pollyolly851
    @pollyolly851 3 года назад +1

    Will watch more to your videos. Thank you! Subscribed!

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

    I want to move to Devops Engineer role. Already started with Microsoft Azure, long list to go. Noways, I am going to stop until I am comfortable with all these.
    Thanks for providing a concise list.

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

    Thank you for this. I am trying to rejoin my effort to complete a Cisco Devnet Associate preparatory course, and then take the cert test.
    This piece was very comprehensive and matches well with the understanding I have of DevOps tools and technologies.

    • @DevOpsJourney
      @DevOpsJourney  3 года назад

      Nice! For Cisco Devnet I think these things will be really important:
      Python, Git, Docker, YAML/JSON/YANG etc, TravisCI , REST APIs.

    • @jgranahan
      @jgranahan 3 года назад

      @@DevOpsJourney yea plenty of REST and some NETCONF. It gets a bit tedious in the CBT Nuggets course. It’s using postman, Python, SDK’s to interact with what seems like a million Cisco platforms. But it does drive home the techniques!

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

    Amazing video, Thank you !!

  • @RashadAkachi
    @RashadAkachi 3 года назад +1

    Pretty good explanation of a dev/ops road map.

  • @abitanshrestha4389
    @abitanshrestha4389 3 года назад +1

    the way of representing the content is very nice and the content too

  • @acpucio
    @acpucio 3 года назад +1

    Good stuff. High level, and comprehensive.

  • @Alex-wb2lu
    @Alex-wb2lu 3 года назад +2

    Cool video. Thanks for sharing this information.

  • @perseph222
    @perseph222 3 года назад +1

    Very well explained. Thank you for your time and this excellent material.

  • @jayapalreddy5144
    @jayapalreddy5144 3 года назад +1

    Excellent video and great explanation

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

    Great, very informative. Thank you - subscribed.

  • @pankaj_9998
    @pankaj_9998 3 года назад +1

    Bro, this was very useful. thanks man.

  • @talk2basil472
    @talk2basil472 3 года назад +1

    U and ur deserve more and more likes and subs
    Glad I found this channel

    • @DevOpsJourney
      @DevOpsJourney  3 года назад

      Thank you for your kind words, they go a long way.

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

    Thank you for creating this video! Very helpful! I don’t have a college degree, so I’m having to carve my own path. I’m currently working toward my CCNA. I believe it’s a good start to begin my IT career. CCNA introduces automation tools, Wireshark, and Kali Linux. I was contemplating whether or not to pursue another certification, but building projects crests the experience and validates the skills. Thank you!

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

    Thank you for this awesome content!

  • @moemawla
    @moemawla 3 года назад +1

    Amazing video! Thank you and keep the good work

  • @muc_9459
    @muc_9459 3 года назад +1

    Thank you! Subscribed

  • @epicindiancomments9438
    @epicindiancomments9438 3 года назад +7

    Thank you for the roadmap graphic. You're amazing 👍

  • @cd-stephen
    @cd-stephen 3 года назад

    Cut to the chase informative. Good vid

  • @solarman6648
    @solarman6648 3 года назад +3

    Great video. Can't wait for your paid content to be developed. Or at least I hope so as you articulate concepts really well. Moreover, can you or anyone here list common problems you face as devops and how you go about resolving them? Thanks. And perhaps a few of the most complicated problems you guys have run into and how you fixed it? Thanks!!

  • @oscarp4878
    @oscarp4878 3 года назад +3

    Awesome channel. Thanks !

  • @simpliside
    @simpliside 3 года назад +1

    This is great. Very great man

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

    This is fantastic ! Thank you

  • @aravindarajc
    @aravindarajc 3 года назад +1

    Great explanation. Thanks

  • @tecnopadre
    @tecnopadre 2 года назад +1

    Well easy explained. Thanks

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

    Great video. Thank you.

  • @cloudbwoy9779
    @cloudbwoy9779 3 года назад +1

    Thank you so much . remarkable content

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

    Thank you for this alot! Now, I need to wipe oit my Brain drive with a lot of Web development stuffs for this to fit. Devops the future with Network getting cloud and programming gettin enhance with cybersecurity(and a lil bit of networking)

  • @anirbanc88
    @anirbanc88 2 года назад +1

    i love this guide, thanks a lot! next comment after becoming a dev :)

  • @nkosanasilenje5088
    @nkosanasilenje5088 3 года назад +52

    Im going with python,github,rred hat linuxand aws

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

      Me too... It's a great experience till now.

    • @sonamkushjha
      @sonamkushjha 3 года назад +4

      @@abdulhaleem6048 hi, I want to become devops so could you please guide me what to learn as a fresher. Plz tell me it would be great for me.

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

      How's your journey going so far?

  • @JettoDz
    @JettoDz 3 года назад +3

    I just graduated, managed to score a nice little job as backend. My direct boss moved me from one project to a new one (Like, I am the one who is starting it from scratch). Since my workload is relatively low, I'm in charge of both backend and database. Also, since I've no deadlines yet as is pretty early in this project, I was asked to poke around in a lab env to try different configurations in servers (Ubuntu server) that should improve our servers performance down the line. Oh, and I they sponsored me a linux + linux server course.
    ... am i being trained into some sort of "small" DevOps engineer?

    • @DevOpsJourney
      @DevOpsJourney  3 года назад +1

      I would say so. Anyone that is responsible for code, delivery and the systems that run it could consider themselves devops

  • @4115steve
    @4115steve 11 месяцев назад

    great video, thank you, very helpful

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

    Thank you for this 🙏

  • @vadrif-draco
    @vadrif-draco 3 года назад +2

    This is incredibly overwhelming.

  • @Daniel-ch52
    @Daniel-ch52 2 года назад +1

    Thank you very much this is very helpful

  • @LB-lz1ks
    @LB-lz1ks 3 года назад +1

    great video mate.

  • @HM_Milan
    @HM_Milan 3 года назад +1

    Best explain ever 💯 good luck

  • @theramogichief6250
    @theramogichief6250 3 года назад

    Love this!!! thank you for sharing!

    • @DevOpsJourney
      @DevOpsJourney  3 года назад

      Awesome, THANK YOU for your support! 🍻

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

    Thanks for your video it's really helpful. Please organise the playlist so that it's easy for us to learn :p. Really doing well, see you in another video.

    • @DevOpsJourney
      @DevOpsJourney  3 года назад +1

      Thank you for the feedback! I will be putting some playlists together.

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

    This video was on point. Will you be making more playlists?

    • @DevOpsJourney
      @DevOpsJourney  3 года назад

      Thank you for your comment! I am planning to do more videos similar to this format, stay tuned!

  • @warriork007
    @warriork007 3 года назад

    Nice, informative video. Keep up the good work.

    • @DevOpsJourney
      @DevOpsJourney  3 года назад +1

      Thank you for your support! Appreciate the feedback!

  • @ghofranedarragi5601
    @ghofranedarragi5601 3 года назад

    thank u it's clear and simple and help me to figure it out thanks

  • @putdur6627
    @putdur6627 2 года назад +1

    very useful information 👍

  • @manhalfamazing00
    @manhalfamazing00 3 года назад

    Wow this was alot... but very detailed and helpful! Trying to get out of information assurance and into ops. Wish me luck.

  • @dnldnl4880
    @dnldnl4880 3 года назад +1

    Nice one dude

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

    Looking forward to be a dev ops Engineer.. thanks for this video.. i studied computer engineering but i was not able to practice it and it was like 10 years already... thanks for this video.. helped me a lot to decide which path im going.

  • @Chris-jm8gi
    @Chris-jm8gi 2 года назад +1

    Amazing video

  • @ryanvanmechelen
    @ryanvanmechelen 3 года назад +1

    Nice video!!

  • @candlestickking113
    @candlestickking113 3 года назад +1

    Awesome content !!!!!!

  • @radhakrishna2501
    @radhakrishna2501 3 года назад +1

    no sidetracks to the point this is what i was looking for

  • @hariom11abc
    @hariom11abc 3 года назад +1

    Hey I liked the content as well as the infographics you created.(Specially the blu background which is moving one ) I would like to know what software do you use for video editing ?

    • @DevOpsJourney
      @DevOpsJourney  3 года назад

      Hey there, I use Davinci Resolve. It's free but does require a pretty good PC. I made the background myself in the Fusion editor.

    • @hariom11abc
      @hariom11abc 3 года назад

      @@DevOpsJourney very nice creation keep it up❤️ l

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

    Currently a junior network engineer,been interested with this role and would like to transition due to low salary lmao. Its hard to keep living and travelling at the same time while being paid averagely

  • @zxc11118
    @zxc11118 3 года назад +1

    Great video!

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

    With Go and Rust, if u are already a developer, you can also do pretty hot stuff :)

  • @ngocquantran7323
    @ngocquantran7323 3 года назад +1

    Amazing, bro

  • @johnvardy9559
    @johnvardy9559 3 года назад +1

    Great job 👌🙏

  • @mirdl
    @mirdl 3 года назад +1

    Considering that many of the tools (Terraform, docker, containerd, kubernetes, etc) are based on go, go would be the better programming language

    • @DevOpsJourney
      @DevOpsJourney  3 года назад

      GO is a great choice! You are right, I should of listed that in the top 3.

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

    Thank you so much!

  • @sophisticatedbloke
    @sophisticatedbloke 3 года назад +1

    Super informative. Actually I am learning DevOps online and tools are Git, Jenkins, Dockers Kubernates AWS Terraform, Ansible . I know Bash scripting. Do I need to learn anything new ( scripting language and tool ) apart from these to become DevOps Engineer ?

    • @DevOpsJourney
      @DevOpsJourney  3 года назад

      Very cool! I don't think so, that should be enough for a very competitive resume! But if you want to add one more thing, have a look at Kibana

    • @sophisticatedbloke
      @sophisticatedbloke 3 года назад

      @@DevOpsJourney Thank you so much sir . It really means a lot

  • @iceguyoo
    @iceguyoo 3 года назад +1

    Really awesome video.
    Can you give a project idea that I can work on that incorporate all or most of these tools ?

    • @DevOpsJourney
      @DevOpsJourney  3 года назад +1

      When I started, I built a website. You can implement all these technologies by building your own website. and the plus side is you will have something to show off at the end.
      Created a dev environment to learn virtualization technologies
      Learned Python through learning Django
      Learned git/github to store my code
      Docker/Docker-compose to make my webapp portable
      Moved it to the cloud
      implemented CI/CD to automate updates tests/checks updates when I push new code

  • @ates9
    @ates9 3 года назад +3

    What is the expectation of companies from Junior DevOps engineers? Is skill set that bash scripting, fundamentals of Python, Linux, Git, Docker enough as a junior?
    And thanks a lot for that great video!

    • @ates9
      @ates9 3 года назад +1

      I tried Ansible, K8s, Jenkins, AWS and GCP also but i am not confident with them yet.
      Greetings from Turkey!

    • @DevOpsJourney
      @DevOpsJourney  3 года назад +1

      As a Junior, it sounds like you are more than well prepared. Just continue working on your own projects and you will be fine.

    • @ates9
      @ates9 3 года назад

      DevOps Journey Thanks a lot for all attention. Im waiting next videos!

    • @OnlajnIdentitet
      @OnlajnIdentitet 3 года назад +9

      @@ates9
      I would like to share some points from a position of a person who interviewed a couple of candidates for Junior DevOps position last year.
      If you are applying for junior position you might get questions related to basic concepts in the technologies you are mentioning in your resume plus the ones that are of interest for the company you are applying for. ​@DevOps Journey mentioned almost all fundamentals you need and has some great advices in this video.
      Usually it is expected from you to show strong willingness to learn and proactive attitude. This means that you need to show that you are interested in the field you are applying for and either describe you lab environments you have been playing with or show your websites/project you currently have online. The conversation might quickly lead to topics of virtualization where you can talk about the platform you have been using at home or about cloud providers you have opted in to use. My great segway would be the questions related to differences between virtual machines and containers, and if you show that you know/understand how the container stack works compared to virtual machine and you are able to verbally reproduce it you are already above average junior.
      It is important to show that you are comfortable with bash.
      Since you know Python you could explore how it is tied in with Ansbile as a point of expanding your understanding of this tool.
      Don't be afraid to apply for positions where sligthly different software stack is being used compared to the one you are proficient with (if they fall into the same category).
      Good luck in your career!

    • @ates9
      @ates9 3 года назад

      @@OnlajnIdentitet I am grateful for that comment, thank you for you encouraged me and i was thinking "am i too late for something?".
      Can i disturb you later please, mister?

  • @karthiksrini7178
    @karthiksrini7178 3 года назад +1

    Wow... Best video to start...
    I'm a linux tier 2 administrator, this video is helpful and I pursue SA to become a devops Engg. Can you provide a roadmap or a suggestions for me to begin with?

    • @DevOpsJourney
      @DevOpsJourney  3 года назад

      SA = AWS Solutions Architect? I'm not sure if I can help with a roadmap of that for the moment. I do plan to get GCP Solutions Architect this year, so I will likely do a Roadmap for that when I complete the exam.
      Thanks again for your comment!

  • @0x-003
    @0x-003 3 года назад +1

    Thanks alot!, could you answer this, frontend vs backend vs devops? I'm not sure which to choose, - btw I just subbed! i just found your channel and I have a lot of videos to watch from you thanks

    • @DevOpsJourney
      @DevOpsJourney  3 года назад +1

      Thanks for the sub!
      This video is in-line with a "backend DevOps". Backend DevOps is more about the infrastructure. Doing infrastructure as code and automating infrastructure deployment and management is really the key to backend devops.
      Front-end devops is more of the "code" and what the user actually see's.
      I'll try to do a video on it in the future!

    • @joaquin67
      @joaquin67 3 года назад

      @@DevOpsJourney wait, what? There’s such a thing as front end devops?