Creating an application from a template
Cloud Code comes with a collection of starter templates to get you started quickly. To create a Kubernetes application using an existing sample, follow these steps:
- Choose the New Application command using the Cloud Code status bar.
- Select
Kubernetes application
for the type of sample. - Select a template based on the language you'd like to use from the available options: NodeJS, Go, Python, Java.
- Choose a preferred application location on your local machine.
On clicking enter, Cloud Code will clone your chosen template and open your newly created project for use.
Using your own application
If you'd like to use a project of your own, refer to this guide on setting up your application.