RHEL is the Linux distro you choose when your boss asks "what happens if this breaks?" It's not exciting, but it works. Been around since 2003, which means it's survived multiple dot-com crashes, countless security scares, and the rise and fall of a dozen container orchestration platforms. That's staying power.
The Convert2RHEL tool exists because everyone's running CentOS and needs an escape plan. The process works about 70% of the time - have backups ready for when it doesn't.
That $800/year per server adds up real fast when you have 50+ boxes, but here's the thing: that subscription gets you 10 years of support for each major version. I've seen RHEL 6 systems still running in production because nobody wants to touch the upgrade. That's both the blessing and the curse of RHEL's lifecycle.
RHEL 10 hit GA on May 20, 2025 with this "Lightspeed" AI thing that's actually pretty clever. It helps junior admins figure out commands and troubleshoot issues without constantly bothering the senior staff. The AI isn't magic, but it beats having someone ask "how do I check disk usage" for the hundredth time.
SELinux comes enabled by default, which is RHEL's security system. It's incredibly powerful and will drive you insane for the first month until you learn how to configure it properly. Most people disable it, which defeats the point of using RHEL in the first place. Don't be that person - learn it or use Ubuntu.
The thing about Red Hat is they contribute heavily to upstream Linux projects, so features usually appear in Fedora first, get tested to death, then make it into RHEL 2-3 years later. This means RHEL is never cutting-edge, but it's also never surprising. When Red Hat says something works, it fucking works.
Red Hat Insights continuously analyzes your systems against the entire Red Hat knowledge base. It catches configuration drift and security issues before they bite you. I've seen it find memory leaks that would have taken down servers during peak traffic.
Live kernel patching sounds great until it fails and you need to reboot anyway. But hey, at least you tried to avoid the downtime. Setting up Satellite properly takes 2 weeks, not the 2 days Red Hat claims in their documentation.