Try Kubernetes 1.24 release candidate with MicroK8s
Alex Chalkias
on 20 April 2022
Tags: kubernetes , MicroK8s , release candidate
The latest Kubernetes release, 1.24, is about to be made generally available. Today, the community announced the availability of the 1.24 release candidate. Developers, DevOps and other cloud and open source enthusiasts who want to experiment with the latest cutting edge K8s features can already do so easily with MicroK8s.
MicroK8s is a CNCF-certified Kubernetes that is perfect for kicking the tires on the latest Kubernetes release. Equally at home as a single node on a laptop or a cluster in the cloud, it delivers a no-nonsense, minimal-effort way to spin up any version, including the latest stable or release candidates. MicroK8s is delivered as a self-contained snap package, which uses channels to support different versions with the same simple deployment command.
Install the release candidate now!
It’s as simple as running:
sudo snap install microk8s –channel=1.24/candidate –classic
…from any Linux OS which supports snap packages. Using Windows or macOS? no problem, see the documentation.
Alternatively, go to https://snapcraft.io/microk8s and select 1.24/candidate.
Preparing for MicroK8s 1.24 stable release
The MicroK8s team is very excited about the 1.24 release, as it not only brings great features from the K8s project but also some great improvements and add-ons to MicroK8s itself.
New for Kubernetes 1.24
- CSI volume health monitoring
- Network Policy Status
- Dockershim removal
New for MicroK8s
- New performance enhancements
- Distributed storage nodes support, enabling K8s storage at scale with one command
- Greatly simplified community contributions, in the form of addon repositories.
As a reminder, MicroK8s runs on Ubuntu and all major Linux distributions, Windows and macOS. It supports x86 and ARM architectures to bring a simple Kubernetes from RaspberryPi to the clouds. For more on MicroK8s, you can read the docs or follow the tutorials.
We would love to get your feedback, bugs and inquiries from all your testing experiences, so do find us on Discourse, Slack (#microk8s) or GitHub.
Photo by Frank Eiffert on Unsplash.
What is Kubernetes?
Kubernetes, or K8s for short, is an open source platform pioneered by Google, which started as a simple container orchestration tool but has grown into a platform for deploying, monitoring and managing apps and services across clouds.
Newsletter signup
Related posts
How should a great K8s distro feel? Try the new Canonical Kubernetes, now in beta
Try the new Canonical Kubernetes beta, our new distribution that combines ZeroOps for small clusters and intelligent automation for larger production...
Canonical Kubernetes 1.29 is now generally available
A new upstream Kubernetes release, 1.29, is generally available, with significant new features and bugfixes. Canonical closely follows upstream development,...
Turbocharge your API and microservice delivery on MicroK8s with Microcks
Give Microcks on MicroK8s a try and experience the benefits of accelerated development cycles and robust testing.