Questions tagged [devops]
The devops tag has no usage guidance.
88
questions
0
votes
0
answers
12
views
Azure CDN rule engine - work with redirect and path
I need to make sure that every time my url starts with /file it is directed to / (the root) but keeping the rest of the url the same, example -> /file/item.txt -> /item.txt, how can I do this? (...
0
votes
0
answers
34
views
MongoDB data in EC2 instance is erased automatically after after one day
I am facing an issue where data in MongoDB inside EC2 instance is erased after approximately one day.
I use the AWS free tier service. In that I launch a t3.large ubuntu instance and gp3 8 GB volume. ...
0
votes
0
answers
61
views
Openstack setup on AWS ec2 instances
i'm new to Openstack and i need to do experimentation and setup Openstack to test different distribution of it in order to find out which the best distribution for a highly available environment, ...
0
votes
0
answers
154
views
Error: Failed to download metadata for repo 'appstream': repomd.xml parser error
when i use yum update i got:
CentOS Stream 8 - AppStream 27 kB/s | 8.5 kB 00:00
Error: Failed to download metadata for repo 'appstream': repomd.xml parser ...
4
votes
1
answer
401
views
Is it Possible to Install Print Server Role Inside a Windows Server Core 2019 Container?
I'm currently working with a Windows Server 2019 VM and considering setting up a containerized environment for a label printing service. My goal is to create a container with the print server role ...
0
votes
0
answers
54
views
How should I behave when giving a AWS Permission Set | Handling Policies to users
Context:
I've been given the task to manage the AWS IAM Identity Center (user, groups, accounts, permission sets, etc.) of my company. We have multiple developer companies that implement solutions to ...
0
votes
0
answers
25
views
How to securely upload multiple SSL certificates to remote server with CircleCI and Docker
I'm working on a DevOps workflow using CircleCI for deployments and Docker for containerized applications.
I need to automate uploading Let's Encrypt SSL certificates (multiple certificates possible) ...
1
vote
1
answer
254
views
I am getting an error in the ansible playbook file
I am trying to learn ansible and I have coded my first playbook but it gives me the error saying
ERROR! We were unable to read either as JSON nor YAML, these are the errors we got from each:
JSON: ...
1
vote
1
answer
331
views
In GCP, how to connect to CloudSQL from another project?
I have three projects in Google Cloud Platform (GCP) under one organization: Project A, Project B, and Project C (central). Project C is using a GCP Cloud SQL component (MySQL), which is connected via ...
0
votes
1
answer
394
views
When to use Thanos/Cortex over Vanilla Prometheus?
Generally when I look around or try to understand the HA setup for Prometheus the most common search results are Cortex & Thanos. I've also seen M3 and Victoriametrics on the list.
What I ...
0
votes
0
answers
443
views
kubernetes etcd failed to publish local member to cluster through raft
Environment Background:
kubernetes configured 3 master and 3 worker node
Kubernetes is configured component by component following https://github.com/kelseyhightower/kubernetes-the-hard-way.
...
0
votes
0
answers
60
views
How to handle memory issue in Heroku?
I went through this article https://help.heroku.com/TWBM7DL0/how-do-i-measure-current-memory-use-and-max-available-memory-on-a-dyno-in-a-private-space
to learn about How do I measure current memory ...
0
votes
0
answers
41
views
Navigating Hetzner Server Security: Looking for Answers [duplicate]
We are managing a dedicated server with Hetzner. Our setup includes a public server (Nginx reverse proxy) connected to around 10 upstream servers.
Recently, our server was compromised through an ...
0
votes
0
answers
32
views
How to pass output variables to new instance?
My goal is to create an HTTP balancer from 2 nodes using terraform, the problem appears when I want to add the received public IP addresses of the balancer and application server to the balancer ...
2
votes
1
answer
118
views
Azure Devops VMSS Agent Pool without Administrator
We want to use VMSS instances as our Azure Devops Agent pool. The agentpool deploys the TeamServicesAgent Virtual machine extension to the instances deployed. This extension calls the script: https://...