MicroK8s is a Kubernetes cluster delivered as a single snap package - it can be installed on any Linux distribution which supports snaps. With a quick install, easy upgrades and great security, MicroK8s is perfect for micro clouds and edge computing. Try it on your laptop!
snap install microk8s --classic --channel=1.33/stable
In this release
Kubernetes 1.33
Read more at Kubernetes v1.33: Octarine | Kubernetes
Release Specific Changes
- Add updated patches for Kubernetes v1.33 by @berkayoz in #5048
- Update strict patches for runc 1.2.6 by @berkayoz in #5031
Updates
- Bump component versions by @petrutlucian94 in #4981
- In snapcraft.yaml upgrade to libmnl-1.0.5 by @xypron in #4849
- Bump go version to 1.24 by @berkayoz in #5049
- Update addon versions by @petrutlucian94 in microk8s-core-addons #318
- Update ingress-nginx to 1.12.1 by @berkayoz in microk8s-core-addons #327
- Update cert-manager to v1.17.1 by @claudiubelu in microk8s-core-addons #334
- Update dashboard to 7.11.1 by @claudiubelu in microk8s-core-addons #335
- Update metallb addon to v1.14.9 by @claudiubelu in microk8s-core-addons #336
- Upgrade kube-ovn to v1.13.8 by @claudiubelu in microk8s-core-addons #338
- Update observability addon to the latest versions by @claudiubelu in microk8s-core-addons #339
- Update rook-ceph addon to v1.16.6 by @claudiubelu in microk8s-core-addons #340
- Update nvidia addon helm charts to the latest versions by @claudiubelu in microk8s-core-addons #342
- Update addons versions and update list by @berkayoz in microk8s-core-addons #344
- DNS domain argument by @TecIntelli in microk8s-core-addons #258
Bugfixes
- Run iptables as sudo on microk8s stop by @berkayoz in #5021
- Always refresh the default hooks during upgrades by @petrutlucian94 in #5009
- Flush the
CNI-HOSTPORT-DNAT
chain on stop by @berkayoz in #4963 - Update configure hook to add a newline before adding watchlist flag by @berkayoz in #4946
- Cleanup common non-namespaced resources (Closes #4747) by @LoniasGR in #4779
- Fix kill-host-pods script by @HomayoonAlimohammadi in #4835
- In kill-host-pods.py filter pods by node by @petrutlucian94 in #4819
- Catch KeyError while enabling SRIOV addon by @Gmerold in microk8s-community-addons #249