This project has been moved to https://github.com/eclipse/jkube . All new features would be implemented there and support for FMP would be eventually dropped.
fabric8-maven-plugin
Introduction
This Maven plugin is a one-stop-shop for building and deploying Java applications for Docker, Kubernetes and OpenShift. It brings your Java applications on to Kubernetes and OpenShift. It provides a tight integration into maven and benefits from the build configuration already provided. It focuses on three tasks:
Building Docker images
Creating OpenShift and Kubernetes resources
Deploy application on Kubernetes and OpenShift
Usage
To enable fabric8 maven plugin on your project just add this to the plugins sections of your pom.xml:
请发表评论