TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Kcp: Kubernetes-Like Control Plane

31 pointsby erkanerolover 2 years ago

3 comments

llama052over 2 years ago
I&#x27;m always curious of the use cases for something like this.<p>We manage multiple clusters but it&#x27;s all done using pipelines so we don&#x27;t traditionally have issues.<p>&gt; <i>For standard tenants who run standard workloads like Deployments, it is not easy but doable. You need to use RBAC objects, Namespaces, NetworkPolicies, ResourceQuotas, PodSecurityPolicies, etc to limit&amp;isolate the tenants.</i><p>Shouldn&#x27;t you generally use those resources even if you&#x27;re not on a multi-tenant platform? At a minimum namespaces to segment workloads and other objects to control security.<p>&gt; <i>When it comes to advanced tenants who want to run their own operators with their own CRDs, it is huge pain. Kubernetes has no mechanism to isolate tenants for CRDs. Many people use a separate cluster per tenant in this case.</i><p>At this point aren&#x27;t you just offering a kubernetes hosting solution?
atopiaover 2 years ago
Cool stuff, a little confused by this quote though:<p>&quot;The ultimate goal is to be able to use multiple clusters as just compute resources like there is a single big cluster.&quot;<p>- isn&#x27;t this the point of the underlying K8s nodes?
评论 #33525464 未加载
withinboredomover 2 years ago
Reminds me of vclusters
评论 #33524929 未加载