Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ROunofF committed Sep 14, 2023
1 parent fe0f55e commit 7295882
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/observability/logging/pod-logging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ $ prepare-environment observability/logging/pods
This will make the following changes to your lab environment:
- Install AWS for Fluent Bit in the Amazon EKS cluster

You can view the Terraform that applies these changes [here](https://github.com/VAR::MANIFESTS_OWNER/VAR::MANIFESTS_REPOSITORY/tree/VAR::MANIFESTS_REF/manifests/modules/observability/pod-logging/.workshop/terraform).

You can view the Terraform that applies these changes [here](https://github.com/VAR::MANIFESTS_OWNER/VAR::MANIFESTS_REPOSITORY/tree/VAR::MANIFESTS_REF/manifests/modules/observability/logging/pods/.workshop/terraform).
:::

According to the [Twelve-Factor App manifesto](https://12factor.net/), which provides the gold standard for architecting modern applications, containerized applications should output their [logs to stdout and stderr](https://12factor.net/logs). This is also considered best practice in Kubernetes and cluster level log collection systems are built on this premise.
Expand Down

0 comments on commit 7295882

Please sign in to comment.