christensenjairus/ClusterCreator — reverse-engineered prompt

Reverse engineered prompt

Build me a simple command line tool I can run from my laptop to create and manage Kubernetes clusters on my Proxmox setup. I want it to handle the whole flow, setting up the virtual machines, bootstrapping Kubernetes, and then letting me add or remove nodes later without a bunch of manual work.

It should support small single node clusters and bigger setups too, including a highly available control plane, separate etcd if needed, and worker nodes with different CPU, memory, disk, and network settings. If possible, make it easy to create dedicated VLANs and networks for the cluster, with optional Unifi support, and allow storing state in S3 compatible storage like Minio. Dual stack networking support would be great too.

Please make the workflow feel straightforward, with a main script or shortcut command for setup, cluster selection, provisioning, and day to day management. Include helpful defaults, clear config files, and enough docs so someone lightly technical can actually use it. Look up current docs online if you need to.

Want more depth? Deep Reverse