Devops of Twitter -- do you think we've reached a point where we try to use Docker / Kubernetes in situations where they really provide no benefit? I often see orgs trying to slam a square peg in a round hole just because "DOCKER! Yay!! Must use Docker!!"
Conversation
This Tweet was deleted by the Tweet author. Learn more
I’m very much still a “manually SSH into the server and do stuff” guy. Should I be using Ansible, Docker, Kubernetes, or something else?
3
5
It depends. For me, it is perfectly acceptable to manage a one-shot service by ssh'ing into the server. The problem comes in when you have a bunch of machines doing the same thing and you need to edit code and redeploy. That's where Ansible / Docker / Kubernetes can be helpful.

