Skip to main content
Version: 0.7.1

Install Epinio on Public Clouds

Epinio can be installed on any Kubernetes distribution, including the Public Cloud ones.

Public Clouds configurationโ€‹

Microsoft AKS configuration

AKS prerequisitesโ€‹

  • Epinio has been tested with AKS version v1.21.9
  • To just try out Epinio, e.g. 2 Standard_D2_v2 nodes are sufficient

Create an AKS clusterโ€‹

If you do not have an existing cluster, follow the quickstart to create an AKS cluster.

caution

In AKS, Epinio must be installed with an external registry because due to a change in Azure, we cannot use internal registry anymore.

Amazon EKS configuration

EKS prerequisitesโ€‹

  • Epinio has been tested with EKS version v1.21
  • To just try out Epinio, e.g. 2 t3a.large nodes are sufficient

Create an EKS clusterโ€‹

If you do not have an existing cluster, follow the quickstart to create an EKS cluster.

Google GKE configuration

GKE prerequisitesโ€‹

  • Epinio has been tested with GKE version v1.21.9
  • To just try out Epinio, e.g. 1 n2-standard-4 node is sufficient

Create a GKE clusterโ€‹

If you do not have an existing cluster, follow the quickstart to create a GKE cluster.

Install Epinioโ€‹

Follow the Epinio installation process.

Troubleshootingโ€‹

In case of trouble with Epinio's Traefik component or Ingress controllers, the Traefik section in the Advanced Topics document shall be your friend.