-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from bittner/feature/charmed-k8s
Add Charmed Kubernetes to self-hosted K8s options
- Loading branch information
Showing
2 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
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
32 changes: 32 additions & 0 deletions
32
...ent/ecosystem/platform-tooling/kubernetes/kubernetes-self-hosted/charmed-k8s.md
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
+++ | ||
title="Charmed Kubernetes" | ||
url="/self-hosted-kubernetes/charmed-k8s" | ||
+++ | ||
|
||
# Charmed Kubernetes | ||
|
||
Charmed K8s is a CNCF-certified, turnkey Kubernetes distribution. It claims | ||
to provide architectural freedom and fully automated operations. | ||
|
||
Charmed K8s is installed and managed by Juju, an open source orchestration | ||
engine for software operators developed by Canonical that enables deployment, | ||
integration and lifecycle management of applications at scale. The components | ||
managed by Juju are called Charms. They are independent, composable deployments | ||
of applications that can be related to each other, conveniently. | ||
|
||
Charmed K8s is deployed with a high availability setup by default, it runs | ||
automatic updates and security fixes for all core Kubernetes components, has | ||
full OCI compatability with Docker and containderd runtimes, performs PCI | ||
device passthrough for GPU, FPGA and SR-IOV workloads, can manage VMs on | ||
Kubernetes with Kata containers, and is backed by an extensible, third-party | ||
ecosystem for storage and networking. | ||
|
||
Charmed K8s runs on bare metal, private clouds, public clouds, and hybrid | ||
clouds. That said, the same Kubernetes distribution runs on various platforms | ||
and flavors of infrastructure (Juju calls them "substrates"). This allows | ||
application infrastructure owners to move between offerings and optimize | ||
cost, performance, stability and availability concerns. | ||
|
||
{{< button href="https://ubuntu.com/kubernetes/charmed-k8s" target="_blank" >}} | ||
-> Charmed Kubernetes | ||
{{< /button >}} |