Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffgbutler/lab-carvel
https://github.com/jeffgbutler/lab-carvel
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffgbutler/lab-carvel
- Owner: jeffgbutler
- License: mit
- Created: 2023-04-19T19:27:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T20:35:40.000Z (2 months ago)
- Last Synced: 2024-08-22T22:38:46.074Z (2 months ago)
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lab-carvel
LAB - Markdown Sample
=====================Sample workshop content using Markdown formatting for pages.
If you already have the Educates operator installed and configured, to
deploy and view this sample workshop, run:```
kubectl apply -f https://raw.githubusercontent.com/jeffgbutler/lab-carvel/main/resources/workshop.yaml
kubectl apply -f https://raw.githubusercontent.com/jeffgbutler/lab-carvel/main/resources/training-portal.yaml
```This will deploy a training portal hosting just this workshop. To get the
URL for accessing the training portal run:```
kubectl get trainingportal/lab-carvel
```The training portal is configured to allow anonymous access. For your own
workshop content you should consider removing anonymous access.