eks

eks

Canonical Publisher Verified account Verified account

Install 1.18/edge of eks

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install eks --edge --classic

Don't have snapd? Get set up for snaps.

eks is only available on the unstable edge channel. It could break and change often.

Channel Version Published

Amazon EKS Distro (EKS-D) snap

DEPRECATION WARNING

This snap has been deprecated. Please, use MicroK8s form the proper tracks instead. For example:

snap install microk8s --classic --channel=1.23-eksd

See the official docs for more information: https://microk8s.io/docs/eks-d

Description

The eks snap packages all the Kubernetes binaries of Amazon EKS Distro (EKS-D) and combines them with a MicroK8s like experience, for an opinionated, self-healing, highly available EKS-compatible Kubernetes anywhere.

Install

On any recent Ubuntu machine, or another Linux distribution with snap support: https://snapcraft.io/docs/installing-snapd

sudo snap install eks --classic --edge

To form a multi-node cluster call eks add-node on any existing cluster member to get a token, followed by eks join <token> on the new machine.

Default components

For optimal compatibility with EKS, this Kubernetes distro will launch a very specific set of component services automatically. These provide a standardised K8s environment that simplifies workload compatibility with EKS on AWS itself.

When you initialize the cluster, it will also fetch and enable:

  • coredns - DNS services for services on this EKS cluster
  • metrics-server - K8s Metrics Server for API access
  • storage - Storage class; allocates storage from host directory

The EKS snap will automatically detect if it is on AWS, and if so it will also enable:

  • aws-iam-authenticator - login to your cluster with AWS IAM credentials

Stripped down MicroK8s with EKS components

This EKS Distro is based on MicroK8s. It has a stripped down set of addons and is designed to feel great for AWS users only. It assumes you have AWS IAM credentials for identity and provides default services that are compatible with EKS on EC2. See eks status for component information.

Details for eks

License
  • Apache-2.0

Last updated
  • 15 February 2021 - 1.18/edge
  • 15 February 2021 - latest/edge

Websites

Share this snap

Generate an embeddable card to be shared on external websites.


Install eks on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using eks

Is there a problem with eks? Report this app