Code Monkey home page Code Monkey logo

helm-charts's Introduction

Plone Helm Charts

test

A collection of Helm Charts for Plone 6. If you want to run Plone 6 on Kubernetes, this repository is a good starting point. There are different ways to use this repository:

  • Add a Helm repository, and use the published charts. See the next section on how to do that.
  • As a library of subcharts that you can use to create your own composite charts

Even if you do not want to use Helm for your setup, helm install --dry-run might give you some ideas on how to deploy Plone on Kubernetes.

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add plone https://plone.github.io/helm-charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. Then, run helm search repo plone to see the charts.

Plone quick start

With Nginx Ingress Controller

To install plone with a ZEO Server and on a Kubernetes cluster with Nginx Ingress Controller, first, create a values.yaml file with the content:

ingress:
  className: "nginx"
  hosts:
    - host: your.plone.url
      paths:
        - path: /
          pathType: ImplementationSpecific

Then, to install Plone in plone namespace, naming the release plone6, run:

helm install -n plone plone6 plone/plone --values values.yaml

Without an Ingress Controller

If you don't have an Ingress Controller installed:

helm install -n plone plone6 plone/plone --set ingress.enabled=false

Use kubectl port-forward to map your local 3000 port onto port 3000 of your plone-frontend service:

kubectl port-forward -n plone service/plone6-frontend 3000:3000

You can now access your Plone 6 installation by pointing your web browser to http://localhost:3000.

helm-charts's People

Contributors

alexnuttinck avatar ericof avatar fabiorauber avatar tschorr avatar xiru avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

helm-charts's Issues

Test setup needs to provide needed prerequisites

Prerequisites are:

  • db-pvc persistent volume claim for all published charts that come with a database (i.e. all charts with names ending in -pg)
  • secret containing database credentials for all published charts
  • if we want to also test -nodb charts (currently excluded), we need a postgresql deployment in the test setup

Expect DB connection information in a secret as a prerequisite

We should use k8s secrets for the RelStorage database connection, even if it makes the setup a bit more complicated. Imho the most straightforward way would be to expect the database connection secret as a prerequisite, just like the database PVC.

Repository name too generic

I'm a bit concerned with calling this repository charts for helm charts. Can we please rename it to plone.helmcharts ?

There are many kind of charts. For example, Is this repo an official Plone add'on to add a Chart content type to Plone to store graphical charts?

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.