https://github.com/eitansuez/lab-ckad-practice
https://github.com/eitansuez/lab-ckad-practice
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eitansuez/lab-ckad-practice
- Owner: eitansuez
- License: apache-2.0
- Created: 2021-03-31T19:33:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T15:06:07.000Z (over 5 years ago)
- Last Synced: 2025-01-08T14:43:24.656Z (over 1 year ago)
- Language: Python
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CKAD Practice Educates Workshop
This repository is an [Educates](https://docs.edukates.io/) workshop.
It is a port of Liptan Biswas' excellent [CKAD practice challenge](https://www.katacoda.com/liptanbiswas/courses/ckad-practice-challenges).
## Status
In development.
## Deployment Instructions
Assuming you already have a k8s cluster with the educates operator deployed..
1. Clone this repo
1. Navigate to its base directory
1. Deploy the workshop:
```bash
kubectl apply -f resources/workshop.yaml
```
1. Deploy a sample training portal:
```bash
kubectl apply -f resources/training-portal.yaml
```
1. Get the URL for the training portal:
```bash
kubectl get trainingportal
```
The training portal is configured to allow anonymous access. For your own workshop content you should consider removing anonymous access.