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 (for API with plone.volto or as Classic-UI)
  • Frontend (Plone-Volto, a ReactJS based user interface)
  • Varnish using kube-httpcache. It includes a way to invalidate varnish cluster (optional)

Typescript

To use this library, create a new CDK8S project (or use an existing one)

cdk8s init typescript-app

Then add the following dependency to package.json:

{
  "dependencies": {
    "@bluedynamics/cdk8s-plone": "*"
  }
}

Run npm install to install the new dependency.

Python

Todo: Document in details how to install.

cdk8s init python-app

Python package name is cdk8s-plone.

Usage

With cdk8s-cli installed, create a new project:

cdk8s sythn

Add the following code to your main.ts:

...
import { Plone } from '@bluedynamics/cdk8s-plone';
...
    super(scope, id, props);

    // define resources here
    new Plone(this, 'Plone', {});
...

Run npm run build to generate the Kubernetes manifests. The manifests are stored in the dist directory.

For more have a look at the example project.

Development

Clone the repository and install the dependencies:

</code></pre>
<p>nvm use lts/*
npm install yarn
projen</p>
<pre><code>
Then run the following command to run the test:

```bash
npx projen test

Feature Wishlist:

Each step need to be implemented with tests!

  • Support Variants for ClassicUI or Volto

  • Start Backend

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

    • deployment
    • service
    • pdb
    • lifecycle checks (readiness, liveness)
    • generic way to inject sidecars
    • metrics sidecar
  • Start Varnish (using kube-httpcache) optional in separate chart

    • provide a default VCL for Volto with routing to backend and frontend
    • provide a default VCL for ClassicUI
  • Configure Ingress, optional in separate chart

    • Traefik
    • Konq
  • Release packages for other Languages

    • Python
    • Golang
    • Java

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.34.tar.gz (579.7 kB view details)

Uploaded Source

Built Distribution

cdk8s_plone-0.0.34-py3-none-any.whl (577.4 kB view details)

Uploaded Python 3

File details

Details for the file cdk8s_plone-0.0.34.tar.gz.

File metadata

  • Download URL: cdk8s_plone-0.0.34.tar.gz
  • Upload date:
  • Size: 579.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cdk8s_plone-0.0.34.tar.gz
Algorithm Hash digest
SHA256 3d0fb331d66fc0bb48481287ec1def297365e0bf772fe00d5c185d6bf4f4d642
MD5 c0f669e12001f40bf3a03cbb3ee78796
BLAKE2b-256 48a33869032573134e785e5c5b806dd73f3a571fda6df8d3f1bbc04a9ba2e2de

See more details on using hashes here.

File details

Details for the file cdk8s_plone-0.0.34-py3-none-any.whl.

File metadata

  • Download URL: cdk8s_plone-0.0.34-py3-none-any.whl
  • Upload date:
  • Size: 577.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cdk8s_plone-0.0.34-py3-none-any.whl
Algorithm Hash digest
SHA256 ce2937c551ba6fc7402a09602bceeeb8a3c163b0df60a0f3c5fbf09b0661fcee
MD5 4d812a64a388cb3c2af07746ef029040
BLAKE2b-256 9d344321f9b0a686299a4bd87043a36fbcc840a7085b8a3a3106bdd6e440b65d

See more details on using hashes here.

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