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

Set up an Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) cluster for Verrazzano

Prepare for the Oracle Cloud Infrastructure installation

  • 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 Use a Private Registry.

NOTE: 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.

Next steps

To continue, see the Installation Guide.