
Jsonnet
Dhall Configuration Language
JSON diff
NixOS
JSONCompare
YAML
JSONFormatter.org
Hacker News Search
Kustomize
Helm.sh
Kubernetes
GitHub
Istio
Prometheus
Google Kubernetes Engine
Grafana
Jsonnet
KustomizeBased on our record, Kustomize should be more popular than Jsonnet. It has been mentiond 63 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
OK, what we can do now? Use a preprocessing language guaranteed to produce valid syntax, like Jsonnet for json? That wil work, for sure. However, you have now a friction problem: it's new file format that requires implementing its own toolchain (Jsonnet is not json, so editor add-ons, parsers, interpreters, libraries, etc.) and you will need to drive the team through the learning curve of a language with its own... - Source: dev.to / 8 months ago
Https://jsonnet.org/ I never heard of this before. This seems like the JSON I wish I really had. Of course at some point you could just use JavaScript. - Source: Hacker News / over 1 year ago
I've been reading the book Modern Compiler Implementation in ML lately. It's been helpful to brush up on some concepts while developing Tsonnet (my typed-aspiring Jsonnet flavor) and I hope to learn a ton more. However, I'm growing dissatisfied with some details -- not specifically the book, but the choice of the development environment. - Source: dev.to / over 1 year ago
For the past 2 years, I've been working extensively with Jsonnet, a configuration language that augments JSON and helps eliminate repetition in our config files. It has its limits (many by design), which keeps the language simple to use. But there's one thing that keeps nagging at me when I'm deep in the code: what's the shape of the input or output of this function? And wouldn't it be great if we could type... - Source: dev.to / over 1 year ago
Jsonnet: Use --jsonnet (-j) for advanced, programmatically controlled renaming logic. - Source: dev.to / over 1 year ago
When a change earns its way onto main, the train builds the container image one time and tags it by the commit SHA. That image is the artifact. It runs in dev immediately. And here's the part that makes promotion boring: shipping to prod doesn't rebuild anything. It re-points a config overlay (a Kustomize overlay, in practice, committed to the same repo) at the same SHA that's already running in dev. Same bytes,... - Source: dev.to / about 1 month ago
Once I covered these basic use cases, I started to review the code base of the InnerSource pipeline project. At this point I learned about kustomize which is a Kubernetes native way for updating existing configurations. This tool was used in the project to customize default configurations of various manifests, so that new, slightly different ones could be created without code duplication. For example, we could... - Source: dev.to / 4 months ago
Kustomize [kustomize]: tool to configure Kubernetes application through patching. - Source: dev.to / 6 months ago
Helmfile [helmfile]: is a declarative spec for deploying helm charts that allows you to template helm chart values as well integrate patching support. - Source: dev.to / 6 months ago
Kustomize - Configuration management tool for Kubernetes resources, enabling environment-specific customizations without template duplication. - Source: dev.to / 11 months ago
Dhall Configuration Language - A non-repetitive alternative to YAML
Helm.sh - The Kubernetes Package Manager
JSON diff - Compare 2 JSON and find difference
Kubernetes - Kubernetes is an open source orchestration system for Docker containers
NixOS - 25 Jun 2014 . All software components in NixOS are installed using the Nix package manager. Packages in Nix are defined using the nix language to create nix expressions.
GitHub - Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.