How to deploy an application with cert-manager and external-dns in AWS?

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

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

    An Ansible AWX operator for Kubernetes built with Operator SDK and Ansible. 🤖

  • I deployed a CRD AWX operator on EKS in AWS. All the pods and services looks successful. Here is my customization config:

  • cert-manager

    Automatically provision and manage TLS certificates in Kubernetes

  • # kustomization.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - https://github.com/jetstack/cert-manager/releases/download/v1.5.1/cert-manager.yaml - issuer.yaml

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • aws-load-balancer-controller

    A Kubernetes controller for Elastic Load Balancers

  • If you want to deploy Application Load Balancers from your Kubernetes services, you will need the AWS Load Balancer Controller. The in-tree controller can only provision ELB and NLB instances.

  • external-dns

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

  • random

  • You'll need a service account. Not sure about giving access across multiple aws accounts, but I've used this in the past: https://github.com/adams-shaun/random/blob/main/scripts/provision/eks/new_eks_autoscale_dns.sh

  • 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