Hacker News new | ask | show | jobs
by devit 2126 days ago
Is there an easy way to customize the generated Kubernetes manifests if the abstraction turns out to be insufficient?
1 comments

Our initial goal is to achieve sufficient abstraction levels to satisfy at least 80% of the app deployment use-cases out there. Meantime, for any insufficiencies, we’re coming up with a way to merge K8s manifest snippets into the generated YAMLs. See this issue and associated PR for more: https://github.com/hyscale/hyscale/issues/284