oke-cluster-generator

Generate Terraform stacks and OCI Resource Manager schemas for OKE clusters.

785|220|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/oracle/skills --skill oke-cluster-generator-oracle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oke-cluster-generator
Source: https://github.com/oracle/skills/tree/main/oci/oke/skills/oke-cluster-generator
Command: npx skills add https://github.com/oracle/skills --skill oke-cluster-generator-oracle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the design and generation of Terraform stacks and OCI Resource Manager schemas for OKE clusters, streamlining the process of infrastructure deployment.

Core Features & Use Cases

  • Automated Terraform Stack Generation: Automatically generate Terraform code for OKE cluster setup.
  • OCI Resource Manager Schema Generation: Generate schema.yaml files for deployment in OCI Resource Manager.
  • Use Case: When you need to design and deploy an OKE cluster, this Skill can guide you through the process and generate the necessary code for a production-ready cluster.

Quick Start

Use the oke-cluster-generator skill to create an OKE cluster with the specified parameters.

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 stacks for an OKE cluster?

You can generate Terraform stacks for an OKE cluster by specifying parameters for networking, node pools, storage, and security. This process automates the creation of production-ready infrastructure code for your deployment.

What is an OCI Resource Manager schema and why is it needed for OKE?

An OCI Resource Manager schema is a schema.yaml file that defines deployment variables for OKE clusters. You need it to deploy and manage your Terraform stacks directly within the OCI Resource Manager service.

Can I customize OKE cluster add-ons and node pools using Terraform?

Yes, you can customize OKE cluster add-ons and node pools. The generation process takes your defined parameters for cluster fundamentals, add-ons, and node pools to build the corresponding Terraform code.

Does this approach support OCI Resource Manager schema preferences for OKE deployment?

Yes, the generation process handles OCI Resource Manager schema preferences. It uses your specified input to generate both the Terraform code and the matching schema.yaml file for ORM deployment.

What is the best way to design an OKE cluster for OCI Resource Manager?

The best way to design an OKE cluster for OCI Resource Manager is to automate the generation of Terraform stacks and schema.yaml files. This ensures your cluster design aligns with ORM deployment requirements.

Are there limitations when generating OKE cluster schemas with Terraform?

Limitations depend on the user-defined parameters provided for cluster fundamentals, networking, and security. The generated Terraform and ORM schemas strictly reflect these inputs without inferring missing configurations.