Skip to content

Helmator is a Python script useful to generate, from a kubernetes backup, an helm chart ready to go.

License

Notifications You must be signed in to change notification settings

LorenzoAstengo/Helmator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helmator

Helmator is a Python script useful to generate, from a kubernetes backup, an helm chart ready to go. To run helmator we will need an export of the kubernetes namespace that can be generated through this script: https://github.com/LorenzoAstengo/k8s-backup. Pay attention you need to run k8s-backup script with --clean and --cmyaml options enabled!! K8s-backup will generate a backup of your desired namespace, you just have to pass the backup path to helmator and it will generate your parameterized chart.

What does it parameterize?

  • Namespaces for all resources
  • PersistentVolumes
    • nfs paths
  • Deployments:
    • replicas
    • image Version
    • imagePath

About

Helmator is a Python script useful to generate, from a kubernetes backup, an helm chart ready to go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages