The sad state of sysadmin in the age of containers (2015)
1–10 of 324 posts
Re: The sad state of sysadmin in the age of containers (2015)
#2Re: The sad state of sysadmin in the age of containers (2015)
#3And again in 2018 (426 comments): https://news.ycombinator.com/item?id=17083436
Re: The sad state of sysadmin in the age of containers (2015)
#4Re: The sad state of sysadmin in the age of containers (2015)
#5Discussed at the time (443 comments): https://news.ycombinator.com/item?id=9419188 And again in 2018 (426 comments): https://news.ycombinator.com/item?id=17083436
Re: The sad state of sysadmin in the age of containers (2015)
#6"Ever tried to security update a container?"
Yes, I have! In fact you can maintain patch compliance in a container pretty much the same way you'd maintain a VM or bare metal Linux installation!
Re: The sad state of sysadmin in the age of containers (2015)
#7Re: The sad state of sysadmin in the age of containers (2015)
#8I don't know that much about the state of container systems these days, but to me it seems it's the "comfortable" way in the "security vs comfort" tradeoff. Use where applicable and hope for better days.
Conversely, if I were sysadmin at a bank I would most definitely be concerned what was running in my network.
Re: The sad state of sysadmin in the age of containers (2015)
#9I don't know that much about the state of container systems these days, but to me it seems it's the "comfortable" way in the "security vs comfort" tradeoff. Use where applicable and hope for better days.
Re: The sad state of sysadmin in the age of containers (2015)
#10I don't know that much about the state of container systems these days, but to me it seems it's the "comfortable" way in the "security vs comfort" tradeoff. Use where applicable and hope for better days.
I don't think you should put security at any case in tradeoff, by your argument one can save passwords in plaintext because its easy and comfortable, but its just not acceptable and this would effect not only your app but every app that your users use.
Of course once we come to enterprise environments the opaque build/deployment process is atrocious.