gke-namespace
blackbird-cloud/gke-namespace/google
Simple namespace creator for GKE clusters
A Google Kubernetes Engine Namespace Terraform module A Terraform module which configures your Google Kubernetes Engine namespace.  Example ``hcl module "namespace" { source = "blackbird-cloud/gke-namespace/google" version = "~> 1" cluster_name = "my-cluster" location = "europe-west4" name = "mynamespace" labels = { my = "label" } annotations = { my = "annotation" } } provider "google" { project = "my-project" } ` Requirements | Name | Version | |------|---------| | terraform | >= 1 | | google | ~> 4 | | kubernetes | ~> 2 | Providers | Name | Version | |------|---------| | google | 4.79.0 | Resources | Name | Type | |------|------| | google_client_config.provider | data source | | google_container_cluster.my_cluster | data source | Inputs | Nam
| Name | Type | Description | Default |
|---|---|---|---|
| cluster_name | string | (Required) - The name of the cluster. | required |
| location | string | (Required) - The location (zone or region) this cluster has been created in. | required |
| name | string | Name of the namespace, must be unique. Cannot be updated. | required |
| labels | map(string) | (Optional) Map of string keys and values that can be used to organize and catego | {} |
| annotations | map(string) | (Optional) An unstructured key value map stored with the namespace that may be u | {} |
namespace — The created Namespace on Kubernetes.Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,