Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-3 votes
0 answers
14 views

TLS Support on Azure App Gateway as Ingress Controller (AGIC) over Private IP

I have an Azure Kubernetes Service (AKS) cluster that I built using Terraform. As part of the provisioning of the cluster, I also created the App Gateway as part of and integrated with the cluster. ...
Gabe Dillin's user avatar
0 votes
0 answers
47 views

Issue trying to override max pods in a managed EKS node group using Terraform

I am following the guide to override the number of maximum pods per node from https://docs.aws.amazon.com/eks/latest/userguide/cni-increase-ip-addresses.html The guide is quite straightforward if I ...
Cornul11's user avatar
  • 309
1 vote
1 answer
36 views

GCP : Unable to delete my Composer Environnement

I'm trying to upgrade my cloud composer environnement on gcp from the version 2.4.1 to the version 2.8.1. I created a new environnement with the new version and now I'm trying to delete the old one. ...
Ichrak's user avatar
  • 11
-1 votes
1 answer
56 views

How to create aws-ebs-csi-driver with eks_blueprints_addons by Terraform?

I created AWS EBS CSI Driver addon with eks_blueprints_addons by Terraform: module "eks_cluster" { source = "terraform-aws-modules/eks/aws" version = "~> ...
Alpin Cleopatra's user avatar
-1 votes
0 answers
93 views

AKS with user defined routes

I have an aks setup in a Hub-Spoke Setup. The cluster itself is in a subnet in a 10.0.0.0/8 vnet and uses kubenet with 192.168.0.0/16. The outbound type is configured with userDefinedRouting. The ...
Agyss's user avatar
  • 502
0 votes
2 answers
58 views

How can I get the Kubernetes Gateway public IP in Terraform?

I'm deploying a Kubernetes Gateway in Google Kubernetes Engine. How can I get the external IP to expose it as an output? resource "kubernetes_manifest" "gateway" { manifest = { ...
Héctor's user avatar
  • 25.4k
0 votes
0 answers
31 views

Setting ArgoCD templates and triggers with Terraform

I have my helm_release setup as the following: resource "helm_release" "argocd" { namespace = kubernetes_namespace.argocd.metadata.0.name name = "argocd" ...
Frederik's user avatar
  • 642
0 votes
0 answers
34 views

How to manage Argo CD applications with the eks_blueprints_addons module v4.32 to v5 in Terraform?

I'm currently migrating from an older Terraform module (eks_shared_services_kubernetes_addons) to the newer eks_blueprints_addons module provided by aws-ia. In our existing setup, we manage Argo CD ...
Dhaval Shah's user avatar
1 vote
0 answers
145 views

Terraform EKS node groups not passing user data to launch template and eks nodes

Will appreciate any solutions or recommendations for this issue. Dependencies K8s: 1.29 ami: amazon-eks-node-1.29-v20240615 Terraform: v1.8.4 Cloud: AWS Service: EKS Context I am currently using ...
Ajay Renganathan's user avatar
0 votes
2 answers
67 views

Terraform Kubernetes NGINX Ingress - Host rules not returning 504 (Gateway Timeout) [closed]

I am trying to specify different hosts (subdomains) to different Kubernetes Services within my Kubernetes NGINX Ingress. For reference I am using Azure AKS. I have the following ingress declared in ...
BadgerHobbs's user avatar
0 votes
1 answer
63 views

Api Gateway Ingress Controller is not redirecting correctly

I have two microservices in azure, both work correctly and communicate correctly, but it turns out that when I use the ip of the gateway with the routes of the ingress, only the default path works, if ...
Ventana's user avatar
0 votes
1 answer
68 views

Cannot connect to psql on postgres kubernetes pod

I am trying to create a minimal postgres deployment with helm with the admin user called postgres and a user called user. I am hardcoding the passwords for now, the pod is being created correctly but ...
Marwen Taallah's user avatar
0 votes
1 answer
95 views

How to add tags automatically to AWS Volumes with Terraform

I have the following Terraform script to deploy an EKS cluster (tags left empty to hide values) EKS.tf provider "aws" { region = var.region profile = var.profile default_tags { ...
user23627827's user avatar
0 votes
1 answer
89 views

Why am I receiving a 503 error when accessing my application through an AWS Application Load Balancer URL?

I'm deploying a Next.js (Docker image) application on AWS using Terraform, and I've set up an Application Load Balancer (ALB) to route traffic to my application running in an EKS cluster. However, I'm ...
kawa's user avatar
  • 449
0 votes
0 answers
172 views

Unable to access my EKS cluster when deploying using github actions

I'm completely stuck. I wrote terraform code to deploy an eks cluster with worker nodes and when i deploy it using terraform, everything works and I'am able to do kubectl get nodes, however, when I ...
user24886951's user avatar

15 30 50 per page
1
2 3 4 5
47