Earlier quoted context omitted.
Devops may be what a good sysadmin does. I'm not sure that job is. Looks far more like they're looking for a developer to write sysadmin tools.
This is exactly true. Not to mention "DevOps" is not a job position, it's a culture and philosophy. In the past few months as DevOps has taken off, people listing for "DevOps" job titles usually mean highly proficient sysadmins. In this case, Twilio just wants a developer with a cloud management background. There's nothing DevOpsy about it. I'm sad that people are not taking the time to learn exactly what DevOps mean…
DevOps Engineering: Who does your automation?
11–20 of 23 posts
Re: DevOps Engineering: Who does your automation?
#12I, too, cringe a little when I hear the term, perhaps because I've always viewed myself as a "pure" sysadmin. That is, this is the kind of work which continues to bring me joy after 2 decades. Application development, on the other hand, despite an ability to code, does not.
CM tools (current and their predecessors like cfengine) as they tend to be implemented strike me as a way of avoiding administering the whole system, by focusing on a single component (servers) and reducing them to a lowest common denominator.
It also fits the pattern of trying to solve problems entirely in a custom software solution, a trait I associate with developers, not sysadmins. This is the source of my inference of DevOps' true leanings.
The reality is that the system consists of considerably more than fungible servers[1]. There's the underlying hardware, the peripheral hardware like disks, database software[2], network hardware and configuration, and service providers.
These are all traditional sysadmin areas, with plenty of room for professional growth and overall benefit. So much so, that I have difficulty imagining why any SA (not a developer in SA's clothing) would wish to do more dev at the expense of increaaed mastery of the infrastructure.
By way of example, something I wrote on LinkedIn, in response to why I'm not a fan of puppet:
I'm uncomfortable with any system that attempts to maintain state in place
on a running system, as well as possibly override the native packaging ethos.
That the client takes its own local file inventory on a fresh system, rather
than trusting the one the package manager has, is wasteful at best. What's
worse, to me, is that it creates yet another system to administer. I haven't yet
found anything similarly suitable for the Ubuntu/Debian world, but I very
much liked Cobbler a couple years ago, as it was primarily a wrapper for
what could otherwise be standard, standalone services (kickstart, package
repo). Even without such a wrapper, yum/rpm or apt/dpkg can do nearly all
the work"
[1] Virtualization and "cloud" notwithstanding, as anyone who's experienced an outage with a hosting provider or an i/o perofrmance issue with a cloud server can attest.[2] Which can be like an encapsulated OS itself
Re: DevOps Engineering: Who does your automation?
#13Linky - http://www.jedi.be/blog/2010/02/12/what-is-this-devops-thing... Call it what you will, 'DevOps' is just what you'd expect a good sysadmin to do in a sufficiently large org. That there is on going friction between developers and sysadmin ("it works on my box" is a valid excuse?) is perhaps a larger sign of the culture and people involved.
Obviously the real world is different. New code is deployed that has bugs, there are unpredicted events, there are complex failure scenarios that are difficult to automate etc.
A DevOps engineer may write automation software in conjunction with developers to automate the operational aspects of business logic. Thus, it's a partnership between the DevOps engineer whose metrics are driven by availability/reliability/scalability/security and the developer who is trying to attain some business objective.
Re: DevOps Engineering: Who does your automation?
#14I use chef because I needed a way to consistently deploy software in exactly the same way every time to multiple servers. A repeatable deployment process that scales. Why did I pick chef over puppet or cfengine? Because I also wanted to learn ruby and the entire thing is in ruby, win. Plus we have a ruby on rails team in the office, if ever I needed a hand, they were there or if they wanted to write recipes to deploy software thats not an issue either.
DevOps is just a new buzz word. My title is System Administrator. I have a depth of knowledge in the infrastructure of all our technologies and how they are interconnected. I know how to deploy, maintain, scale and do it all over again. My knowledge in programming in second to that but is necessary to automate repetitive processes. DevOps I guess is being classed as a way to bring the IT team together, making sys admins and developers aware of each others "agendas" when it comes to running apps on servers. I as a sys admin have to understand what each of our applications does throughout its life cycle, from the browser right down to the database. Because if something goes wrong, I'll be the first to figure out where that happened and relay this back to the developer. By understanding core functionality of the code I can make it clear to the developer, "look you are executing a query on the database thats scanning millions of rows because its not using an index, its occurring in this controller in your code". We are seeing this term DevOps be classified now as more and more startups are emerging, because its essentially alot easier to execute in a startup environment where everyone is talking to each other to roll things out, everyone is trying to solve problems together. In large companies you'll see a massive separation and segregation along with processes to keep people in their place and slow results.
I hope that all makes sense. DevOps as a process is not new, the classification of it as this term is.
Re: DevOps Engineering: Who does your automation?
#15Re: DevOps Engineering: Who does your automation?
#16Re: DevOps Engineering: Who does your automation?
#17Linky - http://www.jedi.be/blog/2010/02/12/what-is-this-devops-thing... Call it what you will, 'DevOps' is just what you'd expect a good sysadmin to do in a sufficiently large org. That there is on going friction between developers and sysadmin ("it works on my box" is a valid excuse?) is perhaps a larger sign of the culture and people involved.
Whenever I hear that term I cringe a little. I think this was a word invented by developers (please correct me if I'm wrong) to bring sysadmins into the fold. It is definitely good to have an understanding of the application layer but developers also need to understand the systems running their applications. I work in a large organization (5000+ employees) as a unix/linux sysadmin. You have to automate deployment, mo…
This is called "second line support".
Re: DevOps Engineering: Who does your automation?
#18Earlier quoted context omitted.
Devops may be what a good sysadmin does. I'm not sure that job is. Looks far more like they're looking for a developer to write sysadmin tools.
This is exactly true. Not to mention "DevOps" is not a job position, it's a culture and philosophy. In the past few months as DevOps has taken off, people listing for "DevOps" job titles usually mean highly proficient sysadmins. In this case, Twilio just wants a developer with a cloud management background. There's nothing DevOpsy about it. I'm sad that people are not taking the time to learn exactly what DevOps mean…
Now I know that "DevOps" means "those who forget history are doomed to repeat it". Whenever you come across something in IT you think is new, take the time to find out if mainframe shops were doing it in the 1970s... Back then sysadmins wrote assembly language to automate systems tasks and it was just an everyday part of the job!
Re: DevOps Engineering: Who does your automation?
#19Linky - http://www.jedi.be/blog/2010/02/12/what-is-this-devops-thing... Call it what you will, 'DevOps' is just what you'd expect a good sysadmin to do in a sufficiently large org. That there is on going friction between developers and sysadmin ("it works on my box" is a valid excuse?) is perhaps a larger sign of the culture and people involved.
I expect developers and sysadmins to work together on these things. I'm always confused when they don't, and saddened when people think that's okay. For instance: I wanted to do a few projects in Rails. I made sure that my admins had links, guides, and all the info they needed when I started the project. By the time I was ready to launch, they'd already had Ruby, Passenger, and all my dependent gems installed. Deploy…
In the old-world way of things, the Architects of the system would take all of that into account - the sysadmins were just there to keep the systems up and running and install the software per the developers instructions.
What's new, or seemingly new, because of the rapid advance of technology and the internet in general, is the rapid develop/deploy cycle, which ends up requiring a much tighter coupling between development and operations... the two almost blend together. The lines are getting fuzzy.
Re: DevOps Engineering: Who does your automation?
#20Earlier quoted context omitted.
This is exactly true. Not to mention "DevOps" is not a job position, it's a culture and philosophy. In the past few months as DevOps has taken off, people listing for "DevOps" job titles usually mean highly proficient sysadmins. In this case, Twilio just wants a developer with a cloud management background. There's nothing DevOpsy about it. I'm sad that people are not taking the time to learn exactly what DevOps mean…
people are not taking the time to learn exactly what DevOps means Now I know that "DevOps" means "those who forget history are doomed to repeat it". Whenever you come across something in IT you think is new, take the time to find out if mainframe shops were doing it in the 1970s... Back then sysadmins wrote assembly language to automate systems tasks and it was just an everyday part of the job!