Skip to main content
Version: Next

EKS Installer

Fury EKS Installer deploys a production-grade Kubernetes Fury cluster on Amazon Elastic Kubernetes Services (EKS).

Modules

The installer is composed of three terraform modules:

ModuleDescription
VPCDeploy the necessary networking infrastructure
VPNDeploy the a VPN Server to connect to private clusters
EKSDeploy the EKS cluster

Click on each module to see its full documentation.

Architecture

The EKS installers deploys and configures a production-ready EKS cluster without having to learn all internals of the service.

Fury Architecture

The EKS module deploys a private or private control plane cluster by default, where the control plane endpoint is not publicly accessible.

The VPC module setups all the necessary networking infrastructure. The VPN module setups one or more bastion hosts with an OpenVPN server.

The bastion host includes an OpenVPN instance easily manageable by using furyagent to provide access to the cluster.

🕵🏻‍♂️ Furyagent is a tool developed by SIGHUP to manage OpenVPN and SSH user access to the bastion host.

Usage

⚠️ WARNING: if you are upgrading from v1.9.x to v1.10.0, please read the upgrade guide first.

Requirements

Create EKS Cluster

To create the cluster via the installers:

  1. Use the VPC module to deploy the networking infrastructure

  2. (optional) Use the VPN module to deploy the openvpn bastion host

  3. (optional) Configure access to the OpenVPN instance of the bastion host via furyagent

  4. (optional) Connect to the OpenVPN instance

  5. Use the EKS module to deploy the EKS cluster

Please refer to each module documentation and the examples folder for more details.

You can follow the Fury on EKS quick start guide for a more detailed walkthrough