iplabs / terraform-kubernetes-loki-aws

Terraform module to install Loki on a Kubernetes cluster to utilize storage (S3 and DynamoDB) in AWS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform module: Loki (on AWS Cloud Infrastructure)

This Terraform module can be used to install the Loki into a Kubernetes cluster which will utilize AWS (S3 and DynamoDB) to store logs.

Examples

Default deployment

To deploy Loki into an existing EKS cluster, the following snippet might be used.

module "loki" {
  source           = "iplabs/loki-aws/kubernetes"
  version          = "1.0.0"
  k8s_cluster_type = "eks"
  k8s_cluster_name = "mycluster"
}

About

Terraform module to install Loki on a Kubernetes cluster to utilize storage (S3 and DynamoDB) in AWS.

License:Mozilla Public License 2.0


Languages

Language:HCL 100.0%