Kubernetes 1.19 release candidate available for testing
Canonical
on 11 August 2020
Tags: k8s , kubernetes , MicroK8s , release candidate , testing
The Kubernetes 1.19 release candidate is now available for download and experimentation ahead of general availability later this month. You can try it now with MicroK8s.
To get the latest Kubernetes on your machine, install MicroK8s and get a lightweight, zero-ops K8s cluster in no time:
sudo snap install microk8s --channel=1.19/candidate --classic
Or install from https://snapcraft.io/microk8s and select 1.19/candidate
You can install MicroK8s on Ubuntu and all major Linux distributions or on Windows and macOS using native installers.
For any questions or support requests on Kubernetes and MicroK8s, contact us or find our Kubernetes team on Discourse or Slack (#microk8s).
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.
Kubernetes made easy
Everything you love about the upstream, with enterprise-grade assurance. Canonical Kubernetes offers hassle-free installation and maintenance, and peace of mind for your containerized workloads. Maximize performance and deliver security updates across any cloud.
Newsletter signup
Related posts
How to set up a micro lab: four principles for a reliable homelab
After over a decade of running a homelab, I have learned a few difficult lessons. Although it begins as a “lab,” you inevitably end up with something you want...
Accelerating AI with open source machine learning infrastructure
The landscape of artificial intelligence is rapidly evolving, demanding robust and scalable infrastructure. To meet these challenges, we’ve developed a...
Deploy your Spring Boot application to production
In this article we walk through the steps required to deploy a Spring Boot application to production using Juju and Kubernetes. The goal is to showcase the...