{"id":18802234,"url":"https://github.com/oracle-quickstart/oke-hazelcast","last_synced_at":"2026-04-09T08:42:57.897Z","repository":{"id":106381203,"uuid":"150478591","full_name":"oracle-quickstart/oke-hazelcast","owner":"oracle-quickstart","description":"Describes how to use Hazelcast on Oracle Kubernetes Engine (OKE)","archived":false,"fork":false,"pushed_at":"2022-03-18T19:02:43.000Z","size":3449,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-29T20:15:59.635Z","etag":null,"topics":["cloud","docker","hazelcast","kubernetes","oke","operator","oracle","partner-led","terraform"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oracle-quickstart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-26T19:20:42.000Z","updated_at":"2022-01-06T21:46:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b052dd1-1214-481b-a258-2af31d55d74e","html_url":"https://github.com/oracle-quickstart/oke-hazelcast","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-quickstart%2Foke-hazelcast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-quickstart%2Foke-hazelcast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-quickstart%2Foke-hazelcast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-quickstart%2Foke-hazelcast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oracle-quickstart","download_url":"https://codeload.github.com/oracle-quickstart/oke-hazelcast/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239735263,"owners_count":19688262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud","docker","hazelcast","kubernetes","oke","operator","oracle","partner-led","terraform"],"created_at":"2024-11-07T22:27:06.604Z","updated_at":"2026-01-05T02:30:18.452Z","avatar_url":"https://github.com/oracle-quickstart.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oke-hazelcast\n\nThis repo is an active colaboration between OCI and Hazelcast. The helm description\nbelow is being superceeded, but remains for the moment.\n\n\n\nThis is a walkthrough of setting the [Hazelcast Operator](https://github.com/hazelcast/charts) up on [Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE)](https://cloud.oracle.com/containers/kubernetes-engine). It is developed jointly by Oracle and Hazelcast.\n\n## Prerequisites\nFirst 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\n\n[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?region=home\u0026zipUrl=https://github.com/oracle-quickstart/oke-hazelcast/archive/master.zip)\n\nIf 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](https://github.com/oracle/oke-quickstart-prerequisites) that should help.\n\n## Get the Helm Chart\nGreat, you made it!\n\nNow time for the fun part...  Let's deploy the Hazelcast Operator using a Helm chart.  That's all detailed in a great readme [here](https://github.com/hazelcast/charts) Basically all you need to do is run:\n\n    helm init --upgrade\n    helm repo add hazelcast https://hazelcast.github.io/charts/\n    helm repo update\n\nThat should give you something like this:\n\n![](./images/01%20-%20helm%20repo.png)\n\n## Install the Chart\nTo install the chart run:\n\n    helm install --name my-release hazelcast/hazelcast\n\nThis prints out all sorts of helpful stuff about how to access the cluster:\n\n![](./images/02%20-%20helm%20install.png)\n\nYou can grab the Management Center IP by running:\n\n    kubectl get svc --namespace default my-release-hazelcast-mancenter\n\nThat gives:\n\n![](./images/03%20-%20kubectl.png)\n\nYou can access Management Center on `http://\u003cip_address\u003e:8080/hazelcast-mancenter`\n\n![](./images/04%20-%20management%20center.png)\n\nCreate a user and then you can check out the cluster:\n\n![](./images/05%20-%20cluster.png)\n\n## Deleting the Chart\nWhen you're all done with you cluster, you can run this to delete it:\n\n    helm delete my-release\n\nThat gives:\n\n![](./images/06%20-%20helm%20delete.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-quickstart%2Foke-hazelcast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foracle-quickstart%2Foke-hazelcast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-quickstart%2Foke-hazelcast/lists"}