capsule
vcluster
Our great sponsors
capsule | vcluster | |
---|---|---|
4 | 24 | |
793 | 1,585 | |
3.8% | 9.5% | |
9.1 | 9.6 | |
2 days ago | 3 days ago | |
Go | Go | |
Apache License 2.0 | Apache License 2.0 |
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.
capsule
-
How we reduced Kubernetes Clusters Sprawl by adopting Vclusters: An Introduction
At the end is just a tool which helps to achieve multi tenancy(with all pros and cons) in Kubernetes. It takes a different approach from capsule for example as you have a dedicated control plane for each tenant which means you have an isolated api server that you can spin up in a matter of seconds and lets you also achieve better resource utilizations by using the same nodes shared among all tenants
- Is it anti-pattern to have multiple environments under a single namespace?
-
k8s based platform
For multi tenancy you could use this: https://github.com/clastix/capsule
- RBAC for developer self-service?
vcluster
-
Happy Birthday vcluster!
Those are just a few of what I consider important changes in the project but there have been a lot more. One thing that many of the changes have in common is that they were inspired by user requests and feedback. We appreciate the community of vcluster users and your ideas. If you have suggestions, you can open a GitHub issue or join us in the #vlcuster channel of our community Slack.
We recently passed the one-year mark since vcluster was open sourced. If you’re not familiar with vcluster, it’s a tool for creating and managing virtual Kubernetes Clusters. A virtual cluster runs inside a namespace on a shared host cluster, but appears to the user as if it’s their own dedicated cluster.
-
Announcing vcluster Plugins and the vcluster SDK
vcluster is an open source project that allows users to create and run virtual Kubernetes clusters inside of a shared cluster. A virtual cluster runs inside a namespace of the shared host cluster, but it appears to the user as a standalone, dedicated cluster. The Loft Labs team released the initial version of vcluster almost one year ago. Since then, a lot of momentum has built around the project, and we’ve received a lot of helpful feedback from users.
Want to build your own plugin? Here’s a tutorial that will walk you through the process. If you have questions about vcluster plugins or using the SDK, you can open a GitHub issue on the GitHub repo or visit our community Slack to chat with the maintainers and other community members. We’d love to hear your feedback.
- Looking for Devils Advocate: Reasons to NOT run k3s on prem
- K8s ephemeral application environments
-
What type of software do you write at your workplace?
Kubernetes controller (it's like an extension for Kubernetes) - https://www.vcluster.com/ . Most of the Kubernetes ecosystem is written in Go, so you have all the API definitions, libraries, etc. that you can just import, and as a result people rarely go with other programming languages. Most used libs would be kubernetes/client-go, kubernetes-sigs/controller-runtime, spf13/cobra
- Theoretically for fun, what problems would need to be solved for a decentralized cluster(s)?
- Multitenancy setups
-
Introduction to Multi-Tenancy in Kubernetes
Approach C This approach provides a way to implement hard isolation among Kubernetes tenants who have no trust between them. This provides segregated master plane components for each tenant by creating a mini virtual cluster on the super Kubernetes cluster. Admins can also create custom resources in those virtual clusters as well. This is provided by projects like VirtualCluster and vCluster.
What are some alternatives?
kind - Kubernetes IN Docker - local clusters for testing Kubernetes
kiosk - kiosk 🏢 Multi-Tenancy Extension For Kubernetes - Secure Cluster Sharing & Self-Service Namespace Provisioning
kubeplus - Kubernetes Operator for Multi-instance SaaS
arkade - Open Source Marketplace For Kubernetes
hierarchical-namespaces - Home of the Hierarchical Namespace Controller (HNC). Adds hierarchical policies and delegated creation to Kubernetes namespaces for improved in-cluster multitenancy.
zarf - DevSecOps for Air Gap & Limited-Connection Systems. https://zarf.dev/
kubernetes - Production-Grade Container Scheduling and Management
truecharts - Community App Catalog for TrueNAS SCALE
k3s - Lightweight Kubernetes
porter - Porter enables you to package your application artifact, client tools, configuration and deployment logic together as a versioned bundle that you can distribute, and install with a single command.
sealed-secrets - A Kubernetes controller and tool for one-way encrypted Secrets