@grucloud/module-k8s-web-ui-dashboard

13.2.4 • Public • Published

GruCloud module for the Kubernetes Web UI Dashboard

This GruCloud module allows to deploy the Kubernetes Web UI Dashboard

The offical dashboard k8s manifest is downloaded, the k8s-manifest2code generates the GruCloud code from that manifest.

How to consume this module

npm i @grucloud/module-k8s-web-ui-dashboard

In your iac.js file, import the package:

const Dashboard = require("@grucloud/module-k8s-web-ui-dashboard");

Invoke the createResources function with a K8sProvider instance

const dashboardResources = await Dashboard.createResources({ provider });

Examples

Have a look at the example

Release a new version

Modify the manifest version from the download-manifest scripts sections of the package.json.

Run the download-manifest npm script:

npm run download-manifest

Run the k8s-manifest2code to generate the new resource.js:

npm run gen-code

Ready for testing ? Go to the example

Package Sidebar

Install

npm i @grucloud/module-k8s-web-ui-dashboard

Weekly Downloads

1,487

Version

13.2.4

License

ISC

Unpacked Size

107 kB

Total Files

13

Last publish

Collaborators

  • fheem