To deploy a project on Openshift3, it will be required to edit/generate a kubernetes.json file. The fabric8 project has created a maven plugin to generate the kubernetes.json file and next to deploy the project on OS" (= maven fabic8:install) but it could be interesteting also that we propose :
- a kubernetes editor within JBDS to update the YAML or JSON file and
- a wizard to create a kubernetes template file using some criteria like the API version, name, ports to be exposed, volumes to mount, ...