Category "devops"

Kubernetes Istio Gateway & VirtualService Config Flask Example

I try to get some hands on experience with K8s & istio. I am using minikube and I try to deploy a dummy flask web-app. However, for some reason I do not man

How to run code review working flow for scripting in Jenkins Jobs?

We are running gerrit review working flow on our product development, But we have no idea to running the same working flow with script of Jenkins jobs. Is there

MySQL under XAMPP won't start on MacOS - throwing "no such process"

I'm on MacOS (Catalina right now) but the issue has been there for the last couple of years. XAMPP works great and then all of sudden I can't start MySQL. Only

Need basic AIOps implementation example for log monitoring in AWS

AIOps seems like a very interesting topic. I also watched AWS Summit presentation on this. I have a logging nad monitoring solution where all system and applica

Test Point Progress Chart

Is it possible to create a view of summarizing test point outcome by tester? If yes, how can this be done? I am using Azure DevOps to track the testing progress

Terraform source error - Error: Failed to query available provider packages

I am trying to deploy a new infrastructure using terraform (for the first time) and I am getting the following error. I've tried everything but nothing seems to

MongoDB general install question about replica set

I have a server where I have a mongodb database of 150Gb There are 8 databases in it with intensive write activity (as I'm storing tweets) I notice some latency

Application Insights Telemetry: can you track traces/events/etc. asynchronously?

I am a longtime user of Azure's Application Insights, and I use the TelemetryClient's TrackTrace() and TrackException() liberally in every enterprise applicatio

How to change the date format on a Work Item in Azure DevOps Work item

The date format on each Work Item is showing in US format (M/d/yyyy) and I need it to display in AU format (dd/mm/yyyy). I have set the region for the Organisat

How to search my Pipeline among many Projects from DevOps Home Page

If I try to search a pipeline from my organisation’s home page search bar, it shows me nothing. I have multiple projects configured under ADO and I want t

Ansible how to install a package only if same version not installed

I am trying to check the existing version of the package and run the install task if the same version is not been installed already. Below is the code I am tryi

How to install application Updates on multiple windows machine using any tool or script [closed]

I have around 100 windows machine(VMs), All the machines have few updates for chrome , notepad/notepad++ , Firefox ,Jenkins which have not b

User List with API and Continuation Token for Azure Devops

To get a list off all the users, I am using Command: Get https://vssps.dev.azure.com/My Organization/_apis/graph/users?maxPageSize=2?api-version=6.0-preview.1 I

Add a parameter to Strapi V4 request header

I am using Strapi V4 as my CMS and using ECS S3 as the media storage. I am using https://www.npmjs.com/package/@strapi/provider-upload-aws-s3 as the provider up

Use of Prometheus scrape_timeout

In the prometheus configuration I have a job with these specs: - job_name: name_of_my_job scrape_interval: 5m scrape_timeout: 30s metrics_path:

Hashicorp Vault inject directory

I want to inject a whole directory using the agent injector. I would, firstly, like to know if this is even possible. I will explain myself: I have this secrets

Spring Boot container cannot connect to My SQL container

I have read all questions related the issue and controlled all points. It seems everything is ok with my codes but it doesn't connect anyway. I got CONNECTION R

How to add a wait time before executing a step in Bitbucket Pipeline

I have a Bitbucket pipeline where it creates AWS resources using cloudformation and deploys website to it. But deployment fails even the cloudformation creates

NPM install package from private repository using access token from environment

I want to install an npm package from a private repository from a specific branch. I know it's possible if you explicitly specify the token in the package path,

gitlab pipeline build server for ios

We're running everything in AWS, including our self-hosted Gitlab server. Now I am trying to create a pipeline to build and publish our IOS apps. Gitlab cloud d