Git Product home page Git Product logo

kubernetes-goldengate's Introduction

kubernetes-goldengate

Deploy an Oracle Golden Gate Free 23c instance on kubernetes.

Table of contents

Introduction

The availability of new Oracle Golden Gate 23c free has been announced, which takes advantage of the new GoldenGate Microservice 23.3 as its primary engine.

Oracle GoldenGate 23c Free is the same robust Oracle GoldenGate on which enterprises worldwide rely. It provides a complete experience and is packaged for user-friendliness and straightforward download—for free.

GoldenGate Free offers built-in support for low-latency replication, modern data types, microservices, and all the top-tier GoldenGate features, all in a single, user-friendly, easy to setup free application.

In addition to the previously available uni-direction replication from earlier releases, this most recent version of GoldenGate 23c adds support for Oracle Database 23c and introduces a completely new, significantly simplified user interface for configuring multi-active data replication with Automatic Conflict Detection and Resolution (ACDR).

GoldenGate Free is completely free, and its pre-built container is simple to acquire from the Oracle Container Registry, and the container can run on environments such as Podman, Rancher, or Docker. You can visit the Oracle Container Registry, download and review notes by visiting: http://bit.ly/oggcr

This repository helps you to deploy GoldenGate Free in a k8s cluster

Prerequisites

A running kubernetes cluster is needed to deploy Golden Gate 23c Free. Check deploy-kubernetes-cluster repository to deploy the required k8s cluster. In my case, I'm using MetalLB as Load Balancer.

Installation

Follow the next steps to deploy Oracle Golden Gate 23c Free:

Create namespace

kubectl apply -f goldengate-namespace.yaml

Create secret

Remember to change the password!

kubectl create secret generic oggadmin --from-literal=ogg_admin_pwd='xBvPi72VwW/r-WYzD' -n goldengate

Create deployment

kubectl apply -f goldengate-deployment.yaml

Create service

kubectl apply -f goldengate-service.yaml

Upgrade

#TODO

kubernetes-goldengate's People

Contributors

hfolguera avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.