Back to all

cloud-deployment

by Hamza Bhatti

00Feb 8, 2026Visit 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 ```