IBM Cloud Kubernetes (IKS) on VPC
IKS cluster on VPC Gen2 with worker pools and COS-backed registry namespace.
Verification
Plan-validatedPassed: module logic verified on a mocked plan — inputs, validation rules, conditional creation and outputs resolve (no real provider, no cloud).
Conformance
- Static validation (fmt · validate · tflint)
- No applicable security policies for this provider
- Plan tests (mocked: validation rules · outputs)
Provenance
- SHA-256 checksum
- Signature (pending)
Functional
- Live test pending (no cloud run yet)
Last verified 2026-06-28 · how we verify
Documentation
ibm-iks-cluster
IBM Cloud Kubernetes Service (IKS) on VPC Gen2 — a managed Kubernetes
cluster with a multizone default worker pool, optional additional worker pools,
a COS-backed Container Registry namespace for private images, and an optional
dedicated Cloud Object Storage instance. Works with Terraform and OpenTofu
(>= 1.6), IBM Cloud provider >= 2.0, < 3.0.
Status: static-validated, live-test pending. This module ships under live-test quarantine — IKS provisioning takes ~20 minutes and requires a paid IBM Cloud account, so the real apply → verify → destroy gate runs once a cloud sandbox is available. The configuration is validated with
tofu fmt,tofu validate, andtflint.
Secure defaults
- Private-only Kubernetes API —
disable_public_service_endpoint = trueby default; the master is reachable only over the VPC private service endpoint. - Customer-managed secrets encryption — wire Key Protect / Hyper Protect
Crypto Services through
kms_configto encrypt the cluster's etcd secrets with your own root key; KMS traffic stays on the private endpoint by default. - Multizone by design — supply three zones for an HA control plane and
worker spread; each zone places
worker_countnodes. - Persistent storage preserved on destroy —
force_delete_storage = falseby default so block volumes survive an accidentaldestroy. - No hardcoded secrets — the IBM API key is supplied to the provider, never to the module.
Requirements
- Terraform or OpenTofu
>= 1.6 IBM-Cloud/ibmprovider>= 2.0, < 3.0- An IBM Cloud paid account with VPC Infrastructure and Kubernetes Service
access, and an API key supplied to the provider (
ibmcloud_api_key).
Verification
Static-validated (fmt, validate, tflint). Live apply/destroy testing pending cloud sandbox availability — see catalog status.
License
Commercial — LicenseRef-IaCBazaar-Commercial. © IaC Bazaar. Original work (not derived from a third-party module).
Usage code & full reference unlock after purchase
The complete copy-paste usage, the full input/output reference, and operational notes ship with your licence — shown here and bundled in the download.
- Usage
- Inputs
- Outputs
- Notes