IaC Bazaar
IBM CloudPlan-validated

IBM Cloud Kubernetes (IKS) on VPC

IKS cluster on VPC Gen2 with worker pools and COS-backed registry namespace.

terraformAlt & Specialty Clouds#ibmcloud

Compare Managed Kubernetes across clouds →

ibm-iks-clusterterraform v1.7

Verification

Plan-validated

Passed: 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

Functional

  • Live test pending (no cloud run yet)

Last verified 2026-06-28 · how we verify

Verify this download

cosign · sha-256

Don't take our word for it. Every release is signed with cosign - check the bytes against our pinned public key before you trust them.

# 1. Our pinned public key - fetch once, trust out-of-band
curl -O https://www.iac-bazaar.com/cosign.pub

# 2. This module's Sigstore bundle
curl -o ibm-iks-cluster-1.0.0.sigstore.json \
  https://www.iac-bazaar.com/api/artifacts/ibm-iks-cluster/signature

# 3. Verify the tarball you downloaded
cosign verify-blob \
  --key cosign.pub \
  --bundle ibm-iks-cluster-1.0.0.sigstore.json \
  ibm-iks-cluster-1.0.0.tar.gz
# → Verified OK

# 4. (optional) confirm the checksum too
echo "21e07fb954a72e5e6a72848d00516af7630247ddb4da7c6d1f07cd79f7633280  ibm-iks-cluster-1.0.0.tar.gz" | sha256sum -c

Use it from the registry

terraform · opentofu
module "iks_cluster" {
  source  = "www.iac-bazaar.com/iac-bazaar/ibm-iks-cluster/ibmcloud"
  version = "1.0.0"
}

Paid module — needs a purchase (or a subscription that covers it) plus a registry token from /account/tokens. Full setup: registry docs.

Inputs & outputs

Create a free account to read this module's contract

The declared contract — every input name, type, default and description, plus every output — is shown to signed-in accounts, not to anonymous visitors.

A free account sees the contract of every Free module. This one is Premium, so its contract unlocks when you buy it.

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, and tflint.

Secure defaults

  • Private-only Kubernetes APIdisable_public_service_endpoint = true by 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_config to 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_count nodes.
  • Persistent storage preserved on destroyforce_delete_storage = false by default so block volumes survive an accidental destroy.
  • No hardcoded secrets — the IBM API key is supplied to the provider, never to the module.

Requirements

  • Terraform or OpenTofu >= 1.6
  • IBM-Cloud/ibm provider >= 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).

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

Related modules