@blitzm/kubernetes-app

@blitzm/kubernetes-app is a pulumi component that simplifies the deployment of a stateless app in kubernetes

Usage no npm install needed!

<script type="module">
  import blitzmKubernetesApp from 'https://cdn.skypack.dev/@blitzm/kubernetes-app';
</script>

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.

License

Blitzm