Giter Club home page Giter Club logo

strimzi-apb's Introduction

Strimzi APB

WARNING This is an early version, not ready for production

Ansible Playbook Bundle for the Strimzi project, offering a way to run an Apache Kafka cluster on OpenShift and Kubernetes.

Getting started

You need a user with cluster-admin role for provisioning this APB, like:

oc adm policy add-cluster-role-to-user cluster-admin developer

In the dialog provide the user/password details of that user.

Build and Push

To build and install the APB, execute following steps agains an Openshift instances, containing the ASB.

apb prepare && apb build && apb push

ABP CLI

You need the APB CLI locally installed - most simple way is to run it in a Linux container:

alias apb='docker run --rm --privileged -v $PWD:/mnt -v $HOME/.kube:/.kube -v /var/run/docker.sock:/var/run/docker.sock -u $UID docker.io/ansibleplaybookbundle/apb-tools:canary'

strimzi-apb's People

Contributors

matzew avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

sjwoodman

strimzi-apb's Issues

Binding/Unbinding Support

The strimzi-apb should support binding/unbinding w/Kafka User resource.

Two proposals for implementing this functionality are described in strimzi-kafka-operator issue: strimzi/strimzi-kafka-operator#844. Please review and provide feedback.

Once a strategy is decided, I would like to integrate into the strimzi-apb some of the binding support already available in the Kafka APB here: https://github.com/nuxeo/nuxeo-apb-catalog/tree/master/nuxeo-kafka-apb. This Kafka APB is nearly feature complete but does not leverage the Day 2 operations support offered by Strimzi nor does it support ZooKeeper encryption or external access. WDYT?

De-Provisioning support

The APB does not correctly de-provision Strimzi. The cluster is de-provisioned but other resources created as part of the deployment are not removed. For example:

  • Service Account
  • PVC
  • Role
  • Role Binding
  • Template

Tested with v0.4

To recreate:

  1. Install Strimzi (APB) from the Service Catalog
  2. Once provisioned, delete the Provisioned Service
  3. Once un-provisioned install Strimzi (APB) from the Service Catalog again.

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.