Earlier quoted context omitted.
> (And if the relationship between development and ops has broken down to the point that each one is trying to work around rather than with each other, you're already screwed. The rest is just details.) IMO 90% boils down to that, regardless of what technology one side or other wants to use. If Ops is trying to push Dev to use a particular technology or vice versa. This happens whether you're talking Docker or a part…
>>Either side will see their preference as...doing their job And in your example they’d both be wrong. Such folks shouldn’t spend as much time worrying about their job description as about what will make the company successful? . Companies don’t become great by everyone waiting around for only managers to decide when new roles or practices should come online. Employees at any level are allowed to consider the big pic…
Docker Considered Harmful (2016)
171–180 of 188 posts
Re: Docker Considered Harmful (2016)
#172Earlier quoted context omitted.
Three years in and this hasn't happened. Our dev team also does ops and we've found that Docker has improved things markedly. But feel free to keep spreading your FUD.
I’d love for this to be true. Have you had anyone come in and do an audit? I find crazy stuff when I show up at No Ops shops and poke around.
Re: Docker Considered Harmful (2016)
#173Earlier quoted context omitted.
What does this mean? Docker does not run a VM. It runs cgroups, namespaces, etc.
Inside of Linux, yes Docker does utilize cgroups, namespaces and some other stuff for isolation. However, the GP is almost certainly talking about "Docker for Windows" and "Docker for OS X", which do not run directly on the host OS, and need to be run inside of Linux VMs (like Vagrant).
Re: Docker Considered Harmful (2016)
#1740. A new technology will arise and it will be named 'X'
1. Eventually someone will write an article titled 'X Considered Harmful'
Re: Docker Considered Harmful (2016)
#175Earlier quoted context omitted.
AWS Fargate. No infrastructure to patch or worry with. Just code and Dockerfiles.
You run your containers on a hypothetical platform that hasn't been released?
Re: Docker Considered Harmful (2016)
#176Plus one for the scathing and unapologetic criticism of Docker. I'm admitedly pretty inexperienced with Docker, but I feel like everything I've read on it seems to have virtually nothing bad to say about it, so it's nice to hear an opposing opinion. That being said, this also feels like a "Get off my lawn" type of rant from an experienced devoloper who is stuck in their ways, and/or has a little bit too big of an ego…
> Maybe Docker is just reinventing the wheel... Docker is way more than that, and he's completely ignoring the bigger picture, and many people seem to be missing that. It's importance is not limited to "my little server" - it's the concepts that matter - not the technological details. Docker standardised a set of concepts, which have been adopted at a rapid pace for a reason. It's no accident big corporations like Re…
Do you know the history of Kubernetes? And really, Kubernetes uses "Docker Concepts"?
Re: Docker Considered Harmful (2016)
#177Docker by itself probably doesn't make any sense to an engineer until they get a chance to see kubernetes in action. There is nothing more awesome than seeing, on the fly, your worker pool being scaled out by 100x by nothing more than kubectl --context k8s-uw1a-gcp -n customerx scale deploy someapp_worker --replicas 100 to make you appreciate what docker can do for you.
This was possible, and done, long before kubernetes or docker. The frequent counter-argument I hear is that "kubernetes makes it easy" - which is often espoused by people that don't have to build or manage kubernetes in prod.
Re: Docker Considered Harmful (2016)
#178Plus one for the scathing and unapologetic criticism of Docker. I'm admitedly pretty inexperienced with Docker, but I feel like everything I've read on it seems to have virtually nothing bad to say about it, so it's nice to hear an opposing opinion. That being said, this also feels like a "Get off my lawn" type of rant from an experienced devoloper who is stuck in their ways, and/or has a little bit too big of an ego…
> Maybe Docker is just reinventing the wheel... Docker is way more than that, and he's completely ignoring the bigger picture, and many people seem to be missing that. It's importance is not limited to "my little server" - it's the concepts that matter - not the technological details. Docker standardised a set of concepts, which have been adopted at a rapid pace for a reason. It's no accident big corporations like Re…
Re: Docker Considered Harmful (2016)
#179Re: Docker Considered Harmful (2016)
#180Aside from being a bad argument for the reasons already listed, I'm honestly getting tired of the "X considered harmful" meme, when the author never actually makes an argument that docker is harmful, only superfluous.