Kubernetes Learning Resources - zhuje/openshift-wiki GitHub Wiki
OpenShift Tutorial
https://developers.redhat.com/developer-sandbox/activities/learn-kubernetes-using-red-hat-developer-sandbox-openshift
This is a short one-page tutorial that shows you how to deploy the backend, frontend, secret, PVC (persistent volume claim), and database. The tutorial gives you the .yamls for the backend application, frontend application, and secrets. The user then has to deploy these files and configure the cluster via K8 command line interface, kubectl
.
edX > LinuxFoundation > Introduction to Kubernetes
This looks like a really awesome course. Do this one.
Kube By Example
https://kubebyexample.com/ The documentation for this site is extensive and traverses a lot of topics that go beyond the basics necessary to start. It can look a bit overwhelming.