How do I configure my EKS cluster's ingress rules?

This page summarizes the projects mentioned and recommended in the original post on /r/aws

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • external-dns

    Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services

  • There are two main ways that provide entry into a EKS cluster. A service with type LoadBalancer or an ingress. To use an ingress you need to install a controller for it. ALB ingress from the load balancer controller and nginx ingress are two popular options. You define these entry points and k8s handles load balancer creation, security groups, and even DNS creation if using external-dns. EKS can requires a lot of setup up front, but once things are established it becomes very easy to introduce new workloads.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts