Skip to content

Terraform module for creation of resources needed for OOM kills monitoring.

Notifications You must be signed in to change notification settings

AckeeCZ/terraform-gcp-gke-oom-kill-monitoring

Repository files navigation

Terraform Google Cloud GKE OOM Kills Monitoring

Terraform module for creation of resources needed for OOM kills monitoring.

Requirements

No requirements.

Providers

Name Version
google n/a
kubernetes n/a
random n/a

Modules

No modules.

Resources

Name Type
google_project_iam_member.sa resource
google_service_account.sa resource
google_service_account_iam_member.sa_allow_iam_workload_identity resource
kubernetes_deployment.gke_oom_killed_monitoring resource
kubernetes_service_account.sa resource
random_string.random resource

Inputs

Name Description Type Default Required
cluster_name Name of cluster of the monitored pods string n/a yes
docker_tag Tag of image ackee/gke_oom_monitoring used for monitoring string "latest" no
location Location of the monitored pods string n/a yes
namespace Namespace for monitoring deployment containing pod runtime string n/a yes
project Project ID string n/a yes

Outputs

No outputs.

About

Terraform module for creation of resources needed for OOM kills monitoring.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published