Skip to main content
  1. Blog
  2. Article

Canonical
on 1 December 2020


One install, one cluster, snap!

Today, we’re excited to announce that EKS is available outside of AWS, on any Ubuntu system, with the EKS snap. This announcement builds on the existing collaboration between Amazon and Canonical to ensure the quality, security, and usability of Ubuntu-based EKS clusters on AWS.

“Amazon EKS Distro (EKS-D) builds on our productive collaboration with Canonical around Ubuntu on AWS, and allows us to expand EKS beyond AWS cloud on any machine running Ubuntu. The full EKS experience now comes in a single, immutable package with automatic updates, for low-maintenance and increased security.”, said Nikki Rouda, Head of Product Marketing, AWS.

Take the precise binaries of EKS and combine them with the MicroK8s experience, and you get an opinionated, self-healing, highly available EKS-compatible Kubernetes anywhere you can get Ubuntu. Just snap install eks and you are up and running.

“We are delighted to work with Amazon on a joint QA process to optimise the Ubuntu kernel for EKS on AWS. Our collaboration allows us to extend compatibility of cloud-native operations with EKS to anywhere using Ubuntu.”, said Alex Chalkias, Product Manager of Kubernetes, Canonical.

Related posts


Jake Nabasny
17 March 2026

How to set up a micro lab: four principles for a reliable homelab

MicroCloud Article

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 to keep. If a service goes down for an extended period of time or you lose data, it can feel catastrophic. The anxiety of missed emails ...


Canonical
15 January 2026

Canonical Ubuntu and Ubuntu Pro now available on AWS European Sovereign Cloud

Ubuntu Article

Canonical announced it is a launch partner for the AWS European Sovereign Cloud, with Ubuntu and Ubuntu Pro now available. This new independent cloud for Europe enables organizations to run secure, enterprise workloads with full operational autonomy and EU data residency. By combining the performance and expanded security coverage of Ubun ...


Javier de la Puente
13 January 2026

Deploy your Spring Boot application to production

Cloud and server Article

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 integration of the application with essential services like PostgreSQL for database management and Traefik for ingress control. ...