HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nixys_nxs

no profile record

Submissions

Show HN: Open-source tool for deploying applications to K8s/OpenShift

github.com
3 points·by nixys_nxs·قبل شهرين·0 comments

Nxs-universal-chart – open-source tool to install applications into Kubernetes

github.com
1 points·by nixys_nxs·قبل 3 أشهر·2 comments

comments

nixys_nxs
·قبل 3 أشهر·discuss
Hello everyone! We are happy to introduce a major release of our open source project — nxs-universal-chart. It's a Helm chart you can use to install your applications into Kubernetes/OpenShift and other orchestrators compatible with native Kubernetes API.

Why do you need a universal chart?

Usually deploying applications in Kubernetes means stitching together many resources, such as services, Ingress, secrets, monitoring, autoscaling, and more. So, engineers have to duplicate Helm charts, maintain custom templates and deal with inconsistent configurations across environments. A universal chart provides an entry point to deploy an application with all its infrastructure. It's a modular platform for Kubernetes and platform delivery, with a stronger focus on reliability, GitOps, and CI/CD.

Features

• Modular and extensible chart architecture • Strong values validation • GitOps-friendly rendering • Better testing and reliability • OCI distribution and signed releases

We would be grateful for your PRs and stars!