Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 556 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 556 Bytes

IBM Cloud Native Bootcamp

Technologies Covered

Cloud Native

  • Cloud Native Overview

Containers

  • Docker
  • Quay Registry
  • IBM Container Registry

Cloud Orchestration

  • Openshift
  • Kubernetes

CI/CD

  • ArgoCD
  • Tekton

Running Locally

  1. Clone this github repo
git clone (https://github.com/ibm-cloud-architecture/cloud-native-bootcamp)
  1. Verify mkdocs and mkdocs material are installed.
npm install 
  1. Build the site
mkdocs build
  1. Serve the Site
mkdocs serve