Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Cloud Native Development Configuration Practices on Educates

Notifications You must be signed in to change notification settings

vmware-tanzu-learning/cnd-config-practices-eduk8s

Repository files navigation

Cloud Native Configuration practices workshop maintainer's guide

Welcome to the Developer Cloud Native Configuration practices workshop.

This page is for maintainers, not for students.

Requirements

Commands

Build and Run Locally

make

Rebuild, and redeploy the workshop and training portal with changes

make reload

Refresh the content in existing deployment

make refresh

After running the refresh, run update-workshop in your workshop terminal window and refresh the browser. The educates documentation has more details on live updates to content as well.

Stop an existing educates cluster

make stop

Start a previously stopped educates cluster

make start

Delete local educates cluster

make delete

Delete local educates cluster and local registry

make clean

Resources