Charmed Kubernetes
- By Canonical Kubernetes | bundle
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 1205 | 15 Dec 2022 | |
latest/candidate | 1207 | 13 Jan 2023 | |
latest/beta | 1201 | 09 Dec 2022 | |
latest/edge | 1210 | 23 Feb 2023 | |
1.27/edge | 1211 | 23 Feb 2023 | |
1.26/stable | 1206 | 15 Dec 2022 | |
1.26/candidate | 1208 | 13 Jan 2023 | |
1.26/beta | 1202 | 09 Dec 2022 | |
1.26/edge | 1198 | 22 Nov 2022 | |
1.25/stable | 1186 | 01 Sep 2022 | |
1.25/candidate | 1187 | 09 Sep 2022 | |
1.25/beta | 1200 | 01 Dec 2022 | |
1.25/edge | 1182 | 17 Aug 2022 | |
1.24/stable | 1155 | 04 Aug 2022 | |
1.24/candidate | 1149 | 02 Aug 2022 | |
1.24/beta | 1005 | 06 May 2022 | |
1.24/edge | 1179 | 15 Aug 2022 | |
1.23/edge | 942 | 16 Mar 2022 |
juju deploy charmed-kubernetes
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
Charms
Charmed Kubernetes
Overview
This is a scaled-out Kubernetes cluster composed of the following components and features:
- Deep integration for public and private clouds, or bare metal
- Uses standard upstream Kubernetes
- Multiple Kubernetes control-plane and worker nodes
- Extensive CNI options
- Intra-node TLS by default
- GPGPU support for high performance AI/ML
- Managed option available
For a more minimal cluster suitable for testing, deploy the smaller kubernetes-core bundle.
For a lightweight upstream K8s, try MicroK8s!
Documentation
For detailed instructions on how to deploy and manage Charmed Kubernetes, please visit the official Charmed Kubernetes docs.
Calico
Calico is used as a CNI plugin to manage networking for the Kubernetes cluster.
Configuration
ipip: Enable IP tunneling. string, default Never
nat-outgoing: NAT outgoing traffic. boolean, default true
vxlan: VXLAN encapsulation mode. string, default Always