City of Munich Now a Major Contributor to Open Source
-
That is bending my mind that you can get 50-80% reduction in a snowflake environment.
-
@Dashrender said:
I gotta ask - what makes managing those Windows boxes so much more time consuming? At that pay rate, those guys are should definitely be doing things as automatedly (made up word?) as possible, using scripts, etc.
Automating Windows is still considered, a specialist task. At $100K you have UNIX admins who automate with nearly every key stroke. At the same price, Windows admins do so rarely. UNIX is designed top to bottom around automation and everything in the culture is based around it. Windows is making incredible strides in this area but is nowhere near there yet - more because of the culture than because of the tooling. But the tooling is very new still.
But how many Windows shops can, with zero effort, poll every server that they have, instantly, and get a report on uptime, for example? This is simply a "command" in UNIX. No planning needed, no setup, no special tools. It just works.
In Windows you have to plan to automate, in UNIX it often "just happens."
-
I'd be surprised today if that particular request wasn't just a command today on Windows too ( a powershell command), but you're right it's definitely a culture thing.
-
@Dashrender said:
I'd be surprised today if that particular request wasn't just a command today on Windows too ( a powershell command), but you're right it's definitely a culture thing.
It might be. But every UNIX admin, even juniors, know how to do that. In Windows, outside of Rob and Martin who teach PowerShell, find me anyone who can do it without looking it up and even then, maybe it is challenging.
-
@scottalanmiller said:
@Dashrender said:
I'd be surprised today if that particular request wasn't just a command today on Windows too ( a powershell command), but you're right it's definitely a culture thing.
It might be. But every UNIX admin, even juniors, know how to do that. In Windows, outside of Rob and Martin who teach PowerShell, find me anyone who can do it without looking it up and even then, maybe it is challenging.
I'll definitely give you that.
-
And UNIX can do it without an infrastructure like AD if you don't want one. Windows "can" too but you give up a lot to do it.
-
@scottalanmiller said:
And UNIX can do it without an infrastructure like AD if you don't want one. Windows "can" too but you give up a lot to do it.
Does that assume that all of the UNIX boxes have the same username and password setup on every box?
-
@scottalanmiller said:
And UNIX can do it without an infrastructure like AD if you don't want one. Windows "can" too but you give up a lot to do it.
@Dashrender said:
Does that assume that all of the UNIX boxes have the same username and password setup on every box?
On this note, I am with @Dashrender as you have to plan ahead with credentials or SSH keys in *nix and in Windows you plan ahead with AD or local accounts. Either way this one is a wash not a savings.
-
@Dashrender said:
Does that assume that all of the UNIX boxes have the same username and password setup on every box?
Yes, but generally your build scripts do that so it is zero effort in most shops. Like at NTG, the same basic build script that installs base packages like fail2ban also puts in user accounts, their keys, etc. It's about the lowest effort thing that you can do.
-
@JaredBusch said:
On this note, I am with @Dashrender as you have to plan ahead with credentials or SSH keys in *nix and in Windows you plan ahead with AD or local accounts. Either way this one is a wash not a savings.
Having done both, I would call it a pretty big savings. No extra infrastructure, effectively no management.