How to automate deployment in Kubernetes based eLearning System

4/28/2020

I'm trying to develop a Kubernetes based eLearning system to teach students basic Linux commands and functions. I use Kubernetes to host the containers of an experiment. Each experiment was previously described by a Kubernetes manifest. Containers are accessed via WebSSH2. In parallel I use Wordpress Blogging System to explain the experiment and the single steps to the student. My problem is that I haven't found a solution on how to trigger the deployment of a manifest on the Kubernetes cluster as soon as a user starts an experiment.

Does there exist any tools or patterns to automate this task?

-- Fluppi
automation
docker
kubernetes
kubernetes-pod

0 Answers