vcluster VS porter

Compare vcluster vs porter and see what are their differences.

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. (by loft-sh)

porter

Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command. (by getporter)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
vcluster porter
70 8
5,577 1,149
12.0% 3.3%
9.7 8.9
about 4 hours ago 1 day 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.

vcluster

Posts with mentions or reviews of vcluster. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-27.
  • Amazon EC2 Enhances Defense in Depth with Default IMDSv2
    6 projects | news.ycombinator.com | 27 Nov 2023
    Kubernetes? You mean the container orchestration system where they forgot to add Multi-tenancy? And no namespaces are not Multi-tenancy...

    https://www.vcluster.com/

  • Mirantis Unveils K0smotron: An Open-Source Kubernetes Management Project
    3 projects | news.ycombinator.com | 4 Aug 2023
    Whats the difference between this and vcluster (https://github.com/loft-sh/vcluster)?
  • Codespaces but open-source, client-only, and unopinionated
    18 projects | news.ycombinator.com | 20 Jun 2023
    Yep, as we see it they compliment each other quite well. DevPod takes your workspace to the cloud and DevSpace let's you develop against your Kubernetes cluster - potentially the same one you used to start your workspace.

    Internally we use both in our development setup, spinning up remote workspaces using DevPod, installing DevSpace and kind into the devcontainer, then using DevSpace to develop against the cluster. See the vcluster setup[1] as an example

    [1]https://github.com/loft-sh/vcluster/tree/main/.devcontainer

  • Anyone using Kata Containers?
    1 project | /r/kubernetes | 23 Apr 2023
    The tenants are internal dev teams so yeah maybe not. I was considering multi-tenanting different environments isolated at the kube layer with vCluster and have the vCluster pods running in Kata containers giving maximum isolation but still having a single management cluster. Ideally also avoiding the need to buy a second set of hardware for a dev environment
  • Multi-tenancy in Kubernetes
    13 projects | dev.to | 10 Apr 2023
    Vcluster
  • Kub'rin' a breeze: Developing on ephemeral cloud-based K8s clusters
    2 projects | /r/kubernetes | 5 Apr 2023
    Looks interesting. How does this solution compare to vcluster?
  • Same cluster for different development environments
    1 project | /r/kubernetes | 20 Mar 2023
    sounds like the best option for you , is a tool called VCluster by loft ( https://www.vcluster.com/) , this way you can install as many k8s cluster as you want in the same k8s host cluster , those cluster share workers nodes and networking, but each has a separated "api server" , so it looks like you have a dedicated cluster with their own namespaces and tools . take a look at the docs to get a better understanding and how they work.
  • Is it a good idea to use k8s namespace-based multitenancy for delivering managed service of an application?
    4 projects | /r/kubernetes | 18 Mar 2023
    We're about to run a PoC with vcluster for isolated sandboxes, this might be relevant to you too
  • Questions for Heroku-like Project
    6 projects | /r/kubernetes | 12 Mar 2023
    I think namespaces, RBAC and network policies are sufficient to partition users from the same organisation. I would investigate the use of vcluster ig you want to give your users even more isolation and capability (such as installing CRDs)
  • Multiple Tenancy, Namespaces, Securing Workloads
    1 project | /r/kubernetes | 24 Feb 2023
    Depends on the use case. Namespaces provides soft isolation (so it means they share same Apiserver, PV's and global resources such as CRD's), but can be restricted with network policies. So it means, there's still potential in breaking other namespaces if you change PV's or CRD's which are used by other namespaces. Multi-Cluster solution can provide full isolation, but its also really expensive in resource consumption and maintenance/management effort. If namespaced-isolation isnt enough for your use case, you can consider vclusters (https://www.vcluster.com/)

porter

Posts with mentions or reviews of porter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-29.
  • Stronger abstraction for deployments
    8 projects | /r/kubernetes | 29 Oct 2021
    This is just a concept. AFAIK only one implemented this concept is Microsoft's project porter: https://github.com/getporter/porter
  • New automation tool - kuberlogic
    5 projects | /r/kubernetes | 12 Oct 2021
    For porter I am talking about this project https://porter.run/ and NOT this https://porter.sh/
  • Deployment Packaging Solutions
    6 projects | /r/kubernetes | 19 Sep 2021
    Porter
  • kbrew: Install any complex app on Kubernetes with one step - within the context of your environment. Please check out, would love feedback!
    2 projects | /r/kubernetes | 3 Aug 2021
    As far as I know the tool is used at least in Microsoft. The classic use case is where you want to install an application and also define the infrastructure as well (i.e cluster + db + lb + app). You can see the examples here https://github.com/getporter/porter/tree/main/examples
  • k8s based platform
    7 projects | /r/kubernetes | 2 Aug 2021
    Check https://cnab.io/ and https://porter.sh/
  • Terraform 1.0 Release
    33 projects | news.ycombinator.com | 8 Jun 2021
    I'm closely tracking an effort by Microsoft that aims to do a lot of what you're describing since I find myself bridging between these tools and deploying stacks that span tools and roles. [CNAB](https://cnab.io/) and the front-running implementation, [Porter](https://porter.sh/), enable one-step infra deployments, packaged as a single OCI-compatible container, with any number of steps, using the best tools for each of those steps. Think of using aws-cli for some initialization step (create or verify presence of a state bucket), applying some terraform to create infra, and finishing with a helm chart to complete deployment of app components. Each stage in a bundle packages not only the code to run it but also the execution binary of the tool that runs it. The spec and porter are still a moving target but it's a promising space and a nice adjacent evolution of the current state of tooling.
  • Open source Heroku Like Platform on premises
    4 projects | news.ycombinator.com | 25 Mar 2021
    Cool, it's great to know that it isn't abandoned.

    I'm not sure why you'd say that their business model was a success. They were bought by Microsoft for Azure. I guess I wonder if a PaaS company can survive without getting the profits off renting the machines to people. Amazon, Google, and Microsoft all have PaaS options based around the idea that it comes bundled with the compute, not as a standalone open-source thing for you to use on any platform.

    I guess the question is whether Porter's business plan is "make enough that a company that owns a cloud wants to buy us". Oracle could probably use a nice PaaS platform and team. Maybe DigitalOcean would like to beef up their PaaS offering by acqui-hiring a team with proven knowledge.

    Poking around https://deislabs.io, it's interesting to see that they have a project called "Porter" which seems to be unrelated to the "Porter" being launched here: https://porter.sh. They aren't quite the same, but they both have "easily run your app" goals.

  • Make Kubernetes as easy as Heroku. Open source PaaS to deploy Docker containers on a Kubernetes cluster running in YOUR OWN cloud provider.
    1 project | /r/docker | 11 Jan 2021
    There is already this from Microsoft https://github.com/getporter/porter

What are some alternatives?

When comparing vcluster and porter you can also consider the following projects:

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

CapRover - Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids

kind - Kubernetes IN Docker - local clusters for testing Kubernetes

helm-charts - Komodor.io public helm charts

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

terraform - Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

cluster-api-provider-nested - Cluster API Provider for Nested Clusters

porter - Kubernetes powered PaaS that runs in your own cloud.

hierarchical-namespaces - Home of the Hierarchical Namespace Controller (HNC). Adds hierarchical policies and delegated creation to Kubernetes namespaces for improved in-cluster multitenancy.

kapp-controller - Continuous delivery and package management for Kubernetes.

k3s - Lightweight Kubernetes

Flux - Successor: https://github.com/fluxcd/flux2