[06/52] Accessible Kubernetes with Terraform and DigitalOcean

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Original GitHub project: https://github.com/Tythos/06-of-52--accessible-kubernetes-with-terraform-and-digitalocean

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. do-api-slugs

    Look up slugs for use with the API DigitalOcean

  4. Nginx

    The official NGINX Open Source repository.

  5. ingress-nginx

    Ingress NGINX Controller for Kubernetes

    resource "helm_release" "icrelease" { name = "nginx-ingress" repository = "https://kubernetes.github.io/ingress-nginx" chart = "ingress-nginx" version = "4.9.1" namespace = kubernetes_namespace.icnamespace.metadata[0].name set { name = "controller.ingressClassResource.default" value = "true" } }

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

  • How to make this annotation right?

    2 projects | /r/devops | 20 Mar 2022
  • Host Multiple Services in EKS with One LoadBalancer: A Cost-Effective Approach

    1 project | dev.to | 23 Apr 2025
  • Entendendo Kubernetes Ingress Controllers e as vulnerabilidades recentemente anunciadas do Nginx

    4 projects | dev.to | 31 Mar 2025
  • 5 Tips for Mastering API Gateway Rate Limiting

    6 projects | dev.to | 25 Feb 2025
  • Unauthorized image of Kong Ingress Controller v3.4.0

    1 project | news.ycombinator.com | 8 Jan 2025

Did you know that C is
the 6th most popular programming language
based on number of references?