Giter VIP home page Giter VIP logo

oke-hazelcast's Introduction

oke-hazelcast

This repo is an active colaboration between OCI and Hazelcast. The helm description below is being superceeded, but remains for the moment.

This is a walkthrough of setting the Hazelcast Operator up on Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE). It is developed jointly by Oracle and Hazelcast.

Prerequisites

First you're going to need to setup an Oracle Cloud account. The terraform in this directory will deploy create a VCN and OKE cluster. Clicking the deploy button below will direct you to the console

Deploy to Oracle Cloud

If you want to deploy onto an existing OKE cluster you need to set your environmental variables and configure kubectl. It sounds like a lot, but there's a nice walkthrough here that should help.

Get the Helm Chart

Great, you made it!

Now time for the fun part... Let's deploy the Hazelcast Operator using a Helm chart. That's all detailed in a great readme here Basically all you need to do is run:

helm init --upgrade
helm repo add hazelcast https://hazelcast.github.io/charts/
helm repo update

That should give you something like this:

Install the Chart

To install the chart run:

helm install --name my-release hazelcast/hazelcast

This prints out all sorts of helpful stuff about how to access the cluster:

You can grab the Management Center IP by running:

kubectl get svc --namespace default my-release-hazelcast-mancenter

That gives:

You can access Management Center on http://<ip_address>:8080/hazelcast-mancenter

Create a user and then you can check out the cluster:

Deleting the Chart

When you're all done with you cluster, you can run this to delete it:

helm delete my-release

That gives:

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.