]
Andre Dietisheim commented on JBDS-3434:
----------------------------------------
Afaics our primary goal for now is to use STI whereas in kubernetes deployment we'd
deploy docker images. In this sense I think that this is something we'll eventually
adress in later sprints.
[~jcantrill] dare to comment?
Kubernetes editor & wizard
--------------------------
Key: JBDS-3434
URL:
https://issues.jboss.org/browse/JBDS-3434
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: openshift
Reporter: Charles Moulliard
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, ...