Creating an OKE Worker Load Balancer Subnet
On Compute Cloud@Customer, part of configuring OKE requires creating a security list and a worker load balancer subnet.
Create the following resources in the order listed:
Create a Worker Load Balancer Security List
Create a security list and a worker load balancer subnet. To create a security list, use the instructions in Creating a Security List. For Terraform input, see Example Terraform Scripts for Network Resources.
This security list defines traffic, such as applications, that's allowed to contact the worker load balancer.
For this example, use the following input for the worker load balancer subnet security list. These sources and destinations are examples; adjust these for your applications.
When you create an external load balancer for your containerized applications (see Exposing Containerized Applications), remember to add that load balancer service front-end port to this security list.
Compute Cloud@Customer Console property |
CLI property |
---|---|
|
|
Two ingress security rules: |
Two ingress security rules:
|
Ingress Rule 1
|
Ingress Rule 1
|
Ingress Rule 2
|
Ingress Rule 2
|
Create the Worker Load Balancer Subnet
To create a subnet, use the instructions in Creating a Subnet For Terraform input, see Example Terraform Scripts for Network Resources.
For this example, use the following input to create the worker load balancer subnet. Use the OCID of the VCN that was created in Creating an OKE VCN. Create the worker load balancer subnet in the same compartment where you created the VCN.
Compute Cloud@Customer Console property |
CLI property |
---|---|
|
|
Next Step: