Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This opens a progress window. In the background, the application is being built, tested, and deployed. Every developer has a private namespace in the cluster.

...

Once that is done, the Services card is enabled. Click on the Services card to open a view of the project’s modules, services, tasks, and tests.

...

Modules are the basic unit of building in Garden. They are usually the first thing you add after creating the project-level configuration.A module A module is something you build. It can correspond to a Dockerfile and its associated code, a remote Docker image, a Helm chart, and more, depending on the module type. A module can contain zero or more services, tasks, and tests. It can also have build dependencies.

A service is something you deploy. A task is something you run and wait to finish, and a test has test results.

To show the dependencies between these objects, click on the “Stack Graph” item in the sidebar menu.

...

Configuration

The project configuration garden.yml file should be located in the top-level directory of the project's Git repository.

...