Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 858 Bytes

File metadata and controls

19 lines (14 loc) · 858 Bytes

Insights

This module configures the log collection and prometheus scraping settings for containers in the cluster.

Notes

  • This module is optional but is required to override the default configuration when monitoring is enabled on the cluster which may cause excessive logging and high billing charges.
  • This module is external to the cluster module as it defines a Kubernetes resource that uses a provider dependent on the output of the cluster module and so cannot be initially applied in the same step due to limitations in Terraform.

References