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

    Looking For Alternate IT roles

    Scheduled Pinned Locked Moved IT Discussion
    93 Posts 7 Posters 6.7k Views
    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.
    • 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
                              • ObsolesceO
                                Obsolesce @RamblingBiped
                                last edited by Obsolesce

                                @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.

                                No, I'm not writing any software. I'm not writing any applications.

                                @Obsolesce said in Looking For Alternate IT roles:

                                @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?

                                edit:
                                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. I really like Azure Functions a lot and have quite a bit in there. I started moving a lot of Azure Automation scripts to Functions with a lot of better than expected results.

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

                                  @IRJ

                                  So using python to architect and write a serverless application doesn't count as software engineering? Developing, testing, and deploying custom resources for CloudFormation doesn't count as Software Engineering?

                                  ^That work literally follows the same steps and workflow as developing a microservice.

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

                                    @RamblingBiped said in Looking For Alternate IT roles:

                                    @IRJ

                                    So using python to architect and write a serverless application doesn't count as software engineering? Developing, testing, and deploying custom resources for CloudFormation doesn't count as Software Engineering?

                                    ^That work literally follows the same steps and workflow as developing a microservice.

                                    Nope

                                    That is again infrastructure as code. Python is used by damn near every Linux admin

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

                                      @RamblingBiped said in Looking For Alternate IT roles:

                                      So using python to architect and write a serverless application

                                      Define application?

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

                                        Cloudformation is just a json files. Nearly every system admin deals with json files

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

                                          @IRJ said in Looking For Alternate IT roles:

                                          Cloudformation is just a json files. Nearly every system admin deals with json files

                                          ...not because we like json.

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

                                            @Obsolesce

                                            One of the most recent examples was a python-based serverless application composed of multiple lambdas that interfaced with AWS Organizations to provide automation around creating, configuring, and deploying AWS accounts and automated governance. It is exposed to end users through a self-service portal as a Service Catalog Product.

                                            All written in python, deployed and managed via SAM templates, and maintained via a CI/CD pipeline.

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