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 clustermetrics-server
- K8s Metrics Server for API accessstorage
- Storage class; allocates storage from host directoryThe 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 credentialsStripped 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.
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
On Debian 9 (Stretch) and newer, snap can be installed directly from the command line:
sudo apt update
sudo apt install snapd
After this, install the snapd snap in order to get the latest snapd:
sudo snap install snapd
To install eks, simply use the following command:
sudo snap install eks --edge --classic
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.