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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cdk8s_plone-0.0.41.tar.gz
.
File metadata
- Download URL: cdk8s_plone-0.0.41.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15327f4f557915f3cdcd5161a3d83cace32ac1905fc467783ca8a8cd2cbf127a |
|
MD5 | ebe576b28f139d88dfe1acaee532b24c |
|
BLAKE2b-256 | 01b68bd16d23969051b6839edbc0d9eb98f3b5a643cdb7ed91564c8d9850ef01 |
File details
Details for the file cdk8s_plone-0.0.41-py3-none-any.whl
.
File metadata
- Download URL: cdk8s_plone-0.0.41-py3-none-any.whl
- Upload date:
- Size: 572.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad30ab172cef34a58c75a74b4753345f9604711653b0b11c8e8b3c04a53b78bf |
|
MD5 | b70c7adfcb8f634c11bc3026b6cb5097 |
|
BLAKE2b-256 | 2273cc03b79dae21d3f0368ef385513a6762133624957c72b292488f088b65e8 |