oke-cluster-generator

Generate OKE Terraform stacks and ORM schemas for OCI.

2|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/chiphwang1/oke-agent-plugin --skill oke-cluster-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oke-cluster-generator
Source: https://github.com/chiphwang1/oke-agent-plugin/tree/main/skills/oke-cluster-generator
Command: npx skills add https://github.com/chiphwang1/oke-agent-plugin --skill oke-cluster-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end design and provisioning of an OKE Terraform stack and a corresponding ORM schema for OCI, removing manual guesswork and reducing errors.

Core Features & Use Cases

  • Guided multi-domain discovery (Cluster Fundamentals, Networking, Node Pools, Storage, Security & Access, Add-ons & Observability, ORM Schema Preferences) to produce production-ready Terraform bindings and a schema.yaml.
  • Live tenancy integration when OCI CLI is available to fetch real options (regions, compartments, k8s versions) while providing static fallbacks when needed.
  • Generates Terraform module inputs and a domain-aware ORM schema, enforcing validations and guardrails (CIDR, quotas, access controls) before code generation.
  • Suitable for rapid design and reproducible deployments of OKE clusters in OCI.

Quick Start

Provide your OKE requirements to generate a complete Terraform stack and ORM schema for an OCI-based Kubernetes cluster.

Frequently Asked Questions about oke-cluster-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Terraform modules for an OKE cluster?

To generate Terraform modules for an OKE cluster, provide your infrastructure requirements to trigger guided multi-domain discovery across networking, node pools, and security. The skill outputs production-ready Terraform module variables and a schema.yaml file for immediate deployment.

What is ORM schema generation for Oracle Kubernetes infrastructure?

ORM schema generation for Oracle Kubernetes infrastructure is the automated creation of a schema.yaml file that defines your OKE cluster configuration. It translates your infrastructure requirements into domain-aware ORM schemas ready for deployment.

Can I provision OKE infrastructure without the OCI CLI installed?

Yes, you can provision OKE infrastructure without the OCI CLI by utilizing static fallback data for regions, compartments, and k8s versions. The skill applies this fallback data when live tenancy integration is unavailable to complete code generation.

Does the OKE Terraform generator validate CIDR blocks and quotas?

Yes, the OKE Terraform generator validates CIDR blocks and quotas before code generation. It enforces production-grade guardrails and performs these validations to prevent deployment errors and ensure your infrastructure configuration is safe.

What is the best way to automate production-grade OKE deployments?

The best way to automate production-grade OKE deployments is using an infrastructure-as-code approach with Terraform and ORM schemas. This enforces production defaults, validates inputs, and removes manual guesswork for reproducible Kubernetes cluster provisioning.