Oracle-On-Kunernetes is a collection of example Kubernetes Manifest files utilising the Pure Service Orchestrator (PSO) Container Storage Interface (CSI) Driver to provide persistent Block or File (NFS) storage to Oracle Databases containers.
Oracle-on-Kubernets has been tested on MicroK8s but should also work with other Kubernetes distributions.
- Create Oracle 12c, 18c 18c(XE), 19c Database
- Stop / Start Databases
- Relocate / Move Databases
- Create a Kubernetes Cluster using preffered distribution e.g MicroK8s
- Download required Oracle Database ZIP files from OTN, a valid OTN account and licences will be requrired.
- Pull this Repo
- Vist my Blog and read relevant Oracle on Kubernetes posts
$ kubectl apply -f <mainfest>.yaml -n oracle-namespace
Ron Ekins, Principal Solutions Architect, Office of the CTO at Pure Storage
Oracle ACE Director
@ronekins
This module is available to use under the Apache 2.0 license, stipulated as follows:
Copyright 2018 Pure Storage, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Oracle 19c on Kubernetes and Portworx storage (https://ronekins.com/2020/11/06/oracle-database-19c-on-kubernetes-with-portworx-storage/)
Using Oracle Docker Images (https://ronekins.com/2020/05/14/how-to-use-oracle-database-docker-images-with-kubernetes/)
Oracle 19c on NFS (https://ronekins.com/2020/05/19/oracle-19c-on-kubernetes-using-nfs-persistent-storage/)
Oracle 19c on Block (https://ronekins.com/2020/05/13/running-oracle-19c-on-kubernetes/)
Oracle OTN (https://www.oracle.com/downloads/#category-database)
Oracle Docker GitHub Repo (https://github.com/oracle/docker-images)
MicroK8s (https://microk8s.io)
Kubernetes CSI Docs (https://kubernetes-csi.github.io/docs/)
Portworx Docs (https://docs.portworx.com/)