Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE)
Prepare for the Oracle Cloud Infrastructure installation
-
Create the OKE cluster using the Oracle Cloud Infrastructure Console or by some other means.
-
For
SHAPE
, an OKE cluster with three nodes ofVM.Standard2.4
Oracle Cloud Infrastructure compute instance shape has proven sufficient to install Verrazzano and deploy the Bob’s Books example application. -
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.
NOTE
OKE clusters using only the flannel overlay network is supported. OCI VCN-Native Pod Networking will not work.Next steps
To continue, see the Installation Guide.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.