cdk-kubesphere:CDK构造库可在AWS上部署KubeSphere

时间:2024-04-22 02:17:45
【文件属性】:

文件名称:cdk-kubesphere:CDK构造库可在AWS上部署KubeSphere

文件大小:135KB

文件格式:ZIP

更新时间:2024-04-22 02:17:45

TypeScript

cdk-kubesphere cdk-kubesphere是一个CDK构造库,允许您使用TypeScript,JavaScript或Python中的CDK在AWS上创建 。 样本 import { KubeSphere } from 'cdk-kubesphere' ; const app = new cdk . App ( ) ; const stack = new cdk . Stack ( app , 'cdk-kubesphere-demo' ) ; // deploy a default KubeSphere service on a new Amazon EKS cluster new KubeSphere ( stack , 'KubeSphere' ) ; 在后台, KubeSphere构造创建一个默认的Amazon EKS集群,并在其上带有舵图( )的KubeSph


【文件预览】:
cdk-kubesphere-main
----.eslintrc.json(4KB)
----.versionrc.json(267B)
----.projenrc.js(1KB)
----.mergify.yml(708B)
----.github()
--------pull_request_template.md(7B)
--------workflows()
----tsconfig.jest.json(739B)
----yarn.lock(279KB)
----version.json(26B)
----src()
--------kubesphere.ts(2KB)
--------index.ts(30B)
--------integ.default.ts(921B)
----.projen()
--------deps.json(3KB)
--------tasks.json(5KB)
----.npmignore(370B)
----LICENSE(11KB)
----test()
--------integ.default.test.ts(318B)
--------__snapshots__()
----README.md(3KB)
----API.md(2KB)
----.gitignore(902B)
----CHANGELOG.md(4KB)
----tsconfig.eslint.json(739B)
----package.json(3KB)

网友评论