You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ A dedicated `etcd` cluster for each tenant cluster doesn’t scale well for a ma
43
43
With this solution, the resiliency is guaranteed by the usual `etcd` mechanism, and the pods' count remains under control, so it solves the main goal of resiliency and costs optimization. The trade-off here is that we have to operate an external `etcd` cluster and manage the access to be sure that each tenant cluster uses only its data. Also, there are limits in size in `etcd`, defaulted to 2GB and configurable to a maximum of 8GB. We’re solving this issue by pooling multiple `etcd` and sharding the tenant control planes.
44
44
45
45
## Use cases
46
-
Kamaji project has been initially started as a solution for actual and common problems such as minimizing the Total Cost of Ownership - TCO while running Kubernetes at scale. However, it can open a wider range of use cases. Here are a few:
46
+
Kamaji project has been initially started as a solution for actual and common problems such as minimizing the Total Cost of Ownership while running Kubernetes at scale. However, it can open a wider range of use cases. Here are a few:
47
47
48
48
### Managed Kubernetes
49
49
Enabling companies to provide Cloud Native Infrastructure with ease by introducing a strong separation of concerns between management and workloads. Centralize clusters management, monitoring, and observability by leaving developers to focus on the applications, increase productivity and reduce operational costs.
@@ -80,7 +80,7 @@ Tenant clusters are fully CNCF compliant built with upstream Kubernetes binaries
80
80
## Roadmap
81
81
82
82
-[ ] Benchmarking and stress-test
83
-
-[] Support for dynamic address allocation on native Load Balancer
83
+
-[x] Support for dynamic address allocation on native Load Balancer
84
84
-[x] Zero Downtime Tenant Control Plane upgrade
85
85
-[ ]`konnectivity` integration
86
86
-[ ] Provisioning of Tenant Control Plane through Cluster APIs
@@ -119,4 +119,4 @@ A. Lighter Multi-Tenancy solutions, like Capsule shares the Kubernetes control p
119
119
120
120
Q. So I need a costly cloud infrastructure to try Kamaji?
121
121
122
-
A. No, it is possible to try Kamaji on your laptop with [KinD](./deploy/kind/README.md). We're porting it also on Canonical MicroK8s as an add-on, _tbd_.
122
+
A. No, it is possible to try Kamaji on your laptop with [KinD](./deploy/kind/README.md).
0 commit comments