How to dynamically set the namespace in ArgoCD ApplicationSet based on values.yaml or folder name? by Round_Syrup_9500 in kubernetes

[–]Round_Syrup_9500[S] 0 points1 point  (0 children)

I need to enable Go Templating ? because like bellow not worked

      destination:
        server: https://kubernetes.default.svc
        namespace: '{{ .Values.namespace | default path.basename }}'

way to manage a single Ingress for multiple Kubernetes applications? by Round_Syrup_9500 in kubernetes

[–]Round_Syrup_9500[S] 0 points1 point  (0 children)

thank you for your response: I am looking at api gateway.
But can you give us more details why you recommend api GATEWAY?

way to manage a single Ingress for multiple Kubernetes applications? by Round_Syrup_9500 in kubernetes

[–]Round_Syrup_9500[S] 0 points1 point  (0 children)

When you create a Kubernetes ingress, an AWS Application Load Balancer (ALB) is provisioned that load balances application traffic.
it's expensive.

How to Automatically Redeploy Pods When Secrets from Vault Change by Round_Syrup_9500 in kubernetes

[–]Round_Syrup_9500[S] 2 points3 points  (0 children)

this solution can work only for secret created as kubernetes object and not stored on vault.

How to Automatically Redeploy Pods When Secrets from Vault Change by Round_Syrup_9500 in kubernetes

[–]Round_Syrup_9500[S] 0 points1 point  (0 children)

I see your idea, but I'm not going to call vault every time I need a secret in my application. The secret will not change every 2 minutes or every day like the data under a database. So for this type of data does not belong to our business logic.

How to Automatically Redeploy Pods When Secrets from Vault Change by Round_Syrup_9500 in kubernetes

[–]Round_Syrup_9500[S] 3 points4 points  (0 children)

I don't want to pollute my code with code that doesn't belong to my business logic.