Hey everyone! I'm completely new to Kubernetes and container technology, and I'm eager to dive into Red Hat OpenShift. Can anyone share some tips on how to get started? Also, are there any useful tutorials I can access if I sign up for the Red Hat OpenShift trial?
5 Answers
You can definitely try Red Hat OpenShift Local, but be warned, it can be resource-heavy. If you want to learn the basics, Minikube or MicroK8s are much lighter options. They’ll give you a solid foundation before moving on to OpenShift.
Honestly, if you're just getting into containerization, I wouldn't jump straight into OpenShift. It can get pretty complicated. I'd recommend starting with Minikube instead—it’s much easier to grasp for beginners.
There’s not a huge difference between OpenShift and lighter Kubernetes distributions for learning purposes. I suggest you get a grasp on the basics first, then install OpenShift later to dive deeper into its specifics.
Jumping into OpenShift as a newbie might lead to some headaches because of its complex security settings and SELinux configurations. I'd stick with Minikube or K3s to start, since they’re way more beginner-friendly.
Red Hat offers a 30-day trial for OpenShift. I’d recommend utilizing that for some hands-on practice, and then switch to the local version to continue experimenting. They’re quite similar, just more refined in the trial.

True! But if OpenShift is what you're mainly interested in due to work projects, starting with MicroShift could be a great fit.