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 →

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 →

Fully automated Oracle Kubernetes Engine (OKE) deployment with Portworx using Terraform

Introduction I frequently have the need to stand-up Kubernetes lab environments for R&D, learning and to develop blogs and solutions, Oracle Cloud Infrastructure (OCI) provides a great wizard to enable the rapid deployment of Oracle Kubernetes Engine (OKE) clusters. However, if you find yourself performing the same task often you should consider automating the process,... Continue Reading →

Getting started with the YugabyteDB Kubernetes Operator and Portworx

Background Over the last few years I have seen an increasing interest within the Oracle community with PostgreSQL and more recently with Yugabyte. During a recent User Group conference I took the opportunity to learn a bit more about YugabyteDB by attending an excellent presentation by my good friend Franck Pachot. Using my new found... Continue Reading →

Portworx Enterprise 2.8 installation on Oracle Kubernetes Engine (OKE)

Oracle Kubernetes Engine (OKE) Cluster Let's start by creating an Oracle Kubernetes Engine cluster on Oracle Cloud Infrastructure (OCI). You can use the OCI Web UI to manually create an OKE Cluster within your OCI Compartment. Or if you prefer you may want to consider using my Terraform automation which is available in GitHub. Before... Continue Reading →

Using the Oracle MySQL Kubernetes database Operator, Portworx and OKE

Today there are a number of different MySQL Kubernetes Operators available for use, many providing similar functionality with varying development effort and support offerings, for example Percona, PressLabs, GrdsCloud, Moco to name a few. In this post I am going to be using the official MySQL Kubernetes Operator developed by the Oracle MySQL team to... Continue Reading →

How to configure the Kubernetes Dashboard on Oracle Kubernetes Engine (OKE)

The Kubernetes Dashboard is not deployed in Oracle Cloud Infrastructure (OCI) Oracle Container Engine for Kubernetes (OKE) by default but can easily be enabled by following the steps below. Check Environment For this post I am using Kubernetes version 1.20.8 with Oracle Linux 7.8 nodes, you can confirm the version of your Oracle Cloud Infrastructure... Continue Reading →

Create a website or blog at WordPress.com

Up ↑