All-Things-Docker-and-Kubernetes

Challenge 1

Deploy the given architecture diagram for implementing a Jekyll SSG.

Manifests:

To set the context:

controlplane ~ ➜  kubectl config set-context developer --user=martin --cluster=kubernetes
Context "developer" created.

controlplane ~ ➜  kubectl config use-context developer
Switched to context "developer".

controlplane ~ ➜  kubectl config get-contexts 
CURRENT   NAME                          CLUSTER      AUTHINFO           NAMESPACE
*         developer                     kubernetes   martin             
          kubernetes-admin@kubernetes   kubernetes   kubernetes-admin