The tutorial was really handy!

So far I checked and tried the basics: creating a cluster; deploying and scaling an app; configmap; security basics; exposing an app; StatefulSet; connecting to an app using a service and many more. I tried to configure nginx instance with a self-signed cert using secret and configmap.

The next step is the ELS installation!

#k8sforme

I've found this great interactive tutorial to learn Kubernetes basics.
It's simple and straightforward. I'm going to use it to strengthen the basics of basics.

https://kubernetes.io/docs/tutorials/kubernetes-basics/

#k8sforme

Learn Kubernetes Basics

<!DOCTYPE html> Kubernetes Basics This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system. Each module contains some background information on major Kubernetes features and concepts, and a tutorial for you to follow along. Using the tutorials, you can learn to: Deploy a containerized application on a cluster. Scale the deployment. Update the containerized application with a new software version. Debug the containerized application. What can Kubernetes do for you?

Kubernetes