Skip to content

Commit ee6392a

Browse files
committed
Add "running apps" overview.
1 parent 14c3e64 commit ee6392a

File tree

2 files changed

+29
-11
lines changed
  • _docs-sources/foundations/running-apps
  • docs/foundations/running-apps

2 files changed

+29
-11
lines changed

_docs-sources/foundations/running-apps/index.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# About Running Apps
22

3-
The Running Apps component is focused on enabling your organization's developers to run their apps and workloads.
3+
The Running Apps component is focused on:
4+
5+
- Enabling your organization's developers to run their containerized apps
6+
- Enabling your organization's developers to run individual Lambda functions
7+
- Adopting patterns for managing multiple clusters across many teams
8+
9+
## What's included
10+
- **Strategy.** For EKS, Gruntwork has an opinionated GitOps workflow we call "GruntOps."
11+
- **IaC Modules.** Running Apps includes access to several IaC modules relating to EKS, ECS, and individual Lambda functions.
12+
- **Tooling.** We make use of Kubernetes ecosystem tooling like Karpenter and Argo, in addition to our own tooling to improve the UX for ECS and Lambda.
13+
- **Setup.** Our modules include documentation on how to configure an EKS or ECS cluster.
14+
- **Updates.** Gruntwork publishes regular updates to EKS, ECS, and Lambda modules, and you can use [Patcher](/pipelines/overview/) to automatically update to the latest version of these modules.
415

516
## Available approaches
617

@@ -37,8 +48,6 @@ We support invoking Lambda functions across a range of scenarios:
3748

3849
For running complex Serverless applications, we recommend the [Serverless Framework](https://www.serverless.com/), which is available separately via Serverless, Inc.
3950

40-
## Out-of-the-box setup
41-
42-
A Gruntwork subject matter expert in EKS, ECS, or Lambda will help you design a strategy for deploying apps using your preferred methodology, and provide support while you configure the Gruntwork modules to implement your strategy.
51+
### Missing functionality
4352

44-
If you are looking to add functionality not yet supported by Gruntwork, you can either add this on your own, or we will consider those requests for our roadmap or as part of a separate, paid engagement.
53+
If you are looking to add functionality not yet supported by Gruntwork, you can either [contribute a pull request](http://localhost:3000/library/usage/contributing), add the functionality on your own, work with Gruntwork as part of paid engagement, or request we add it to our roadmap.

docs/foundations/running-apps/index.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# About Running Apps
22

3-
The Running Apps component is focused on enabling your organization's developers to run their apps and workloads.
3+
The Running Apps component is focused on:
4+
5+
- Enabling your organization's developers to run their containerized apps
6+
- Enabling your organization's developers to run individual Lambda functions
7+
- Adopting patterns for managing multiple clusters across many teams
8+
9+
## What's included
10+
- **Strategy.** For EKS, Gruntwork has an opinionated GitOps workflow we call "GruntOps."
11+
- **IaC Modules.** Running Apps includes access to several IaC modules relating to EKS, ECS, and individual Lambda functions.
12+
- **Tooling.** We make use of Kubernetes ecosystem tooling like Karpenter and Argo, in addition to our own tooling to improve the UX for ECS and Lambda.
13+
- **Setup.** Our modules include documentation on how to configure an EKS or ECS cluster.
14+
- **Updates.** Gruntwork publishes regular updates to EKS, ECS, and Lambda modules, and you can use [Patcher](/pipelines/overview/) to automatically update to the latest version of these modules.
415

516
## Available approaches
617

@@ -37,16 +48,14 @@ We support invoking Lambda functions across a range of scenarios:
3748

3849
For running complex Serverless applications, we recommend the [Serverless Framework](https://www.serverless.com/), which is available separately via Serverless, Inc.
3950

40-
## Out-of-the-box setup
41-
42-
A Gruntwork subject matter expert in EKS, ECS, or Lambda will help you design a strategy for deploying apps using your preferred methodology, and provide support while you configure the Gruntwork modules to implement your strategy.
51+
### Missing functionality
4352

44-
If you are looking to add functionality not yet supported by Gruntwork, you can either add this on your own, or we will consider those requests for our roadmap or as part of a separate, paid engagement.
53+
If you are looking to add functionality not yet supported by Gruntwork, you can either [contribute a pull request](http://localhost:3000/library/usage/contributing), add the functionality on your own, work with Gruntwork as part of paid engagement, or request we add it to our roadmap.
4554

4655

4756
<!-- ##DOCS-SOURCER-START
4857
{
4958
"sourcePlugin": "local-copier",
50-
"hash": "5fadf65f5d6750b170d643866ccf2c8c"
59+
"hash": "70bb78f23223052c4d4e8fe85735a442"
5160
}
5261
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)