Comment by stego-tech
14 hours ago
It’s the IT career requirement to keep abreast of everything in tech while being cursed to know most of it is various forms of unnecessary for the supermajority of IT/Enterprise use cases. A few highlights:
* Most infrastructure does not need Kubernetes. Your ERP doesn’t need Helm charts, your internal Confluence doesn’t need HA K8s clusters, your Grafana is cheaper on ECS than GKE, and your zScaler estate flatly doesn’t support it. Kubernetes is amazingly awesome but the equivalent of using nuclear weapons to go duck hunting for most folks.
* AI, for all its power and capability, is too unreliable for wholesale automation - especially when you can just use it to generate the code or software to run the same automations infinitely with deterministic outputs. Your entire org doesn’t need Claude Code Pro Max 20x subs, you just need to get better at getting the code needed for infinite repetition without the AI sub
* Your fridge, oven, microwave, coffee maker, toaster oven, furnace filter, and dishwasher don’t need WiFi, Bluetooth, or Cloud Connectivity. They just don’t.
* Public Cloud didn’t let you reduce your infrastructure headcount, but it did make it easier for shadow IT to consume more spend, make your headcount more expensive and specialized, and put your infrastructure eggs in the same basket as millions of others, which surely will never become a problem. (/s)
* If you can run basic infra (compute, VPCs, storage, networking) for one public cloud provider, you can run them all. If you’re requiring Architect certs just to run VMs in a landing zone, you’re spending way too much for way too little.
* VLANs and a firewall are enough for 90% of use cases. The only reason you need a NGFW for layer 7 filtering is because vendors stopped publishing what IP ranges, FQDNs, and ports their stuff uses, and that’s less a justification for NGFW’s and more a damning indictment of shitty security practices industry-wide.
* VMs are fine. Containers are nice and efficient, but VMs are still perfectly fine. I am tired of having this conversation with folks who don’t know what containers do but think they’re God’s answer to the myriad of faults of VMs (that they also can’t identify)
* You don’t need Ansible, Terraform, CloudFormation, or Pulumi to “automate” workflows. Oftentimes all you need are cronjobs and webhooks, rather than another whole-ass set of sludgepipes.
* You don’t need a data lake, you need to do a better job identifying which data points are meaningful in a context and capturing them efficiently.
I love technology. I love learning about technology. I love solving problems with technology.
I hate the insistence that everything be maximally technological in nature and that every product must be adopted in order to not be left behind.
I hate the lack of discipline, is what I’m saying.
Amen!