I want to explore how to use Go in the following architecture: I'm running a couple of dozen NodeJS fat processes (50+Mb RES ram each, some >150Mb), all different workloads. ...
Quick question: suppose I want to drink the k8s koolaid. Is it feasible to provision a cluster of preemptible nodes (let's say 4 of them) and let k8s recreate them as the di...
so, anyone BUT robby. How do I achieve what I need? secure a bunch of ports on a single IP. Not all are https but different protocols. All the services run in containers. I ...
We are starting a new project in my company. The assigned programmer is new and the project itself it's basically a simple web page, maybe a form or two, buttons, data grids a...
I'm trying to setup declarative infra on GCP. I'm having trouble with Ansible, but google's own Deployment Manager works. Should I press on trying to saddle and tame ansibl...
guys where should I research worldwide salary for IT positions? meaning I want to know how much is paid gross/net for Devops, frontend engineer, DBA etc. all over the world.?
I currently deploy vía git archive from my repo to production, npm install , stop, symlink and restart. I've been trying to use containers in some way, mainly as a proof of c...
Can someone point me a to a good source on container logging? I have a container which runs supervisord. This supervisor runs a number of node processes and they log. I've m...
guys I'm using CoreOS instead of ubuntu on GCP. This means I provisioned a GCE instance and chose CoreOS Stable instead of some other linux distro. This means I have no clus...
Has anybody here done containers without docker?
Hi all. Quick question: For the frontend folk: Have you changed your building setup in light of broad support of es6 modules? What's the cool way to bundle (or not) es6 code...
I'm a bit weary of self-hosting my Redmine + git repo (I use Gitea, but still) I would like to try something *aaS. I mostly use GCP, and their repo connectors so far are limi...
Which laptop would you guys suggest for running Linux only? For devops purposes of course
I'm playing with terraform to provision infra in gcp. just starting out but it shows promise. next I want to run docker compose inside COS. It needs some tricky configs and t...
I just moved to GH after self hosting my code for ever. Any pointers, resources to get the most of it?
Sorry to interrupt. I need to secure a bunch of different ports of a docker-compose setup. I'm already fetching proper certs using https-portal. But sadly https-portal does n...
Re: Bluebird finally() Could someone explain briefly? i want to catch both a regular result form a .then() and also any kind of error available to .catch() I'm under the im...
Tbh all the code management in node has always felt weird. We all have complained about the massive size of node_modules and package.json does feel like me doing work for npm....
Quick question on how-do-you-do-it and why: I'm developing a web site/app/medium-size thingy I stopped bundling third-party stuff and just CDN everything; you know, old fash...
Could someone suggesst how to add ssl to a bunch of containers running on different ports on the same ip address? I was using https-portal but it does not cover this use case...