Skip to content

kedgeproject/kedge-helm-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kedge Plugin for Helm

Using the plugin -

  1. Install the plugin helm plugin install https://github.com/kedgeproject/kedge-helm-plugin.git

  2. Package the chart using helm kedge package <path to chart>

    An example Kedge application is located at examples/wordpress/kedge/

    Run, helm kedge package examples/wordpress/kedge/

    The plugin generates Kubernetes artifacts and places in examples/wordpress/templates/kedge-generated.yaml

  3. Deploy the generated chart helm install wordpress-0.1.0.tgz

Short PoC:

asciicast

What's next?
  • Add support for parameterization

Releases

No releases published

Packages

No packages published

Languages