30
xalys
5y

An important message:
PrOpErLy managing servers is HARD.

I get pissed off at customers with ZERO server knowledge who think they can manage their VPS. “Just get a control panel and a VPS” from some flashy provider that makes server management look way too easy.. Clicking around in their fancy control panel, until:

- they need help with their *self-managed* VPS;
- their email ends up in spam;
- they suffer from performance issues;
- they need to restore a backup;
- something breaks, because YES, things break

Way too little people are able to answer:

- when and how do you make backups?
- how do you monitor your servers and which services?
- how do you keep track of trend analysis?

Then I come by with necessary software. SNMP for trend analysis, Graphite for infrastructure health, Sensu for monitoring, Kibana, Ansible for configuration management..

Things that servers need but that customers have never even heard of.. because they can do everything in their control panel..

Until they come crying to me because it broke and they don’t even know how to get into SSH.

I think the ones to blame are VPS providers that tell the tale of how easy it is to install a control panel and never look at your server again.

Customers become responsible for something *business-critical*! Yet they don’t know how it works.

Comments
  • 12
    EXACTLY!!

    This is what I mean with My "I hate plesk and cPanel" rant!

    THIS!!
  • 1
    Amen

    Once I got asked access to a server we provided to migrate our institutional site to and after giving the SSH credentials they took one week without even logging and asked if we didn't have cPanel ...

    It was so cringy...
  • 1
    Thank you sir for giving me some new tools to play with.
  • 2
    Managing a server is generally an afterthought that's a means to an end for most people, even devs. I know lots of people who enjoy development, but I don't know many people that enjoy just maintaining servers, even if they're capable of doing so.

    This is why I'd like to see FaaS (serverless, if you will) type hosting take off in a big, standardised way. At the moment it's just a niche, but if done properly it has the potential to mean that devs don't need to think about, maintain or scale the infrastructure that they're running on, which is a massive plus as far as I'm concerned.
  • 1
    @AlmondSauce while I'm excited about that too... I don't entirely think it would be such a good thing... Not knowing the underlying layer at all, and not having to think about scaling etc...

    That will lead to people just up scaling their 'server' instead of looking at their sloppy, buggy, low performance code when they hit the slightest performance drop
  • 1
Add Comment