Git Product home page Git Product logo

charts-1's Introduction

Pravega Helm Charts

This GitHub repository contains the source for the packaged and versioned charts released for each of the following pravega components inside the docs folder.

  • Pravega Operator
  • Pravega
  • Bookkeeper Operator
  • Bookkeeper
  • Zookeeper Operator
  • Zookeeper
  • Schema Registry

The purpose of this repository is to provide a place for maintaining the official Pravega Charts.

To add the Pravega charts repository to your Helm repos, use the following command

helm repo add pravega https://charts.pravega.io
helm repo update

Deploying Pravega using charts

We now show you step by step how to deploy Pravega, which involves the deployment of Zookeeper, Bookkeeper and Pravega (as well as their respective Operators). Follow the following steps to quickly setup a running Pravega cluster.

First install the zookeeper operator and a zookeeper cluster

helm install zookeeper-operator pravega/zookeeper-operator
helm install zookeeper pravega/zookeeper

Then install the bookkeeper operator and a bookkeeper cluster

helm install bookkeeper-operator pravega/bookkeeper-operator
helm install bookkeeper pravega/bookkeeper

Before installing the pravega operator, you would need to install cert-manager, an issuer and the certificate (can be either self-signed or CA signed). For more details, refer to this.

You would also need to setup a Long-Term Storage (or Tier 2).

Finally install the pravega operator and a pravega cluster

helm install pravega-operator pravega/pravega-operator --set webhookCert.certName=[CERT_NAME] --set webhookCert.secretName=[SECRET_NAME]
helm install pravega pravega/pravega

Note: Here [CERT_NAME] is the name of the certificate and [SECRET_NAME] is the name of the secret created by the certificate that was installed in the previous step.

charts-1's People

Contributors

srisht 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.