Most Popular

1500 questions
3
votes
1 answer

Can we consider usage of git lfs for artifacts equally mature strategy to an artifactory?

Git lfs is just support for large files in Git -> good for example for a video file sample if you need it, right? But, if you have large artifacts like a trained model or an uber-jar or some other artifact, what is the benefit to version this…
Ta Mu
  • 6,772
  • 5
  • 39
  • 82
3
votes
2 answers

What are best practices for implementing SSL on Jenkins?

One of the options is to configure SSL in NGinx and to put this in front of Jenkins. Are there any other options for securing Jenkins? I am looking for an answer that is focused on best practices that harden the layer 6.
030
  • 13,235
  • 16
  • 74
  • 173
3
votes
1 answer

Why is my build script only failing when it is run in a vNext build?

I am running a build process on an on-prem server with TFS 2017 and vNext. The build works, but it takes 20+ minutes. This is an application that does msbuild, ngc, yarn, and karma. I would be totally fine with leaving it the way it is except for…
Aaron
  • 41
  • 3
3
votes
1 answer

What’s the docker compose equivalent of my docker command?

I’ve been using the command line for docker for 2 weeks and just learned how to use docker compose yesterday using the excellent documentation I found at Jellyfin. I got a Jellyfin container up and running in a jiffy on my new Ubuntu Server (22.04.4…
3
votes
1 answer

Prometheus and Azure WebApps: How to monitor multiple instances with prometheus

I have an application that has two instances running and each request runs on a different machine. I am monitoring an event with a counter in my application and each instance runs it's own counter using prometheus-net. It would be great if…
3
votes
1 answer

Cassandra persistence with Docker - is an example of a comprehensive, up-to-date and facts-based guideline for a deployment architecture available?

Being new to this topic, I have found quite many pros and cons about making data persistent while working with dockerized Cassandra. However, most of it was posted in 2016. Now, I understand that it can depend on the specific case, but already…
Ta Mu
  • 6,772
  • 5
  • 39
  • 82
3
votes
2 answers

When to put all containers in a pod and when to deploy them individually?

One of the reasons for asking this question is that it seems to be impossible to access a container using kubectl exec when these are deployed in a pod.
030
  • 13,235
  • 16
  • 74
  • 173
3
votes
1 answer

Keeping Docker logs only in memory

There are various log drivers available for Docker but it looks like all of them persist the logs to disk. To reduce disk usage I would like to keep the logs only in memory (and limited to a certain size). I could use log driver none but I believe…
AndreKR
  • 131
  • 1
3
votes
3 answers

Should I use multiple Terraform projects or only one?

I am starting to build a Terraform GIT project to build resources for azure. Currently my idea is to have a project that is taking care of identity and access topics & to have a project that is taking care of infrastructure topics. Is it a good idea…
3
votes
1 answer

Measuring image pull latency in k8s cluster

I maintain a Kubernetes clusters that pulls a number of images (mostly from Docker Hub, but also some from GCR and GHCR). I am interested in building a dashboard to measure the amount of time it takes for these images to be pulled (to determine how…
Derek Brown
  • 135
  • 5
3
votes
1 answer

Deleted service connection in Azure DevOps and now cannot select a new one

I deleted what I thought were unused service connections in Azure DevOps, and now I cannot change the connection on existing pipelines. The build pipelines are yaml based but the service connections were set in the UI, so the yaml doesn't contain…
3
votes
1 answer

Are distributed distributions like NixOS able to replace docker in terms of autoscaling?

Autoscaling means that the number of instances increases if the load intensifies. Docker is used in for example Kubernetes in order to autoscale. Are distributed distributions like NixOS suitable candidates for autoscaling as well?
030
  • 13,235
  • 16
  • 74
  • 173
3
votes
0 answers

Installing k3s: zsh: not enough directory stack entries

When I install k3s, I'm getting zsh: not enough directory stack entries. You can see this at the bottom of the log below, $ curl -sfL https://get.k3s.io | sh - # Check for Ready node, takes ~30 seconds sudo k3s kubectl get node [sudo] password for…
Evan Carroll
  • 2,091
  • 3
  • 22
  • 65
3
votes
0 answers

What is the Manifest Digest in GitLab and how do I find out more information about the manifest?

GitLab provides for a "Manifest Digest", What exactly is the Manifest Digest, a digest of, and how do I get access to this manifest to see how it's different from other images.. this question is a follow up to What is the GitLab "Digest" on the…
Evan Carroll
  • 2,091
  • 3
  • 22
  • 65
3
votes
2 answers

What is the GitLab "Digest" on the container registry next to the images, why is different for two duplicated images

The GitLab container registry has a bunch of Digests, you can see them here, Normally, I would expect them to represent the image's own digest, however, they don't, when I look at them here locally after pulling these images down I see the…
Evan Carroll
  • 2,091
  • 3
  • 22
  • 65
1 2 3
99
100