Background If you have followed Part 1 and Part 2 you should have a already downloaded the Oracle 19.3 Docker image from the Oracle Container Registry and have tried it out in your environment. In this post I will be using Minikube and VirtualBox to run an Oracle 19c database within Kubernetes environment. Kubernetes -... Continue Reading →
Oracle 19c on Docker and Kubernetes Part 2- Running Oracle on Docker
Oracle 19c Docker Image In Part 1 of this Blog series I showed how you can obtain the official Oracle 19.3 Docker image from the Oracle Container Registry, if you missed the you can read more about getting the Oracle 19c image here. You can still use the Oracle provided Docker build scripts to roll... Continue Reading →
Getting started with Kubernetes and Oracle 18c Express Edition (XE)
In this Blog I am going to show how we can quickly get an Oracle 18c Express Edition (XE) database up and running on Kubernetes for testing purposes on a laptop. This blog post covers: Configuring Minikube for KubernetesBuilding the Oracle 18c XE Docker imageRunning Oracle 18x XE in KubernetesThe Kubernetes DashboardConnecting from a laptopKubernetes... Continue Reading →
Running Oracle 12c in Kubernetes with Minikube and VirtualBox
MiniKube Before we start I will increase the default Minikube VM memory size from 2GB to 10GB, this is required to accommodate my Oracle 12c database, I will also set the MiniKube vm driver to use VirtualBox this can be done by changing the Minikube configuration. If you have not already got MiniKube installed you... Continue Reading →