1. Some great tooling out there to shorten the dev loop on k8s. I use tools like skaffold or apache kamel k, but telepresence looks interesting too.
2. Minikube solves the "Localstack" issue. It's an official project that runs the exact infra, not just a replica of the APIs.
3. logging is far more straightforward than cloud watch.
4. It runs the same everywhere.
>AWS is about learning and memorising GUIs, not real skills, and those ‘skills’ become useless anyway as soon as you move to a customer/server that doesn’t have AWS
This is not my experience with AWS or Red Hat whatsoever. Most, if not all AWS users I've worked with use languages like terraform and emphasize importance of Infrastructure as Code, _not_using the GUI. Cloud concepts are more important than the GUI.
The same goes for the core concepts behind Ansible/Openshift. Both are not only available free, but they emphasize IaC over GUI.