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 (as 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/*
corepack enable
npx projen</p>
<pre><code>
Then run the following command to run the test:

```bash
npx projen test

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

Uploaded Source

Built Distribution

cdk8s_plone-0.0.40-py3-none-any.whl (572.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cdk8s_plone-0.0.40.tar.gz
  • Upload date:
  • Size: 574.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.40.tar.gz
Algorithm Hash digest
SHA256 cc25837092c07e52f348b96f248d6b05107f6628a79fdf10e0fbd771e97ee293
MD5 57f2994ab418c2d29c51a0e83854db2f
BLAKE2b-256 3bd3f622b44404e1ed90dccb1d3c5f02996542dd1977b51ac6cb9ab14cb11fa9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cdk8s_plone-0.0.40-py3-none-any.whl
  • Upload date:
  • Size: 572.5 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.40-py3-none-any.whl
Algorithm Hash digest
SHA256 79f882a294b9aa614cb75aded2371a4055e4b537e16e39357aa571ac7acd2fa5
MD5 1c9b4fbc6826fad8f05226e599c67914
BLAKE2b-256 0e5225e68ffd21aefb9680b055097b7f00c68e2451fdddca2bb34082a26f4db9

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