Closed
Description
/area documentation
Which area this documentation change is related to?
/area api
Issue details
What mistake did you find / what is missing in the documentation?
Add a tutorial to walk through the steps of creating a devfile from scratch to build an application with a frontend and backend component using devfile. The tutorial should cover both inner loop and outer loop functions in the devfile.
The flow of the tutorial will include (for both the frontend and backend components):
- Start with a minimal empty devfile
- Add metadata and schema version to the devfile
- Innerloop:
- Add a container
- Add an endpoint to the container
- Add a build command
- Add a run command
- Add a debug command
- Outerloop:
- Add image component with dockerfile
- Add kubernetes component for the kubernetes yaml for deployment
- Add deploy command
- How to test out the created devfile
For some of those steps, it can tie this tutorial to the devfile snippets created as part of #885 to help users on how to use the snippets doc as well.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done ✅