Skip to content

Commit

Permalink
Merge pull request #609 from garden-io/maven-container-plugin
Browse files Browse the repository at this point in the history
feat: add maven-container plugin type
  • Loading branch information
edvald authored Mar 8, 2019
2 parents a4bd61a + 7414898 commit a9f15d0
Show file tree
Hide file tree
Showing 12 changed files with 1,039 additions and 83 deletions.
2 changes: 1 addition & 1 deletion docs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ We currently have a rough version of a Docker Swarm plug-in for Garden, but don'

The Garden orchestrator itself doesn't care where your services are built, tested and deployed. However, the current selection of plug-ins does support local development better than remote development. For Kubernetes development in particular, it is currently much easier to set up the `local-kubernetes` plugin, and feedback loops are generally faster than with the more generic `kubernetes` plugin (see [this example](https://github.com/garden-io/garden/tree/master/examples/remote-k8s) for how to configure remote clusters).

However, we are working to bridge that gap, since we strongly believe that remote building, testing and deployment is the way of the future. You can already use our [hot reloading](./hot-reload.md) feature with remote clusters, for example.
However, we are working to bridge that gap, since we strongly believe that remote building, testing and deployment is the way of the future. You can already use our [hot reloading](./using-garden/hot-reload.md) feature with remote clusters, for example.

### Garden vs. Skaffold?

Expand Down
Loading

0 comments on commit a9f15d0

Please sign in to comment.