SaaSHub helps you find the best software and product alternatives Learn more →
Kurtosis Alternatives
Similar projects and alternatives to kurtosis
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
guix
Read-only mirror of GNU Guix — pull requests are ignored, see https://guix.gnu.org/en/manual/en/guix.html#Submitting-Patches instead (by guix-mirror)
-
lowdefy
The config web stack for business apps - build internal tools, client portals, web apps, admin panels, dashboards, web sites, and CRUD apps with YAML or JSON.
-
-
-
-
-
hetzner-podman-bunjs-deploy
Example of standalone application deployment to Hetzner Cloud using Rootless Podman quadlet systemd services and Ansible as IaC
-
-
-
-
cdk8s-plus
A software development framework that provides high level abstractions for authoring Kubernetes applications.
-
-
-
-
kurtosis discussion
kurtosis reviews and mentions
- Cool Devtool Websites?
-
Pkl, a Programming Language for Configuration
100%. Containers are essentially the new language-agnostic software libraries, but our current tools aren't adapted to write and distribute the "programs" formed from gluing them together.
(Mostly-shameless plug, this is what we're trying to solve with Kurtosis: https://github.com/kurtosis-tech/kurtosis )
-
Podman Desktop 1.6 released: Even more Kubernetes and Containers features
We're trying to do this at Kurtosis! (https://github.com/kurtosis-tech/kurtosis)
The idea is to write your environment in Starlark (a minimal Python subset) and we'll handle running it on Docker or Kubernetes for you.
We started with "reduce Kubernetes complexity" so we don't yet have the full Kubernetes ejection seat, but we're slowly marching towards it - feedback welcome!
-
Kurtosis: A composable build system for reproducible environments
Hey djupblue, right here! https://github.com/kurtosis-tech/kurtosis/#:~:text=Check%20o...
-
Ask HN: What Are You Working On? (Sept 2023)
I'm building a Starlark-based build system that operates at the level of building multi-container environments, rather than normal code assets: https://github.com/kurtosis-tech/kurtosis
It's kind of like Docker in the sense that it packages up an application in a reproducible, composable, and portable way...but instead of working at the level of one server, it works at the level of multi-server applications.
In the back of my head I'm very curious about making an application that just messages me on WhatsApp whenever its the birthday of one of my close friends because I never remember those
-
Introducing Kurtosis: a build system for multi container test environments built over Docker
We are source available under the BSL license at - https://github.com/kurtosis-tech/kurtosis
Here are our docs: https://docs.kurtosis.com/. I'm happy to answer any questions :)
-
Show HN: Kurtosis – A build system for multi-container test environments
Hello HN!
We’re Kevin and Galen, the co-founders of Kurtosis.
Kurtosis is a composable build system for multi-container test environments. The goal is to make it easier for developers to set up test environments that require dynamic setup logic (e.g. passing IPs or runtime-generated data between services) or programmatic data seeding.
Right now, people usually define these multi-container test environments with scripting languages like Bash or Python atop Docker or Kubernetes. This can be very fragile, and difficult to share. We set out to build a tool that provides first-class parameterizability, composability, and safety so it’s easy to reuse and recombine the environment definitions across tests.
Kurtosis' runtime also abstracts the underlying container orchestrator, so test environments will run the same way whether they’re on a laptop or in a CI system, Docker or Kubernetes.
We’d love to hear your thoughts and feedback on what we’ve built. And if you find yourself facing the problems we set out to solve, we’d love to hear how we can make Kurtosis more useful for you!
Repo: https://github.com/kurtosis-tech/kurtosis/
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Jan 2025
Stats
kurtosis-tech/kurtosis is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of kurtosis is Go.