Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.04 KB

File metadata and controls

27 lines (20 loc) · 1.04 KB

Demo App for Cloud Code and Kubernetes

Pre-requisites

Steps to go through

Context: We're taking an existing app and setting it up for development on k8s

  • Go through the existing app
  • Create k8s manifest YAML files
  • Run Cloud Code Deploy
    • Create Deployment Profile(s)
    • Ensure the Dockerfiles are written
  • Fix any bugs (could use the debugger + Continuous Deploy)
  • Add additional Profiles for other environments

Further Docs