Welcome to Edera

Secure access for authorized customers only

Only users with authorized email domains can access this portal.
Contact support@edera.dev if you need assistance.

Installation Guide


Edera supports multiple deployment targets. This page provides an overview and links to the complete guides on docs.edera.dev.

Installation Paths

Choose the guide for your platform:

PlatformInstallation Guide
AWS EKSdocs.edera.dev/guides/install/eks/
Google Compute Enginedocs.edera.dev/guides/install/gce/
Azure Linuxdocs.edera.dev/guides/install/azure/
Linodedocs.edera.dev/guides/install/linode/
General installerdocs.edera.dev/getting-started/

Overview

Regardless of platform, Edera installation follows the same pattern:

  1. Provision nodes with the Edera software (via AMI on AWS, or via the Edera installer on other platforms)
  2. Configure RuntimeClass in Kubernetes so workloads can opt in to Edera isolation
  3. Deploy a test workload to verify the installation

Securing a workload requires one line in your pod spec:

runtimeClassName: edera

AWS-Specific Notes

On AWS, Edera is distributed as a pre-configured AMI shared directly to your AWS account during onboarding.

Prerequisites (AWS)

Troubleshooting (AWS)

AMI not visible:

  1. Verify your account is in the approved list (contact support)
  2. Check you are querying the correct region
  3. Confirm AWS CLI credentials and permissions

EKS cluster issues:

  1. Ensure EKS version 1.28 or later
  2. Verify node group uses the Edera AMI
  3. Check security groups and IAM roles

RuntimeClass not working:

  1. Verify RuntimeClass is applied: kubectl get runtimeclass -o yaml
  2. Check node labels and selectors

Getting Help

When contacting support, include your platform, region or zone, cluster version, instance types, and any error messages or logs.

Last updated on