-
There are a couple of questions regarding using Lagoon on other Managed Kubernetes Providers, let's use this space to document requirements for other Managed Kubernetes Providers. Read the original blog posts over at: this is a WIP! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
StorageLagoon and it's deployed applications require the following type of storage types provided by Managed Kubernetes: The AWS, Azure, GCP Names are here only for reference purposes (so people understand what we mean with the types of storage). We want to make Lagoon able to run in any Managed Kubernetes Providers! Feel free to suggest any other providers!
If there is no File Storage available inside a managed Kubernetes the following alternatives could be used:
|
Beta Was this translation helpful? Give feedback.
-
Kubernetes Hosting Platform and DistributionThere are a number of managed Kubernetes hosting platforms out there that we could deploy Lagoon onto. For us, the best way to ensure that the deployment is as smooth as possible and minimises rework to implement is to ensure that the platform meets the requirements of the Kubernetes Software Conformance Certification program. All the hosting platforms listed on the CNCF Landscape have passed the necessary conformance tests for their supported releases of Kubernetes. A new set of tests has to be passed for each release (1.15, 1.16, 1.17 etc) - and amazee.io will always prefer hosting with a certified conformant platform, utilising a supported release. Additionally, the Kubernetes Software Conformance Certification program also allows for testing Kubernetes Distributions. Where we don't use a hosting platform (e.g. our current installs on Openshift Cloud Platform or in our local testing setup) we would utilise a certified distribution. |
Beta Was this translation helpful? Give feedback.
Storage
Lagoon and it's deployed applications require the following type of storage types provided by Managed Kubernetes:
The AWS, Azure, GCP Names are here only for reference purposes (so people understand what we mean with the types of storage). We want to make Lagoon able to run in any Managed Kubernetes Providers! Feel free to suggest any other providers!
Applications: Solr Data, Persistent Redis, etc.
Azure managed disks
GCP Persistent disks
…