Dump Kustomize with 20 lines of TypeScript

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • KubeScript

    Kubernetes meets Typescript

  • Right, you summarized it very well. For starters they learn Kustomize and use it without problems. But once the complexity reaches a threshold, like the ArgoCD helm chart, users will start feeling the pain of ad-hoc DSL, and try to find better alternatives. You're not alone. I built KubeScript after frustration of writing a bunch of kustomization files, and constantly jumping between hundreds of folders to dig into a specific patch.

  • self-deploying-hello-universe

    What if applications could deploy themselves?

  • Start? Your code path to production should be automated, so you should already have written lots of code to deploy your code (Terraform, Bash, GitHub workflow, or whatnot). I don't recommend the OPs' way, but another interesting take is Kelsey Hightower talk called "Hello Universe" (about a binary that can call the K8s API and deploy itself.) I can't find the talk, but here is the code: https://github.com/kelseyhightower/self-deploying-hello-universe

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • cdk8s

    Define Kubernetes native apps and abstractions using object-oriented programming

  • What about https://cdk8s.io/?

  • argo-helm

    ArgoProj Helm Charts

  • I think your example with the ArgoCD Helm chart says it all. It can get incredibly complicated, and I had tremendous trouble getting it working, it broke all the time, getting the indentation right was a nightmare ... very unpleasant experience. I mean look at that chart, the authors have to constantly specify the indentation level everywhere.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts