ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Looking For Alternate IT roles

    IT Discussion
    7
    93
    5.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @Obsolesce
      last edited by

      @Obsolesce said in Looking For Alternate IT roles:

      What exactly would a f500 company pay someone $400k to administer, who isn't a management title? Because, whatever system they are administering and being paid that much to do it I need to learn it ASAP!

      Linux primarily is what pays in that range. I was literally consulting for a hedge fund two weeks ago talking about them setting their admin scale to $450K for the more senior roles. A manager admining something is crazy, totally different skills. Places that give manager titles to tech roles are the ones that will never pay well.

      Windows will almost never top $300K, regardless of the role.

      ObsolesceO 2 Replies Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @IRJ
        last edited by

        @IRJ said in Looking For Alternate IT roles:

        DevOps = Cross between IT admin and Engineer. It is almost solely scripting and command line based, which makes it awesome IMO.

        Yeah, DevOps makes it almost impossible to keep your hats separate because you kind of role the two together.

        IRJI 1 Reply Last reply Reply Quote 0
        • ObsolesceO
          Obsolesce @scottalanmiller
          last edited by

          @scottalanmiller said in Looking For Alternate IT roles:

          A manager admining something is crazy

          Yeah I just threw that in there to make sure we were actually talking a regular admin role, and not some kind of management role making half a million a year.

          1 Reply Last reply Reply Quote 0
          • IRJI
            IRJ @scottalanmiller
            last edited by

            @scottalanmiller said in Looking For Alternate IT roles:

            @IRJ said in Looking For Alternate IT roles:

            DevOps = Cross between IT admin and Engineer. It is almost solely scripting and command line based, which makes it awesome IMO.

            Yeah, DevOps makes it almost impossible to keep your hats separate because you kind of role the two together.

            Also DevOps roles never deal with users. Some people may or may not like that

            jmooreJ scottalanmillerS 2 Replies Last reply Reply Quote 0
            • ObsolesceO
              Obsolesce @scottalanmiller
              last edited by

              @scottalanmiller said in Looking For Alternate IT roles:

              @Obsolesce said in Looking For Alternate IT roles:

              What exactly would a f500 company pay someone $400k to administer, who isn't a management title? Because, whatever system they are administering and being paid that much to do it I need to learn it ASAP!

              Linux primarily is what pays in that range. I was literally consulting for a hedge fund two weeks ago talking about them setting their admin scale to $450K for the more senior roles. A manager admining something is crazy, totally different skills. Places that give manager titles to tech roles are the ones that will never pay well.

              Windows will almost never top $300K, regardless of the role.

              So what is it that a Linux systems admin does in a F500 to get $450k that the same role gets for 1/4 that in a non F500?

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • RamblingBipedR
                RamblingBiped
                last edited by RamblingBiped

                DevOps is a culture, not really a role. If you're in a DevOps environment and you're sporting the DevOps Engineer title you're more than likely wearing a lot of hats and interfacing with multiple product teams.

                DevOps Engineer
                Site Reliability Engineer
                Cloud Engineer
                System Engineer

                A lot of the above titles have a lot of similar duties.

                If you are looking at moving into a more modern role working for a shop that has a DevOps culture I'd focus on the following:

                • Cloud Native solutions for AWS / Azure / GCP
                • Linux (RHCE curriculum)
                • Containerization (12 factor, Docker, K8s, maybe ECS if you're doing a lot of work with AWS )
                • Understand the difference between containerization and serverless, what tools/platforms are associated with each.
                • Site Reliability Engineering
                • Infrastructure as Code (CloudFormation, Terraform)
                • Configuration Management Systems (Ansible, Chef, maybe Puppet) -- A lot of my more recent work has been gravitating away from configuration management, but I would still recommend understanding the basics of each and how they are used.
                • Understand Microservices
                • Learn Python
                • SDLC, Software Testing, and CI/CD tools
                ObsolesceO jmooreJ 2 Replies Last reply Reply Quote 3
                • jmooreJ
                  jmoore @IRJ
                  last edited by

                  @IRJ said in Looking For Alternate IT roles:

                  @jmoore said in Looking For Alternate IT roles:

                  So I just need a plan then . I was thinking to just keep learning and get certifications about Microsoft stuff(mcsa), storage, VoIP, Linux of course, virtualization, and probably databases too. Does that sound like a good plan?

                  No it doesn't. It sounds like a shotgun approach. You need to pick a general area of expertise and specialize in it. Being an IT generalist is fine, but if you want more $$ you need to specialize.

                  Cloud is really the go to field right now. I know of several fortune 100 companies that are trying to go fully cloud in the next 4-6 years. Cloud is also great because you actually have to learn all the stuff you listed (except VOIP).

                  Yeah picking will be hard. Also I didn't mean to generalize forever, just until I had a reason to specialize. Just trying not to pidgeon hole myself you know.

                  1 Reply Last reply Reply Quote 0
                  • ObsolesceO
                    Obsolesce @RamblingBiped
                    last edited by

                    @RamblingBiped said in Looking For Alternate IT roles:

                    DevOps is a culture, not really a role. If you're in a DevOps environment and you're sporting the DevOps Engineer title you're more than likely wearing a lot of hats and interfacing with multiple product teams.

                    Good post, but I'd rephrase this to say more like "DevOps is a role made up of more hats than one."

                    1 Reply Last reply Reply Quote 0
                    • RamblingBipedR
                      RamblingBiped
                      last edited by

                      Also, a modern "DevOps" Engineer is more of a Software Engineer role than a cross between SysAdmin and Systems Engineer.

                      ObsolesceO 1 Reply Last reply Reply Quote 0
                      • jmooreJ
                        jmoore @IRJ
                        last edited by

                        @IRJ said in Looking For Alternate IT roles:

                        DevOps = Cross between IT admin and Engineer. It is almost solely scripting and command line based, which makes it awesome IMO.

                        Devops is something I have my eye on

                        1 Reply Last reply Reply Quote 0
                        • ObsolesceO
                          Obsolesce @RamblingBiped
                          last edited by

                          @RamblingBiped said in Looking For Alternate IT roles:

                          Also, a modern "DevOps" Engineer is more of a Software Engineer role than a cross between SysAdmin and Systems Engineer.

                          I do DevOps, and I literally do zero SOftware Engineering. Mostly PowerShell, some Python. I don't need to know any programming languages. Sure, you can also do DevOps AND programming... you can be a programmer gone DevOps and CI/CD your software. Or, you can do DevOps to bridge IT Systems Engineering, Administration, and Operations.

                          RamblingBipedR 1 Reply Last reply Reply Quote 0
                          • jmooreJ
                            jmoore @IRJ
                            last edited by

                            @IRJ said in Looking For Alternate IT roles:

                            @scottalanmiller said in Looking For Alternate IT roles:

                            @IRJ said in Looking For Alternate IT roles:

                            DevOps = Cross between IT admin and Engineer. It is almost solely scripting and command line based, which makes it awesome IMO.

                            Yeah, DevOps makes it almost impossible to keep your hats separate because you kind of role the two together.

                            Also DevOps roles never deal with users. Some people may or may not like that

                            Yeah I've primarily dealt with users for the last 5 years so it wouldn't hurt my feelings to do otherwise 😃

                            1 Reply Last reply Reply Quote 0
                            • RamblingBipedR
                              RamblingBiped @Obsolesce
                              last edited by RamblingBiped

                              @Obsolesce If you're doing DevOps and you're not engineering software, aren't you just doing Ops then?

                              ObsolesceO 1 Reply Last reply Reply Quote 0
                              • jmooreJ
                                jmoore @RamblingBiped
                                last edited by

                                @RamblingBiped thanks, that's a lot of good info. I've read about many if those topics before and a few are on my radar like ansible and AWS technologies. Learning python currently and it's interesting for sure.

                                1 Reply Last reply Reply Quote 0
                                • RamblingBipedR
                                  RamblingBiped
                                  last edited by

                                  I would suspect you're writing software @Obsolesce . I am constantly engineering automation and tooling for facilitating the build, test, deployment, and reliabilty of software. Whether that is writing a Lambda, creating a Step Function State Machine, or rearchitecting an existing workload for the Cloud.

                                  It's all code, and it is all stored in a source repository, and developed using the same principles and engineering practice that would go into developing any other application/piece of software.

                                  IRJI ObsolesceO 2 Replies Last reply Reply Quote 0
                                  • ObsolesceO
                                    Obsolesce @RamblingBiped
                                    last edited by Obsolesce

                                    @RamblingBiped said in Looking For Alternate IT roles:

                                    @Obsolesce If you're doing DevOps and you're not engineering software, aren't you just doing Ops then?

                                    Literally zero software engineering, zero software programming. I am currently spending a lot of time in Azure DevOps, as well as Azure Automation and other Azure serverless technologies.

                                    1 Reply Last reply Reply Quote 1
                                    • IRJI
                                      IRJ
                                      last edited by

                                      A pure devops engineer job is infrastructure as code pretty much. It has nothing to do with developing software.

                                      1 Reply Last reply Reply Quote 0
                                      • IRJI
                                        IRJ @RamblingBiped
                                        last edited by

                                        @RamblingBiped said in Looking For Alternate IT roles:

                                        I would suspect you're writing software @Obsolesce . I am constantly engineering automation and tooling for facilitating the build, test, deployment, and reliabilty of software. Whether that is writing a Lambda, creating a Step Function State Machine, or rearchitecting an existing workload for the Cloud.

                                        It's all code, and it is all stored in a source repository, and developed using the same principles and engineering practice that would go into developing any other application/piece of software.

                                        Yeah thats not software, its called infrastructure as code.

                                        1 Reply Last reply Reply Quote 0
                                        • IRJI
                                          IRJ
                                          last edited by

                                          Just because you use git doesnt make you a developer lol.

                                          RamblingBipedR 1 Reply Last reply Reply Quote 0
                                          • IRJI
                                            IRJ
                                            last edited by

                                            Companies may ask you to wear multiple hats, but everything else is outside the devops role.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 3 / 5
                                            • First post
                                              Last post