This repository is an Educates workshop.
It is a port of the second scenario (configuration) from Liptan Biswas' excellent CKAD practice challenge.
In development.
Assuming you already have a k8s cluster with the educates operator deployed..
-
Clone this repo
-
Navigate to its base directory
-
Deploy the workshop:
kubectl apply -f resources/workshop.yaml
-
Deploy a sample training portal:
kubectl apply -f resources/training-portal.yaml
-
Get the URL for the training portal:
kubectl get trainingportal
The training portal is configured to allow anonymous access. For your own workshop content you should consider removing anonymous access.