Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 889 Bytes

File metadata and controls

21 lines (18 loc) · 889 Bytes

Create fully public (Internet facing OKE) Cluster with already existing cloud network infrastructure

This example creates Internet facing OKE Cluster with public LoadBalancer, public API Endpoint and public NodePool + all dependent cloud network infrastructure injected into the module. The code deployes the use-case defined here.

Using this example

Update terraform.tfvars with the required information.

Deploy the cluster

Initialize Terraform:

$ terraform init

View what Terraform plans do before actually doing it:

$ terraform plan

Use Terraform to Provision resources:

$ terraform apply