Add support for EKS
See original GitHub issueThe cloudflow sbt
plugin only deploys to GCP. However, it will be ideal to have support for other cloud providers. EKS seems to be mature enough and could be an initial candidate.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Enabling Windows support for your Amazon EKS cluster
Enabling legacy Windows support · Download the required scripts and deployment files. · Add permissions to the shell scripts so that they can...
Read more >Connect EKS clusters through cluster certificates ...
Through GitLab, you can create new clusters and add existing clusters hosted on Amazon Elastic Kubernetes Service (EKS).
Read more >Add Amazon EKS clusters - Sophos Cloud Optix
You can add Amazon Elastic Kubernetes Service (EKS) clusters to AWS accounts ... Sophos Cloud Optix doesn't support private EKS clusters.
Read more >Support | EKS Anywhere
Documentation · GitHub · Contact us; Versions. v0.12 · Documentation · Overview · Getting started · Install EKS Anywhere · Create local cluster...
Read more >AWS EKS Module - Terraform Registry
Support for creating Karpenter related AWS infrastructure resources (e.g. IAM ... of supported addon/controller policies as more are added to the project.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @eschizoid . EKS support is mostly a matter of updating the install scripts. The
sbt
plugin just creates images and pushes them to a configurable Docker registry. Thekubectl-cloudflow
plugin can deploy Cloudflow apps to any cluster running the Cloudflow operator. So all we are missing for EKS support is an installation script that supports it.I am not aware of any major differences when it comes to EKS and GKE so very likely the install script only needs some minor adjustments to be compatible with EKS. Perhaps you could try to install cloudflow on EKS and let us know where it breaks?
Closed by #65