clusterload

3191110276/clusterload/kubernetes

Terraform Module HCL KUBERNETES ⏱ stale 4y 11mo

Install

module "clusterload" {
source = "3191110276/clusterload/kubernetes"
version = "0.2.1"
}
⭐ Source on GitHub 📦 Registry page

README

Module for deploying a Kubernetes load generator

Inputs (7)

NameTypeDescriptionDefault
clusterload_quota_podsstringLimit for the number of Pods that can be created in this namespace."20"
clusterload_quota_cpu_requeststringMaximum for CPU requests. The total amount of CPU requests across all active Pod"2"
clusterload_quota_cpu_limitstringMaximum for CPU limits. The total amount of CPU limits across all active Pods ca"4"
clusterload_quota_memory_requeststringMaximum for memory requests. The total amount of memory requests across all acti"16Gi"
clusterload_quota_memory_limitstringMaximum for memory limits. The total amount of memory limits across all active P"32Gi"
clusterload_configurationslist(object({ pod_name This is the configuratin of the clusterload Deployment(s). One Deployment is cre[ { "containers": [ {
namespacestringNamespace used for deploying the clusterload objects. This namespace has to exis"clusterload"

Resources (2)

kubernetes_deploymentkubernetes_resource_quota

Details

FrameworkTerraform Module
LanguageHCL
Version0.2.1
Cloud KUBERNETES
★ Stars0
Forks2
Total downloads5.4k
Inputs7
Resources2
Namespace3191110276
Updated