Multi-tenancy in Kubernetes

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • kubernetes-network-policy-recipes

    Example recipes for Kubernetes Network Policies that you can just copy paste

    This is not great for multi-tenancy, but you can correct this with NetworkPolicies.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • policy

    CoreDNS external plugin to provide in-process policies as well as external policy services (by coredns)

    You could limit requests with an extra plugin https://github.com/coredns/policy.

  • gatekeeper-library

    📚 The OPA Gatekeeper policy library

    Here is a library or rules for the Open Policy Agent.

  • 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.

    Vcluster

  • firecracker-containerd

    firecracker-containerd enables containerd to manage containers as Firecracker microVMs

    You could use a container sandbox like gVisor, light virtual machines as containers (Kata containers, firecracker + containerd) or full virtual machines (virtlet as a CRI).

  • gvisor

    Application Kernel for Containers

    You could use a container sandbox like gVisor, light virtual machines as containers (Kata containers, firecracker + containerd) or full virtual machines (virtlet as a CRI).

  • virtlet

    Kubernetes CRI implementation for running VM workloads

    You could use a container sandbox like gVisor, light virtual machines as containers (Kata containers, firecracker + containerd) or full virtual machines (virtlet as a CRI).

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • cluster-api

    Home for Cluster API, a subproject of sig-cluster-lifecycle

    Cluster API

  • hypershift

    Hyperscale OpenShift - clusters with hosted control planes

    HyperShift

  • kamaji

    Kamaji is the Hosted Control Plane Manager for Kubernetes.

    Kamaji

  • cluster-api-provider-nested

    Discontinued Cluster API Provider for Nested Clusters

    Virtual Cluster (wg-multitenancy)

  • capsule

    Multi-tenancy and policy-based framework for Kubernetes.

    Capsule

  • kiosk

    Discontinued kiosk 🏢 Multi-Tenancy Extension For Kubernetes - Secure Cluster Sharing & Self-Service Namespace Provisioning

    Kiosk

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

Did you konow that Go is
the 4th most popular programming language
based on number of metions?