Questions tagged [infrastructure]

393 questions
0
votes
1 answer

How to attach properties (thru .NET infrastracture or any else)

I have a WPF application and I added to the project resources many icons and bitmaps. Now I can access them like this: Dim ico As System.Drawing.Icon = My.Resources.Icon 'Icon.ico Dim img As System.Drawing.Bitmap = My.Resources.Image 'Image.png In…
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
0
votes
1 answer

Web services consumption management - best practices

I'm building an infrastructure for several websites. I want to make a generic/abstract infrastructure for managing web services. Lets say I want to give the user the ability to translate a text.. I want to have several web services available, sorted…
Adam Tal
  • 5,911
  • 4
  • 29
  • 49
0
votes
1 answer

Rails application architecture and common setup

So I am starting out on company project that will have several components: At first... Job list Client profile creation and management User administration and access (login, signup, roles, etc) later... Messaging Schedule Basic reporting way…
Sean Powell
  • 133
  • 1
  • 1
  • 5
0
votes
2 answers

Magento upgrading process and infrastructure for smallest possible downtime

I have a client who currently has one server with Magento and his admin takes down whole site for updates for multiple hours. I would like to make it instant process so that I wanted to propose new solution on how he should have set it up: Magento…
MadBoy
  • 10,824
  • 24
  • 95
  • 156
-1
votes
1 answer

How to make infrastructure as code using a manifest.jps file in Jelastic platform?

I have a project which contains 12 microservices built with Java Spring Boot using Docker. I also have 3 web clients built in React and Angular that consume the APIs. Now I'm trying to deploy the whole project to one server first, and I'm thinking…
Himmels DJ
  • 395
  • 5
  • 20
-1
votes
1 answer

Multiple VPCs with same CIDR blocks to connect to Redis VPC

I'm trying make a setup on AWS with the following structure (very much simplified) Where we have different environments/stages with the same exact setup accessing a global environment. It utilizes VPC Peering and works for the first environment. I…
-1
votes
2 answers

Service 'serviceName' failed to build: COPY failed: stat usr/src/backoffice/dist/backoffice: file does not exist

i'm getting this new error while running 'Docker-compose build' on my server. it was working perfectly just yesterday. i did't change the Dockerfile. ps: this error is occuring with every service i run and has the 'COPY' function in it Error: enter…
-1
votes
2 answers

Terraform : manage specificities over each environment

I have 3 environments to manage via Terraform: dev, staging, prod. An example of use case is below: create a "common" service account for each environment (sa-xxx@dev + sa-xxx@staging + sa-xxx@prod) create a "dev-specific" role for this sa-xxx@dev…
-1
votes
1 answer

File storage with SFTP connector and mounting capability on windows machine

My client will be sending files daily from an SFTP server. I need to persist those files in a storage solution in Azure and mount it to a windows machine because a thick client will use it. SFTP is available in Azure Blob Storage in preview but is…
-1
votes
1 answer

Change Hostnames and IP Addresses with another host - Does it require a DNS update?

I have a new Linux database server I am working on with a certain hostname and ipaddress. I want to change it's hostname and ipaddress with my old Linux database server's at the time of going live with the new server. I understand this requires only…
-1
votes
1 answer

How to use Azure Bicep to deloy existing Logic APP into Another resource group

Question is simple You have an Logic APP called Onboarding new student Student can submit the Microsoft Form with their email address and Name Then the App Logic will put the Form collected user email address and Name into the Share List So this…
-1
votes
2 answers

Difference between infrastructure as code with Infrastructure automation

i feel confusion about what is IaC. what it difference between common automation. Why we must say it infrastructure as code not just infrastructure automation. because from several explanation iac is just to automate infrastructure. thank you
-1
votes
1 answer

Good solutions to automate infrastructure deployment locally?

I have recently been reading more about infrastructure as a service (IaaS) and platform as a service (PaaS) and had some questions. I see when we opt for a PaaS solution, it is generally very easy to create the infrastructure as the cloud providers…
-1
votes
2 answers

Using NodePort to connect to Database

Situation: I work at big company and we have a k8s cluster. We also have a database that is hosted somewhere else outside of the cluster. The database IP-Adress and the Cluster have a bi-directional FW Clearance. So applications that are hosted…
-1
votes
2 answers

New relic infra agent not restarted

We are using New Relic infrastructure agent from last 2 yrs but after 13th Nov 2019 suddenly its not working. Then I update the version of newrelic to 5.2.3.131. But the problem is not resolve. The problem is i’m unable to restart new relic infra…