Skip to content

iplabs/terraform-kubernetes-loki-aws

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages