8 ms·
In addition to that, I always thought DevOps meant operations people using development practices and tools to automate and simplify their lives? Does it have to
by leftnode 12y ago
In addition to that, I always thought DevOps meant operations people using development practices and tools to automate and simplify their lives? Does it have to be more complex than that?
- hijinks 12y agoYou are correct. Before operations lived off tickets which just said what I did not how long it really took or if my estimates were off.
- caw 12y agoIf you take your definition as "ops people who code and automate", you get a really efficient ops team who can orchestrate several hundred or thousand servers. You still then have a friction point between "dev" and "ops" relating to hand off. Ops could go full PaaS, but more than likely you'll end up with a "cloud" infrastructure where your dev team will have to learn ops, or the traditional model where stuff gets thrown over the fence. Good luck deploying that service because there was no capacity planning and it'll take 6-8 weeks to get hardware from the vendor, regardless of whether ops can rack it and build it in under a day. It's far better to have an org overlap so that ops is involved in dev planning to help address roadblocks, assist in capacity planning and management, as well as help reduce friction in tasks.
- late2part 12y agoBut, the purists would reply, if you simply outsource all your hardware to AWS or another place, you don't ned that ops or capacity planning. Until you do. This weekend AWS ran out of i2.2xlarge instances in a particular AZ, for example.
- dreamfactory2 12y agothat's noops/movedops not devops
- ecnahc515 12y agoHate to tell ya, but at anything other than the 'prototyping stage', you'll probably need a dedicated OPs guy, AWS or not.