- Cloud Native Overview
- Docker
- Quay Registry
- IBM Container Registry
- Openshift
- Kubernetes
- ArgoCD
- Tekton
- Clone this github repo
git clone (https://github.com/ibm-cloud-architecture/cloud-native-bootcamp)
- Verify mkdocs and mkdocs material are installed.
npm install
- Build the site
mkdocs build
- Serve the Site
mkdocs serve