OKD, the open source upstream Kubernetes distribution embedded in OpenShift, provides several ways to make deployments of applications to Kubernetes for developers easy. I've open sourced a project that demonstrates how to deploy local Open Liberty applications via two simple commands 'oc new-app' and 'oc start-build'.
$ oc new-app s2i-open-liberty:latest~/. --name=<service-name>
$ oc start-build --from-dir . <service-name>
from DZone.com Feed https://ift.tt/31OCz1I
No comments:
Post a Comment