GithubHelp home page GithubHelp logo

asetty / hbase-k8s-operator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from timoha/hbase-k8s-operator

0.0 0.0 0.0 194 KB

Kubernetes operator for HBase

License: Apache License 2.0

Dockerfile 1.33% Makefile 6.33% Go 87.55% Shell 4.79%

hbase-k8s-operator's Introduction

HBase Kubernetes Operator

HBase Kubernetes Operator automates the deployment, provisioning, and orchestration of HBase running on Kubernetes based on Operator Framework pattern.

Current features:

  • Provisions a service, a config, masters, and regionservers
  • Graceful rolling upgrade when any of the config or pod specs change

Current limitations:

  • Operates only on healthy clusters, manual intervention is required in case of issues (it's the job of HBase to recover from failures)
  • Graceful scaling down of regionservers isn't supported

Installation instructions:

  1. run make install to tell k8s how to understand the Custom HBase Resource (CRD)
  2. run make deploy IMG=timoha/hbase-k8s-controller:latest to deploy the operator
  3. modify sample HBase CRD to have the desired config
  4. run kubectl apply -f config/samples/hbase_v1_hbase.yaml to tell the operator what to deploy.
  5. now you can go and focus on actual features of your product

The operator and HBase must be deployed to the same namespace, which defaults to hbase.

hbase-k8s-operator's People

Contributors

jasonewang avatar mskwon avatar pidren avatar timoha avatar tsuna 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.