Explore >> Select a destination


You are here

greg.molnar.io
| | nts.strzibny.name
3.0 parsecs away

Travel
| | Here's one way of a cloud-independent deployment of Rails, Sidekiq, PostgreSQL, and Redis on single virtual server with Kamal.
| | www.dudley.codes
9.6 parsecs away

Travel
| | While developers can use environment variables to inject secrets into containers at run-time, build args should never be used to inject secrets into Docker images at build-time. This post examines why and how to work around these concerns using a fictional application written in Go.
| | andre.arko.net
11.8 parsecs away

Travel
| | I gave a talk at RailsConf 2011 about deploying with Bundler. These are my notes for the talk. I've also posted my slides for the talk. Combined, they probably serve as a somewhat reasonable replacement for having seen the talk itself. Bundler exists to make booting your application consistent and repeatable, guaranteed. It does this by having you write a Gemfile listing of all the gems that your application needs to boot. When it installs those gems, it records the exact version of every gem into the Gemfile.lock file. Other developers are guaranteed to have the same gems you do. Your production servers are guaranteed to have the same gems you do.
| | www.learnitguide.net
30.2 parsecs away

Travel
| kubernetes yaml file examples, create kubernetes deployment examples, create kubernetes service examples, create kubernetes pods examples, create yaml