Kubernetes Basics: Understanding Pods, Deployments, and Services
A guide to understanding Kubernetes core concepts by comparing traditional VM-based deployment patterns with modern container orchestration.
A guide to understanding Kubernetes core concepts by comparing traditional VM-based deployment patterns with modern container orchestration.
Explores configuration management patterns and anti-patterns for Node.js applications, focusing on security, portability, and maintainability.
A guide on deploying a Python/Django SaaS application to Heroku, covering production setup and DNS configuration.
Explains challenges and best practices for handling Sidekiq background job restarts during Rails application deployments.
Learn to implement feature flags (feature management) in ASP.NET Core for controlled rollouts, testing, and rollbacks without redeploying.
A guide on deploying a SaaS app, covering security improvements, database setup with Postgres, and email configuration.
Exploring the new Bicep Deployment Pane in VS Code, a feature for validating, previewing, and deploying Azure infrastructure templates.
A guide to containerizing ASP.NET Core applications with Docker, covering installation, Dockerfiles, and deployment.
A guide on deploying a Vue 3 static site to Heroku using a Fastify Node.js backend server to serve the static files.
Bicep v0.18.4 introduces native support for Bicep parameter files (.bicepparam), including decompilation and deployment features.
A technical guide on deploying Syncthing for file synchronization on Fly.io cloud servers, including troubleshooting and solutions.
Explains a technique for strict pod co-location in Kubernetes using DaemonSets and Deployments with affinity rules.
Argues that deploys and releases are distinct concepts and that relying on deploys to change user experience is problematic.
A technical guide on configuring Netlify redirects within an Astro project, including build script modifications and alternative solutions.
A technical guide on deploying a static web app to Google Cloud Storage using an HTTPS Load Balancer for secure external access.
A guide to deploying a .NET gRPC server to Azure App Service, covering setup, configuration, and automation.
Explains Kubernetes as a natural evolution from traditional virtual machine deployment, focusing on conceptual understanding over jargon.
A guide on accessing the deployed URL of an Azure Static Web App within a GitHub Actions workflow for automated testing.
A developer shares their experience successfully deploying a personal Elixir/Phoenix project called Galley using Fly.io, including configuration challenges.
A presentation summary on deploying .NET applications on Kubernetes, covering platform independence and deployment considerations.