Kubernetes 1.23 rc testing with MicroK8s | Ubuntu

Share
  • Post Updated: April 3, 2024

Kubernetes 123 rc testing with microk8s ubuntu

Today, Kubernetes 1.23 release candidate was made available upstream for testing and experimentation. General availability is planned for December 7th, so now is the time to report back any issues or bugs. Developers, DevOps and open source software enthusiasts can try out the latest features using MicroK8s.

MicroK8s is a lightweight, CNCF-certified Kubernetes distribution with a streamlined UX. It can run from a local workstation to the cloud and is ideal to build edge clusters as it includes all Kubernetes services and useful addons in a single light package. MicroK8s tracks all upstream releases, and allows users to select between stable versions for production, beta, or release candidate versions for testing.

How to install the latest Kubernetes 

It takes a single command to get the latest Kubernetes with MicroK8s:

sudo snap install microk8s --channel=1.23/candidate --classic

Alternatively, go to https://snapcraft.io/microk8s and select 1.23/candidate.

Kubernetes 123 rc testing with microk8s ubuntu

MicroK8s…

Source link