MuleRun
Chat
Resources
Pricing
Back to all
cloud-deployment
by
Hamza Bhatti
Run
0
0
Feb 8, 2026
Visit Source
Always Free: 4 OCPUs, 24GB RAM ```bash # Create cluster oci ce cluster create \ --name todo-cluster \ --kubernetes-version v1.28.2 \ --node-shape VM.Standard.E2.1.Micro \ --node-count 2 ```