Common patterns
Deploy an OKE Kubernetes cluster
An OCI infrastructure pattern, deployed with formae.
A managed OKE (Oracle Kubernetes Engine) cluster with its networking and a node
pool. One forma provisions the VCN, an internet gateway, a NAT gateway, a service
gateway, a route table, subnets, and a security list, then the OKE cluster on that
network and a node pool inside the cluster.
Deploy. Apply the example forma. formae provisions the network first, then the
cluster on it, then the node pool inside the cluster:
Verify. Once the command completes, the cluster is under management:
Tear down. The cluster has dependents, so cascade the destroy:
The full forma is in the
oke example.

