-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1300 from garden-io/docs-restructure
docs: restructure and add new basic guides
- Loading branch information
Showing
68 changed files
with
782 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
order: 5 | ||
title: Guides | ||
--- | ||
|
||
# Guides | ||
|
||
## [Development Workflows](./development-workflows.md) | ||
|
||
In this article we discuss how to set up a new Garden project, the basic development workflow, how Garden's providers work, and the basics of testing and dependencies. | ||
|
||
## [Configuration Files](./configuration-files.md) | ||
|
||
This one is all about Garden's configuration files—an overview of project and module configs, setting up services, and a primer on tests. | ||
|
||
## [Container Modules](./container-modules.md) | ||
|
||
One of the most commonly used module types for Garden is the `container` module type. This guide walks through its usage and configuration. | ||
|
||
## [Local Kubernetes](./local-kubernetes.md) | ||
|
||
Garden works great with local Kubernetes setups. Here you'll find installation and usage instructions for some | ||
common flavors of local Kubernetes setups, such as Minikube, Docker for Desktop and MicroK8s. | ||
|
||
## [Remote Kubernetes](./remote-kubernetes.md) | ||
|
||
Garden can also work smoothly with remote Kubernetes clusters. If you'd like to use a remote cluster, you may have some | ||
additional considerations and requirements. Take a look at this guide for details. | ||
|
||
## [In-cluster Building](./in-cluster-building.md) | ||
|
||
One of Garden's most powerful features is the ability to build images in your Kubernetes development cluster, thus | ||
avoiding the need for local Kubernetes clusters. This guide covers the requirements for in-cluster building and how | ||
to set it up. | ||
|
||
## [Cloud Provider Set-up](./cloud-provider-setup.md) | ||
|
||
Instructions for creating and configuring Kubernetes clusters with GKE (Google), AKS (Azure), EKS and kops (AWS), and how to connect to them with Garden. | ||
|
||
## [Using Helm charts](./using-helm-charts.md) | ||
|
||
The [Helm](https://helm.sh/) package manager is one of the most commonly used tools for managing Kubernetes manifests. Garden supports using your own Helm charts, alongside your container modules. This guide shows you how to use 3rd-party (or otherwise external) Helm charts, as well as your own charts, in your Garden project. We also go through how to configure tests, tasks and hot-reloading for your charts. | ||
|
||
## [Using Remote Sources](./using-remote-sources.md) | ||
|
||
Instructions for how to import code from remote repositories into a Garden project. | ||
|
||
## [Hot Reload](./hot-reload.md) | ||
|
||
This article discusses how to use hot reloading, so that you can update running services on the fly as you make changes to their code, without losing state and without having to destroy and re-create containers. | ||
|
||
## [Terraform](./terraform.md) | ||
|
||
This article discusses how to use the Terraform provider, for provisioning infrastructure as part of your Garden project. |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
docs/using-garden/configuration-files.md → docs/guides/configuration-files.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
docs/using-garden/development-workflows.md → docs/guides/development-workflows.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.