Skip to content

ibm-cloud-architecture/cloud-native-bootcamp

Repository files navigation

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