kiosk VS jspolicy

Compare kiosk vs jspolicy and see what are their differences.

kiosk

kiosk 🏢 Multi-Tenancy Extension For Kubernetes - Secure Cluster Sharing & Self-Service Namespace Provisioning (by kiosk-sh)

jspolicy

jsPolicy - Easier & Faster Kubernetes Policies using JavaScript or TypeScript (by loft-sh)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
kiosk jspolicy
8 10
1,067 339
1.0% 4.7%
0.0 6.4
6 months ago 15 days 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.

kiosk

Posts with mentions or reviews of kiosk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-10.
  • Multi-tenancy in Kubernetes
    13 projects | dev.to | 10 Apr 2023
    Kiosk
  • Dedicated backend resources per client
    3 projects | /r/kubernetes | 17 Dec 2022
    Have a look at https://github.com/loft-sh/kiosk and maybe the paid version https://loft.sh/
  • From Kubernetes to Plattform
    1 project | /r/kubernetes | 2 Dec 2022
    As for the open source projects, maybe you would find Kiosk for allowing self-service namespace creation, namespace templates and cross-namespace resource limits and quotas.
  • Space boxing user accounts with Kiosk
    1 project | dev.to | 2 Jul 2022
    # Install kiosk with helm v3 ❯ kubectl create namespace kiosk helm install kiosk --repo https://charts.devspace.sh/ kiosk --namespace kiosk --atomic namespace/kiosk created NAME: kiosk ... Learn more about using kiosk here: https://github.com/loft-sh/kiosk#getting-started #verify ❯ kubectl get pod -n kiosk NAME READY STATUS RESTARTS AGE kiosk-66dbfcf6db-5rfx2 1/1 Running 0 2m18s
  • Checklist for Platform Engineers
    6 projects | dev.to | 16 Jun 2022
    Kubernetes was designed as a single-tenant platform. Sharing clusters, though, offers greater flexibility, simplifies infrastructure, and improves cost-efficiency. Therefore, it makes sense to use a multi-tenant system. To keep tenants separate and prevent compromised tenants from affecting others, you can use role-based access control (RBAC) or namespaces. Tools that assist with multi-tenancy in Kubernetes include kiosk and loft.
  • User management qustion
    3 projects | /r/kubernetes | 23 Oct 2021
    For simple environments I'm using klum, for bigger environments I'm using OIDC with Keycloak. Beside that kiosk also looks interesting.
  • RBAC for developer self-service?
    3 projects | /r/kubernetes | 29 Jun 2021
    https://github.com/loft-sh/kiosk (from makers of loft)
  • Meet Rich Burroughs - Loft Blog
    2 projects | /r/kubernetes | 5 Apr 2021

jspolicy

Posts with mentions or reviews of jspolicy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-10.
  • Test your infrastructure with test cases in JavaScript
    1 project | /r/sre | 24 Apr 2023
  • Is OPA Gatekeeper the best solution for writing policies for k8s clusters?
    14 projects | /r/kubernetes | 10 Nov 2022
  • OPA Rego is ridiculously confusing - best way to learn it?
    6 projects | /r/kubernetes | 20 Sep 2022
    I struggled with understanding OPA too! I have not seen this mentioned, but one straightforward alternative is JSPolicy (https://www.jspolicy.com/), which allows you to write policies in Javascript or Typescript. It is really easy to understand and get started.
  • Checklist for Platform Engineers
    6 projects | dev.to | 16 Jun 2022
    You will likely want to implement certain restrictions, limits, quotas, or security policies for your Kubernetes clusters. This could help with auditing or monitoring tasks, or with standardizing a quota for certain resources. Tools like the Open Policy Agent (OPA), jsPolicy, or Kyverno can be used based on your needs. Many developers are more comfortable with YAML or JavaScript, so Kyverno or jsPolicy might be preferred.
  • 7 Kubernetes Companies to Watch in 2022
    6 projects | dev.to | 16 Jun 2022
    In 2021 we also released two new open source projects: vcluster, a tool for creating and using virtual Kubernetes clusters, and jsPolicy, a tool for writing policies for Kubernetes clusters in JavaScript or TypeScript. vcluster especially gained a lot of traction and our CEO Lukas Gentele gave a talk about it at KubeCon Los Angeles.
  • Kubernetes Policy Enforcement: OPA vs jsPolicy
    5 projects | dev.to | 16 Jun 2022
    Either engine could be a good choice for your business. Consider which factors are most relevant to your project and your use case before you make a decision. You can learn more about jsPolicy here and about OPA here.
  • Loft Labs Raises $4.6 Million Seed Funding to Scale Up Self-Service
    3 projects | dev.to | 16 Jun 2022
    Loft Labs is the creator of several popular open-source projects in the cloud-native technology space, including the Kubernetes developer tool DevSpace, the certified Kubernetes distribution vcluster, and the policy engine jsPolicy. The company’s commercial product, Loft, enables any organization to scale self-service access to Kubernetes to hundreds or even thousands of engineers. Loft's customers span from fast-growing startups Gusto, Urbint, and HqO to well-established Fortune 500 companies that include one of the largest U.S. financial institutions and one of the world’s largest car manufacturers.
  • New Open-Source Project Makes Kubernetes Policies Simple, Maintainable
    2 projects | dev.to | 16 Jun 2022
    Loft Labs also recently released vcluster, a first-of-its-kind virtual cluster technology for Kubernetes. jsPolicy now available at www.jspolicy.com and on Github.
  • Running containers as non-root in Kubernetes
    2 projects | /r/kubernetes | 2 Feb 2022
    Would you mind explaining why is it hard for admission controllers to check container definitions of the pod? I've never used OPA or Kyverno, but I want to start contributing to a competitor project, so I am really curious to find out. Thank you! :)
  • How To Create Virtual Kubernetes Clusters With vcluster By loft
    1 project | /r/kubernetes | 29 Jun 2021
    This makes sense and I made the assumption that someone thought about the root-ability thing after I saw loft-sh/jspolicy.

What are some alternatives?

When comparing kiosk and jspolicy you can also consider the following projects:

capsule - Multi-tenancy and policy-based framework for Kubernetes.

Kubewarden - Kubewarden is a policy engine for Kubernetes. It helps with keeping your Kubernetes clusters secure and compliant. Kubewarden policies can be written using regular programming languages or Domain Specific Languages (DSL) sugh as Rego. Policies are compiled into WebAssembly modules that are then distributed using traditional container registries.

vcluster - vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.

devspace-plugin-loft - Loft Plugin for DevSpace - adds commands like `devspace create space` or `devspace create vcluster` to DevSpace

loft - Namespace & Virtual Cluster Manager for Kubernetes - Lightweight Virtual Clusters, Self-Service Provisioning for Engineers and 70% Cost Savings with Sleep Mode

jspolicy-sdk

Openshift Origin - Conformance test suite for OpenShift

website - User docs and sample policies: https://kyverno.io

klum - Kubernetes Lazy User Manager

slsa - Supply-chain Levels for Software Artifacts

sandbox-operator - A Kubernetes operator for creating isolated environments

Kyverno - Kubernetes Native Policy Management