For the Certified Kubernetes Administrator Labs Challenge, I have decided to use the  Katakoda Kubernetes Playground. This way, I do not need to install any Kubernetes cluster before starting the labs. This will be tested now.

Let us try it:

Katakoda Kubernetes Playground

This seems to work. You just need to press the button and then on the line launch.sh and a two-node Kubernetes cluster is started with one master and one worker node. Let us move on to the first lab.

We check the version of the installation as follows:

kubectl version --short=true
# output:
Client Version: v1.14.0
Server Version: v1.14.0

Version 1.14.0 is Okay for us, I guess.

Next

Deploy a simple Application

Comments

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.