kube-academy / lab-ckad-core-concepts

A port of the Core Concepts section of Liptan Biswas' CKAD practice challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CKAD Practice Educates Workshop

This repository is an Educates workshop.

It is a port of the first scenario (core concepts) from Liptan Biswas' excellent CKAD practice challenge.

Status

In development.

Deployment Instructions

Assuming you already have a k8s cluster with the educates operator deployed..

  1. Clone this repo

  2. Navigate to its base directory

  3. Deploy the workshop:

    kubectl apply -f resources/workshop.yaml
  4. Deploy a sample training portal:

    kubectl apply -f resources/training-portal.yaml
  5. 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.

About

A port of the Core Concepts section of Liptan Biswas' CKAD practice challenge

License:Apache License 2.0


Languages

Language:Python 53.5%Language:Shell 41.9%Language:Dockerfile 4.7%