/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.orochena.net
| | greg.molnar.io
2.3 parsecs away

Travel
| | In this tutorial, I will show you how to use MRSK to deploy a Rails app to a VPS, run Caddy in front of the docker container to handle SSL, use a hosted database server, run Redis on the same droplet, run a worker to process background jobs
| | earthly.dev
2.7 parsecs away

Travel
| | Learn how to run a Ruby on Rails application inside a Docker container and discover best practices for building Docker images. This tutorial covers...
| | nts.strzibny.name
2.1 parsecs away

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

Travel
| In my previous blog post I showed how to use the Kops tool to create a production ready Kubernetes cluster on Amazon Web Services (AWS). In this follow-up post I will show how to install Elasticsearch and its graphical counterpart Kibana in the cluster, in order to be able to collect and store logs from your cluster and search/read them. We will also install Fluentd as this component is responsible for transmitting the standard Kubernetes logs to Elasticsearch. This is generally known as the ELK stack, which stands for Elasticsearch, Logstash (precursor to Fluentd) and Kibana.