@blitzm/kubernetes-app
v0.3.2
Published
@blitzm/kubernetes-app is a pulumi component that simplifies the deployment of a stateless app in kubernetes
Downloads
62
Keywords
Readme
Blitzm Cloud - kubernetes-app
@blitzm/kubernetes-app is a pulumi component that simplifies the deployment of a stateless app in kubernetes
Installation
This package can be installed using npm
npm install --save --save-exact @blitzm/kubernetes-app
Usage
import { KubernetesApp } from '@blitzm/kubernetes-app'
new KubernetesApp("my-component", {
// ...
});
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.