Ask HN: What can DevOps learn from the recent DDoS attacks?
Think about it...thousands if not millions of devices on different networks, hardware, OS, patches being made to act in unison by some hacker code...
Meanwhile, it sometimes takes many tries to install a simple docker daemon properly using Ansible, Chef or Puppet over a corporate network, having all the necessary permissions, on a perfectly standardized set of hosts.
What can we learn from the setup which made this DDoS attack possible to improve our daily DevOps tasks?
OK...yes...and security.
3 comments
[ 3.7 ms ] story [ 19.4 ms ] threadA pure hardware firm have no 'operations' in the strict sense. They don't produce systems, they don't require sysadmins. [There are guys to buy desktop computers and handle the active directory but that's really a different thing].
How do you write/test scripts which are so reliable to work across all the different types of devices, networks, OS etc which participated in this attack? To infect and control this many devices your code must be rock solid.
5 nines of uptime isn't the goal :)