Prepare an Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) Cluster

Verrazzano can create network policies that can be used to limit the ports and protocols that pods use for network communication. Network policies provide additional security but they are enforced only if you install a Kubernetes Container Network Interface (CNI) plug-in that enforces them, such as Calico. For an example on OKE, see Installing Calico and Setting Up Network Policies.

  • Create the OKE cluster using the Oracle Cloud Infrastructure Console or by some other means.

  • Follow the instructions provided by OKE to download the Kubernetes configuration file for your cluster, and set the following ENV variable:

    $ export KUBECONFIG=<path to valid Kubernetes config>
    

  • Optional, if your organization requires the use of a private registry to the Docker images installed by Verrazzano, see Install Verrazzano in a Disconnected Environment.

Next steps

To continue, see the Installation Guide.