Skip to content

Latest commit

 

History

History

oke-public-lb-and-api-endpoint-private-workers-no-existing-network

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Create Internet facing OKE Cluster without already existing cloud network infrastructure

This example creates Internet facing OKE Cluster with public LoadBalancer, public API Endpoint and private NodePool + all dependent cloud network infrastructure inside 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