Questions tagged [infrastructure]
393 questions
2
votes
1 answer
How to import helm resources using terarform
Can anyone help me in importing the below helm resources using terraform inside tf state file?
helm ls
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
portworx default 1 2022-08-25…

aman chhabra
- 45
- 1
- 6
2
votes
1 answer
What are the tradeoffs between NestedStacks and Constructs?
I'm trying to understand the use case of Nested Stacks vs. Constructs specifically in CDK. The AWS docs say the following:
Stacks are the unit of deployment: everything in a stack is deployed together. So when building your application's…

mlaota
- 101
- 6
2
votes
1 answer
Can't get diff output from NestedStack in AWS CDK
I have an issue when I'm working with NestedStack in AWS CDK, the problem is when I'm using the cdk diff command its returns the diff output return to me.
But when I have a diff inside my NestedStack it's just a reference and i really don't know…

ParisNakitaKejser
- 12,112
- 9
- 46
- 66
2
votes
1 answer
create 2 criteria in an alert that monitors multiple criteria in terraform (azure)
I want to add another criteria but I get this error
When the alert rule contains multiple criteria, the use of dimensions is limited to one value per dimension within each criterion
resource "azurerm_monitor_metric_alert" "example" {
name …

Mr_Unchained
- 45
- 1
- 8
2
votes
1 answer
Serverless Framework dry run or test without deploying
There's any way to test Serverless Framework code without deploying it? Similar to Terraform's dry run.
I've tried using the --noDeploy flag, but it doesn't seem to work. I'm trying to create a CI pipeline for it, but can't find any solution.

Leonardo Lima
- 373
- 2
- 10
2
votes
0 answers
Autoscaling with only one droplet/instance on digital ocean
I just joined a startup as a dev but due to urgent needs doing some infrastructure work. The product is recently getting alot of hits and droplet(instance) that is hosting the product is close to cpu usuage. I personally want to autoscale but…

koush_noob
- 51
- 1
2
votes
1 answer
How to deploy to a Docker Swarm from a local dev machine?
I've set up a Docker Swarm consisting of two VMs on my local network, (1 manager, 1 worker). In the manager node, I created a private registry service and I want to deploy a number of locally built images in my local dev machine (which is not in the…

Lavos Core
- 21
- 3
2
votes
1 answer
How to get a Virtual IP for Keepalived with bare-metal infrastructure
I am configuring a High Availability load balancing based on HAProxy and Keepalived.
Everywhere I do research they talk about Virtual IP like something that fell off the sky – I mean, with little to none explanation about how to get one.
By now, I…

RicHincapie
- 3,275
- 1
- 18
- 30
2
votes
0 answers
When to use API vs Nuget vs Internal Library
So I am trying to get more knowledge on the Architecture/Infrastructure of an application and want to build simple applications, just to learn.
So what I was wondering is the following:
If I have multiple applications which have functions that are…

Fatih Kerim Aktas
- 21
- 3
2
votes
2 answers
CI tool decision - multi discipline organization
In our organization, we are working offline (disconnected from the Internet). Most of the tools we use are installed on a single server which should serve all the users (about 500 concurrent users).
we use all the following operating systems: Linux…

Amit Dar
- 43
- 4
2
votes
4 answers
Keeping applications and infrastructure connected
I work in an IT department that is divided into two groups. One group develops and manages applications, the other manages the company's infrastructure and servers. One of the problems we face is a break down in communication. I work for the…

bong
- 184
- 6
2
votes
1 answer
Generate cloudformation for exisiting resouces, load balancer migration
I was wondering if anybody has had any experience creating a cloudformation template from exisiting AWS resources.
I am currently trying to migrate from a classic elb to a alb using the wizard. However I already have cloudformation templates managed…

codemonkey1010
- 69
- 2
- 8
2
votes
1 answer
Recover Azure Databricks after deletion
If Azure Databricks will be deleted by someone and which contains Notebooks as well. So, if we want to recover that databricks along with notebooks , is it possible?
If so please explain how we can achieve this type of condition.

shivam
- 111
- 2
- 13
2
votes
0 answers
what is the significance of having application server?
In multi-tier infrastructure design, mostly all new web servers are capable enough to process the requests with high computation power. Why do we application servers as a separate tier even if web servers are capable to perform all the…

Agnel Amodia
- 765
- 8
- 18
2
votes
0 answers
Make the car follow the road at the right speed (NetLogo)
Currently I am working on developing an infrastructure model in NetLogo and I have difficulty making the turtle follow the road. This I do using the gis extension.
The goal of this model is to simulate traffic movement, and for that the cars within…

LuukvGorp
- 66
- 5