In this Blog Series I am going to share how to deploy the Oracle Database 23c Free Developer Release on an Oracle Cloud Infrastructure (OCI) Oracle Container Engine for Kubernetes (OKE) Cluster with Portworx storage. In Part 1 of this blog series I shared how to create an OKE Kubernetes Cluster. In this Part 2... Continue Reading →
Oracle Database 23c Free Developer Release on OKE with Portworx Essentials – Part 1
In this 3 part blog series I am going to share how to get started with Oracle Database 23c Free Developer release on the Oracle Cloud Infrastructure (OCI) using Oracle Container Engine for Kubernetes (OKE) and the Portworx Essentials forever free edition. In Part 1 will cover the creation of the OKE Cluster, Part 2... Continue Reading →
How to Clone and run an Oracle Database in a Docker Container
During a recent conversation, I was asked How can I clone my Production Oracle 19c database, and run the database clone in a Docker container ? Great question, I hear you asking. Well, I have been talking about Docker, Kubernetes and Containerisation for many years but when I checked I had no video demonstrating how... Continue Reading →
Portworx Cloud Drive Support for Oracle Container Engine for Kubernetes (OKE)
Portworx 2.13 brings support for Cloud Drives to Oracle Container Engine for Kubernetes (OKE), Cloud Drives provide the ability to automatically provision storage, this is great news for anyone using Portworx on OKE as it means you no longer need to pre-allocate block storage. I have previously shared how to install Portworx on the Oracle... Continue Reading →
How to backup Oracle Container Engine for Kubernetes (OKE) Applications with Portworx PX-Backup – Part 1
In this blog post I am going to share how to install and configure Portworx PX-Backup to perform a backup of an application using the Oracle Container Engine for Kubernetes (OKE) managed Kubernetes service running on Oracle Cloud Infrastructure (OCI). Kubernetes Cluster For this post I have built a 3 node Kubernetes v1.25.4 cluster in... Continue Reading →
How to deploy a PostgreSQL database on the Oracle Cloud using OKE and Portworx Data Services (PDS)
With the recent growth in popularity of PostgreSQL, you may have noticed that many of the major Cloud vendors have developed and now offer managed PostgreSQL Database-as-Service (DBaaS) solutions, for example: Azure Database for PostgreSQL Amazon RDS for PostgreSQL Amazon Aurora Google Cloud SQL PostgreSQL Google AlloyDB for PostgreSQL IBM Cloud Database for PostgreSQL Additional,... Continue Reading →
Working with Kubernetes Labels
Kubernetes labels provide an important role in the management of large complex Kubernetes clusters. Kubernetes implements labels as key value pairs which are attached to objects, such as nodes and pods to store identifying and meaningful attributes, which can then be used to manage the running Kubernetes platform. For the purpose of the post I... Continue Reading →
How to deploy an on-premises 21c database using the Oracle Database Operator for Kubernetes
Background The Oracle Database Operator for Kubernetes (OraOpeator) provides a simple, supported method of provisioning, cloning, and patching Oracle Databases including databases deployed on Kubernetes. I have previously posted a blog on how to use the OraOperator (v0.1.0) to deliver an Oracle database on the Oracle Cloud Infrastructure (OCI) Oracle Container Engine for Kubernetes (OKE)... Continue Reading →
Using Portworx storage with Oracle Kubernetes Engine (OKE)
In this post I will share how to use the Portworx Container Storage Interface (CSI) with the Oracle Container Engine for Kubernetes, more commonly known as Oracle Kubernetes Engine (OKE) to Create, Snapshot, Clone, Resize, Restore and Delete Kubernetes Persistent Volume Claims (PVCs) Create a StorageClass (SC) Let's start by creating a new Portworx Storage... Continue Reading →
Backup PDS managed Kubernetes database to OCI S3 Object Storage
In this post I am going to share how to backup Portworx Data Services (PDS) managed Kubernetes databases to Oracle Cloud Infrastructure (OCI) S3 Object Storage buckets. OCI Object Storage Create OCI Bucket Logon to Oracle Cloud Infrastructure (OCI) and from the Dashboard select Object Storage or via the hamburger menu navigate to Storage -> Object Storage -> Buckets. Select your required Compartment,... Continue Reading →