-
Notifications
You must be signed in to change notification settings - Fork 0
K8s Namespace
Andy Potanin edited this page Jun 21, 2026
·
1 revision
Creates a Kubernetes namespace.
Use this module when a standalone namespace is needed without the full tenant provisioning provided by k8s-access.
- Namespace creation.
- A kubeconfig with cluster admin or namespace creation permissions.
- For tenant onboarding, prefer
k8s-accesswhich creates a namespace along with service accounts, RBAC, and kubeconfig secrets. - This module creates only the namespace resource with no additional configuration.
services:
- name: "k8s Namespace"
module: "k8s-namespace"
id: "namespace"
deployment_order: 60
configurations:
namespace: "my-namespace"This module does not produce outputs.
The fields below are public module inputs under configurations.
configurations:
namespace: "my-namespace"| Field | Type | Required | Description |
|---|---|---|---|
namespace |
string | Yes | Kubernetes namespace name. |
- GCP GKE Cluster
- GCP GKE Node Pool
- GCP IAM
- GCP Monitoring
- GCP Networking
- GCP PostgreSQL Instance
- GCP Secret Manager
- GCP SQL Instance
- GCP Static IP
- GCP Storage