Skip to main content

Provides a CMS Plone Backend and Frontend for Kubernetes with cdk8s

Project description

CMS Plone Chart for CDK8S

This chart provides a library to bootstrap a Plone deployment on a Kubernetes cluster using the CDK8S framework.

It provides

  • backend (with plone.volto or Classic-UI)
  • frontend (Plone-Volto, a ReactJS based user interface)
  • varnish (optional)

Usage

For now have a look at the example project..

Development

Clone the repository and install the dependencies:

yarn install

Then run the following command to run the test:

npx projen test

WIP Checklist:

Each step need to be implemented with tests!

  • Start Backend

    • deployment
    • service
    • pdb
    • init container running plone-site-create
    • lifecycle checks (readiness, liveness)
    • generic way to inject sidecars
  • Start Frontend

    • deployment
    • service
    • pdb
    • lifecycle checks (readiness, liveness)
    • depend on ready/live backend (needed?)
    • generic way to inject sidecars
  • Start Varnish

    • deployment

      • do not depend on backend/front end to be up, but configure to deliver from cache if possible.
    • service

    • pdb

    • lifecycle checks (readiness, liveness)

    • generic way to inject sidecars

    • find a way to purge caches. based on kitconcept varnish purger? needs evaluation

  • Other Languages

    • Check Python distribution
    • Check Java distribution
    • Check Go distribution

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk8s_plone-0.0.14.tar.gz (569.2 kB view hashes)

Uploaded Source

Built Distribution

cdk8s_plone-0.0.14-py3-none-any.whl (567.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page