-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
84c8b1a
commit 4db8230
Showing
4 changed files
with
10 additions
and
30 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
apiVersion: v2 | ||
appVersion: v0.3.0 | ||
description: Kamaji is a tool aimed to build and operate a Managed Kubernetes Service | ||
with a fraction of the operational burden. With Kamaji, you can deploy and operate | ||
hundreds of Kubernetes clusters as a hyper-scaler. | ||
description: Kamaji deploys and operates Kubernetes at scale with a fraction of the operational burden. Kamaji turns any Kubernetes cluster into an “admin cluster” to orchestrate other Kubernetes clusters called “tenant clusters”. Kamaji is special because the Control Plane components are running in a single pod instead of dedicated machines. This solution makes running multiple Control Planes cheaper and easier to deploy and operate. | ||
home: https://github.com/clastix/kamaji | ||
icon: https://github.com/clastix/kamaji/raw/master/assets/kamaji-logo.png | ||
icon: https://github.com/clastix/kamaji/raw/master/assets/logo-colored.png | ||
kubeVersion: ">=1.21.0-0" | ||
maintainers: | ||
- email: [email protected] | ||
|
@@ -17,8 +15,8 @@ name: kamaji | |
sources: | ||
- https://github.com/clastix/kamaji | ||
type: application | ||
version: 0.12.0 | ||
version: 0.12.1 | ||
annotations: | ||
catalog.cattle.io/certified: partner | ||
catalog.cattle.io/release-name: kamaji | ||
catalog.cattle.io/display-name: Kamaji - Managed Kubernetes Service | ||
catalog.cattle.io/display-name: Kamaji |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,12 @@ | ||
# Kamaji - Managed Kubernetes Service | ||
# Kamaji | ||
|
||
Kamaji is a tool aimed to build and operate a Managed Kubernetes Service with a fraction of the operational burden. | ||
Kamaji deploys and operates Kubernetes at scale with a fraction of the operational burden. | ||
|
||
Useful links: | ||
- [Kamaji Github repository](https://github.com/clastix/kamaji) | ||
- [Kamaji Documentation](https://github.com/clastix/kamaji/docs/) | ||
- [Kamaji Documentation](https://kamaji.clastix.io) | ||
|
||
## Requirements | ||
|
||
* Kubernetes v1.22+ | ||
* Helm v3 | ||
|
||
# Installation | ||
|
||
To install the Chart with the release name `kamaji`: | ||
|
||
helm upgrade --install --namespace kamaji-system --create-namespace clastix/kamaji | ||
|
||
Show the status: | ||
|
||
helm status kamaji -n kamaji-system | ||
|
||
Upgrade the Chart | ||
|
||
helm upgrade kamaji -n kamaji-system clastix/kamaji | ||
|
||
Uninstall the Chart | ||
|
||
helm uninstall kamaji -n kamaji-system | ||
* Helm v3 |