Completed
Re-deploy and Test Successfully
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deploy SAP Cloud Application Programming Model to SAP Cloud Platform - Kyma Runtime
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Kyma Trial Setup
- 3 Kubectl Setup
- 4 Docker
- 5 Create CAP application via Yeoman Wizard
- 6 package.json adjustments
- 7 npm install
- 8 Remember to install SAP CommonCryptoLib
- 9 Deploy to HANA
- 10 Dockerize the Application
- 11 Docker build
- 12 Docker run
- 13 Shell into the Running Docker Container
- 14 Publish Docker Image
- 15 Kyma Deployment Descriptor
- 16 Mapping default-env.json/VCAP to K8S Secrets
- 17 Deploy to Kyma
- 18 My Mistake - Failed to Run
- 19 Discussion of @sap/xsenv vs. CAP environement
- 20 Change from Secrets to Environment Config Map
- 21 Re-deploy and Test Successfully