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.