Good place to keep learning Openshift?

Viewed 63

I'm currently using the free training that Red Had offers to learn Openshift as developer and Admin. Do you know any other place I can use to gain "to prod" experience? Thanks in advance. :)

1 Answers

The free training offered by Red Hat is a good start. You probably also already discovered the following two resources that can be recommend:

Since OpenShift is Kubernetes, most of the Kubernetes resources also apply, my personal favourites include:

So books like "Kubernetes in Action" or "Kubernetes: Up and Running" also show you the core concepts.

Related