Skip to main content

Questions tagged [deployment]

Deployment is the process or collection activities that make a system available for use.

0 votes
0 answers
21 views

How to make nvidia.com/gpu available in a Kubernetes node?

when i describe node, there is no gpu resource, why? Capacity: cpu: 48 ephemeral-storage: 574137520Ki hugepages-1Gi: 0 hugepages-2Mi: 0 memory: ...
shizhouhu's user avatar
0 votes
0 answers
20 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) ...
Akrash Nadeem's user avatar
0 votes
1 answer
60 views

Reducing downtime of Statefulset K8S

I am currently in the process of migrating applications from DO droplets (VPS) to Kubernetes (K8S). The old system applications are mostly stateful, so I am facing challenges in minimizing downtime. ...
Tristan's user avatar
  • 21
0 votes
1 answer
68 views

fleek.co NextJS docker image version 18 possible?

I have a NextJS app, that I deploy to fleek. There it gets built and deployed. I recently changed something which requires a newer node version (version 18) The deployment used node-16 and therefore ...
jan's user avatar
  • 129
0 votes
0 answers
35 views

TeamCity agents on burst EC2 instances

I am playing with TeamCity and I have a cloud agent profile setup to use an AMI in my account from a previous project (basic Linux machine) TC can launch a new instance when a build is queued but I ...
Mr Pablo's user avatar
  • 101
0 votes
1 answer
339 views

Nginx Proxymanager "map" directive is not allowed

I'm in the process of deploying my Django project right now, I have a server on digital ocean and I'm setting up and nginx proxy manager. I have added the SSL certificate for Portainer, and when I add ...
fifumain's user avatar
0 votes
0 answers
57 views

Is it possible to deploy Milvus on Kubernetes without using Helm?

I'm trying to deploy an application on Kubernetes using a Helm chart, specifically the storage classes, following the instructions provided in the documentation (https://milvus.io/docs/eks.md). ...
MPP's user avatar
  • 1
0 votes
0 answers
27 views

Error while deploying a cluster on openstack

Error waiting for instance (f6572108-772b-4680-861a-ef3534968616) to become ready: unexpected state 'ERROR', wanted target 'ACTIVE'. last error: %!s()
Prince Pranav's user avatar
0 votes
0 answers
94 views

Kubernetes pods Can't connect to local MySQL server through socket

I have a problem with MariaDB (mysqld.sock) I have the next architecture: Deployment for APP1 Deployment for MariaDB1 PV11 and PVC11 (/var/lib/mysql/), PV12 and PVC12 (/run/mysql/) NFS1 server. ...
Bob's user avatar
  • 1
0 votes
1 answer
27 views

GPO install application and then service pack

scenario: I have a GPO for deploying SoftwareABC.msi and every computer that fits GPO will have SoftwareABC installed. Now I have a Service Pack SoftwareABC_SP1.msi, deployed new GPO and it deployed ...
José Luís Teixeira's user avatar
0 votes
1 answer
3k views

Unauthorized error when trying to get a ssl certificate with certbot

I recently bought a domain, hosting and a Ubuntu 22.04 vps, all on godaddy. The domain and hosting work, I can access the site by typing the url in. But when I try to get a ssl certificate with ...
intero's user avatar
  • 1
1 vote
1 answer
500 views

If Robocopy is run from a different server, does it copy the files across the network if the source and destination are the same server?

As part of our build and deployment process, we deploy applications from Server A (our build server running GitHub self-hosted runner) to Server B (web server). The process involves publishing from ...
Airn5475's user avatar
  • 111
0 votes
1 answer
103 views

Best practices for deploying ASP.NET Core components across multiple VMs

I'm working on a project that requires deployment both on the cloud and on private virtual machines. The customer provided 4 VMs with the stipulation that the database should be on one VM, the ...
Asim Khan's user avatar
  • 101
0 votes
0 answers
79 views

OpenShift action audit log

Good day everyone ! I am looking if there is any way to audit or look at a audit log for any specific actions done by a specific user on a deployment for example. My goal would be to see, who scaled ...
yield's user avatar
  • 808
0 votes
0 answers
99 views

Why can my K8S service only access one of three replicas?

New to K8S I have installed microk8s on three Raspberry Pi 4 computers (blackpi, bluepi, redpi). I have a little hello world REST application as docker image in a local registry. I have deployed it as ...
HerrB's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
87