jk VS isopod

Compare jk vs isopod and see what are their differences.

isopod

An expressive DSL and framework for Kubernetes configuration without YAML (by cruise-automation)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
jk isopod
9 4
399 461
0.3% 0.4%
0.0 0.0
over 1 year ago 5 months ago
Go Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jk

Posts with mentions or reviews of jk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-27.
  • Jsonnet – The Data Templating Language
    20 projects | news.ycombinator.com | 27 Mar 2023
  • The Curse of NixOS
    35 projects | news.ycombinator.com | 24 Jan 2022
    People have tried: https://github.com/jkcfg/jk

    But yeah I agree. The thing is, if all you need is robust determinism why do you need a full functional language with currying and other complex concepts?

    Google had the same problem for Bazel, and their solution (Starlark) is way easier to understand.

  • Pants vs. Bazel: Why Pants may be the right choice for your team
    4 projects | /r/programming | 18 Nov 2021
    If I were writing a build system today (and I did just write one actually to test out some ideas) I would use Typescript for the language with something like jk to provide hermeticity. Typescript has many advantages, especially over Python, but mainly:
  • The Perfect Configuration Format? Try TypeScript
    17 projects | news.ycombinator.com | 17 Nov 2021
    It's possible to sandbox most languages, and with some work you can probably make them deterministic too.

    Here's an example: https://github.com/jkcfg/jk

    That beats having to learn an entirely new language.

  • Cue: A new language for data validation
    17 projects | news.ycombinator.com | 19 Oct 2021
    Maybe Javascript? A lot of web tools support Javascript config files. There's this nice-looking effort to provide a hermetic execution environment for them: https://github.com/jkcfg/jk and if you use Typescript you get an extremely good static type system too. Plus the language is already very well known with loads of tool support and documentation.

    Definitely what I would use today.

  • What is the difference between JSON and YAML?
    1 project | /r/programming | 14 Oct 2021
    If you think "but I need conditionals and file inclusion and ..." then maybe consider just allowing a full programming language instead. Someone pointed me to jk which looks like it is heading in the right direction, except that it outputs YAML by default for some insane reason.
  • Boa release v0.13
    3 projects | /r/rust | 30 Sep 2021
    You may be interested in jk. If you don't want to use a special purpose configuration language (jsonnet, cue, dhall, etc), this is a nice alternative that uses js in a hermetic runtime (but see their open issues for progress on that). They seem to also be adding native typescript support so you could even have type checking built-in.

isopod

Posts with mentions or reviews of isopod. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-27.
  • Jsonnet – The Data Templating Language
    20 projects | news.ycombinator.com | 27 Mar 2023
    Tried it[0], worked reasonably well. Be prepared for strong opposition from traditional “devops” folks “who don’t mind yaml” and will drag everyone down.

    [0] - https://github.com/cruise-automation/isopod

  • Deploying Kubernetes clusters in increasingly absurd languages
    8 projects | news.ycombinator.com | 6 May 2022
  • YAML: It's Time to Move On
    29 projects | news.ycombinator.com | 14 Nov 2021
  • Cue: A new language for data validation
    17 projects | news.ycombinator.com | 19 Oct 2021
    I like Cue and Jsonnet and Starlark and so on. But all of these have very low mindshare (though Starlark has the most momentum thanks to Bazel), and who knows if they will be dead by next year.

    Being an early adopter is difficult both in terms of the immaturity of the tooling — Cue, for example, only has a Go implementation at the moment — and in terms of the risk of betting on an evolutionary dead end, which can cause a lot of unnecessary churn when you want to standardize on something across an entire organization.

    As a concrete example, I'd love to replace Kubernetes's use of YAML with something like the above. But the tooling is immature, and almost nobody is using any of it. For example, there's Isopod [1], which is a nice-looking tool to use Starlark with Kubernetes. But it might go the same way as Ksonnet.

    [1] https://github.com/cruise-automation/isopod

What are some alternatives?

When comparing jk and isopod you can also consider the following projects:

vm2 - Advanced vm/sandbox for Node.js

skycfg - Skycfg is an extension library for the Starlark language that adds support for constructing Protocol Buffer messages.

dhall-lang - Maintainable configuration files

cue - The home of the CUE language! Validate and define text-based and dynamic configuration

pants - The Pants Build System

rules_jsonnet - Jsonnet rules for Bazel

hof - Framework that joins data models, schemas, code generation, and a task engine. Language and technology agnostic.

kubecfg - A tool for managing complex enterprise Kubernetes environments as code.

FlatBuffers - FlatBuffers: Memory Efficient Serialization Library

c2bf - Compiler from C to brainfuck

jsonnet - Jsonnet - The data templating language

typescript-json-schema - Generate json-schema from your Typescript sources