clusterload
3191110276/clusterload/kubernetes
Terraform Module
HCL
KUBERNETES
Install
module "clusterload" {
source = "3191110276/clusterload/kubernetes"
version = "0.2.1"
}
README
Module for deploying a Kubernetes load generator
Inputs (7)
| Name | Type | Description | Default |
|---|---|---|---|
| clusterload_quota_pods | string | Limit for the number of Pods that can be created in this namespace. | "20" |
| clusterload_quota_cpu_request | string | Maximum for CPU requests. The total amount of CPU requests across all active Pod | "2" |
| clusterload_quota_cpu_limit | string | Maximum for CPU limits. The total amount of CPU limits across all active Pods ca | "4" |
| clusterload_quota_memory_request | string | Maximum for memory requests. The total amount of memory requests across all acti | "16Gi" |
| clusterload_quota_memory_limit | string | Maximum for memory limits. The total amount of memory limits across all active P | "32Gi" |
| clusterload_configurations | list(object({ pod_name | This is the configuratin of the clusterload Deployment(s). One Deployment is cre | [
{
"containers": [
{
|
| namespace | string | Namespace 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