9 posts found in this category.
A battle-tested deployment pattern that ensures every deploy can be safely rolled back, with pre-linked database backups and verified health checks.
Learn how to enable Docker containers to manage other containers by mounting the Docker socket, avoiding the complexity of Docker-in-Docker setups. This tutorial provides a complete working example and discusses security considerations.
Isolate credentials safely with Bash subshells. Learn how to create temporary, self-cleaning execution environments for GCP scripts. No credential leaks guaranteed.
A Dockerized Python proxy server with automated deployment, logging, and service management using Docker Compose and systemd on a Debian-based GCE instance.
Learn how to kill a server process from a Makefile using the lsof command to find the PID and kill it.
Deploy Node.js apps to production on Ubuntu 22.04 with Caddy and PM2. Complete setup guide with HTTPS, firewall, and process management. Production-ready.
Add and configure additional disks in Google Cloud Platform. Complete guide covering gcloud commands, formatting, mounting, and auto-mount setup included.
Unlock the Power of Multi-Stage Docker Builds: Optimize Your Images
Whitelist IPs in Nginx for enhanced security. Configure IP restrictions for domains, subdomains, URLs, and IP ranges. Protect your web applications with access control.