Objectives for sprint in week 41 serverless
¶
These are the main three objectives for this sprint.
- Running simple ecommerce application on Code Engine
- Automation of the deployment
- Documentation of the setup
1 Running simple ecommerce application on Code Engine¶
- App ID is configured (DONE)
- Frontend is integrated with AppID (DONE)
- Externalize configuration for Service Catalog (DONE)
- Externalize configuration for AppID (DONE)
- Backend is integrated with AppID (PENDING)
- Externalize configuration for AppID (PENDING)
- Backend is integrated postgres (IN PROGRESS)
- Externalize configuration for Postgress (IN PROGRESS)
- Postgres is setup (DONE)
2 Automation of the deployment¶
- Installation and setup is more about creation (IN PROGRESS) (link to the bash script for initial creation)
- CI/CD is more about update (IN PROGRESS) (link to the Toolchain with the tekton pipeline)
2.1 Differences between creation and update¶
- Creation (link to the bash script for initial creation) This is a simplified diagram containing the used elements and dependencies.
- Update (link to the Toolchain with the tekton pipeline) This is a simplified diagram containing the used elements and dependencies.
2.2 Used CLIs and APIs for the automation¶
-
IBM Cloud Services
-
Bash automation
3 Documentation of the setup¶
- Automation setup (in progress)
- Manual setup (pending)
- Workshop (pending)