From 763412c2ee2f60af96c4b65e83fb2efc3d4bf711 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Fri, 29 Mar 2024 01:13:58 +0100 Subject: [PATCH 1/2] Add Charmed Kubernetes to self-hosted K8s options --- .../kubernetes-self-hosted/_index.md | 1 + .../kubernetes-self-hosted/charmed-k8s.md | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 content/ecosystem/platform-tooling/kubernetes/kubernetes-self-hosted/charmed-k8s.md diff --git a/content/ecosystem/platform-tooling/kubernetes/kubernetes-self-hosted/_index.md b/content/ecosystem/platform-tooling/kubernetes/kubernetes-self-hosted/_index.md index eb7c3cc..05d65b8 100644 --- a/content/ecosystem/platform-tooling/kubernetes/kubernetes-self-hosted/_index.md +++ b/content/ecosystem/platform-tooling/kubernetes/kubernetes-self-hosted/_index.md @@ -13,3 +13,4 @@ _Internal Developer Platforms (IDPs) are a new category of tools. This means, th --- | [OpenShift]({{< relref "openshift" >}}) | [Rancher]({{< relref "rancher" >}}) | +[Charmed Kubernetes]({{< relref "charmed-k8s" >}}) | diff --git a/content/ecosystem/platform-tooling/kubernetes/kubernetes-self-hosted/charmed-k8s.md b/content/ecosystem/platform-tooling/kubernetes/kubernetes-self-hosted/charmed-k8s.md new file mode 100644 index 0000000..4adad6b --- /dev/null +++ b/content/ecosystem/platform-tooling/kubernetes/kubernetes-self-hosted/charmed-k8s.md @@ -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 >}} From caa9e826d12b8a57c99aed536caf33e279b8275f Mon Sep 17 00:00:00 2001 From: "Christoph C. Richter" Date: Tue, 2 Apr 2024 15:59:09 +0200 Subject: [PATCH 2/2] Fixed sorting --- .../kubernetes/kubernetes-self-hosted/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/ecosystem/platform-tooling/kubernetes/kubernetes-self-hosted/_index.md b/content/ecosystem/platform-tooling/kubernetes/kubernetes-self-hosted/_index.md index 05d65b8..7242f71 100644 --- a/content/ecosystem/platform-tooling/kubernetes/kubernetes-self-hosted/_index.md +++ b/content/ecosystem/platform-tooling/kubernetes/kubernetes-self-hosted/_index.md @@ -9,8 +9,8 @@ weight=10 _Internal Developer Platforms (IDPs) are a new category of tools. This means, the sector is still emerging. Are we missing any integrations? [Submit a pull request!]({{< relref "/#how-to-contribute-to-internal-developer-platform" >}})_ -**Integration** | ---- | -[OpenShift]({{< relref "openshift" >}}) | -[Rancher]({{< relref "rancher" >}}) | -[Charmed Kubernetes]({{< relref "charmed-k8s" >}}) | +| **Integration** | +| -------------------------------------------------- | +| [Charmed Kubernetes]({{< relref "charmed-k8s" >}}) | +| [OpenShift]({{< relref "openshift" >}}) | +| [Rancher]({{< relref "rancher" >}}) |