Following sample applications are currently available for CloudARK (https://github.com/cloud-ark/cloudark.git)
- hello-world - Single container Python web application
- hello-world-servlet - Single container Java Servlets web application
- JavaScript-Example - Single container Java web application that uses HTML+JavaScript frontend and Java REST API
- greetings - Single container stateful application that uses cloud managed database service instance for state management
- wordpress - Single container stateful application that uses cloud managed database service instance for state management
- wordpress-kubernetes-pods - Multi-container stateful application that uses mysql container for state management
The README file in each application folder contains instructions to deploy that application.
If you run into any issues please file them here
Please include following information:
- environment yaml definition
- application yaml definition
- cld commands used
- relevant stack trace from cld.log
Checkout our suggested troubleshooting tips.