-
Original GitHub project: https://github.com/Tythos/06-of-52--accessible-kubernetes-with-terraform-and-digitalocean
-
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.
-
-
-
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.
Related posts
-
How to make this annotation right?
-
Host Multiple Services in EKS with One LoadBalancer: A Cost-Effective Approach
-
Entendendo Kubernetes Ingress Controllers e as vulnerabilidades recentemente anunciadas do Nginx
-
5 Tips for Mastering API Gateway Rate Limiting
-
Unauthorized image of Kong Ingress Controller v3.4.0