Pinned Repositories
cdk-fargate-public-dns
This is an AWS Cloud Development Kit V2 construct library to support updating Route 53 entry with the public ip address of an ECS Fargate task. This is useful if you are, say, running an individual instance of a game server on ECS Fargate and do not want the added cost of a Network Load Balancer.
cdk-game-server
CDK Construct Library for launching game servers on AWS Fargate
cdk-valheim-server
An AWS CDK construct library to run a Valheim dedicated server on AWS Fargate
docker-swarm-mode-scripts
Scripts for creating and destroying a docker swarm-mode cluster.
folding-on-ecs
AWS CDK Library for building Folding@Home GPU Clusters on ECS
FoldingAtHomeContainer
This container will run the Folding@Home client in a Docker container, on a GPU.
hibernate-memcached
A library for using Memcached as a second level distributed cache in Hibernate.
riemann-docker
Reimann in a container
ruby-smpp
Ruby-implementation of the SMPP protocol, based on EventMachine.
rulespec
An old idea I had a for a rules engine based on the Specification Pattern http://en.wikipedia.org/wiki/Specification_pattern
raykrueger's Repositories
raykrueger/ruby-smpp
Ruby-implementation of the SMPP protocol, based on EventMachine.
raykrueger/docker-swarm-mode-scripts
Scripts for creating and destroying a docker swarm-mode cluster.
raykrueger/riemann-docker
Reimann in a container
raykrueger/brews
A jekyll site for keeping track of the beers I brew.
raykrueger/kubernetes-the-dumb-way
My method of learning more about Kubernetes by automating the fantastic "Kubernetes the Hard Way" guide by Kelsey Hightower.
raykrueger/awfulpicks
http://awfulpicks.com/
raykrueger/aws-modern-application-workshop
A tutorial for developers that want to learn about how to build modern applications on top of AWS. You will build a sample website that leverages infrastructure as code, containers, serverless code functions, CI/CD, and more.
raykrueger/charts
Curated applications for Kubernetes
raykrueger/chef-rfc
Public RFCs for Chef and related projects
raykrueger/docker
Docker - the open-source application container engine
raykrueger/docker-centos-supervisord
Docker image of Centos 7 with supervisord
raykrueger/docker-graphite-grafana
Graphite + Carbon in a docker image
raykrueger/docker-graphite-statsd
Official Docker image for Graphite
raykrueger/ecsdemo-crystal
Part 4 of a 4 part ECS Workshop
raykrueger/ecsdemo-frontend
raykrueger/ecsdemo-nodejs
Part 3 of a 4 part ECS workshop
raykrueger/ecsdemo-platform
Phase 1 of a 4 part ECS workshop
raykrueger/eks-workshop
AWS Workshop for Learning EKS
raykrueger/fluentd-docker-aggregator
A fluentd server configured for parsing and aggregating docker logs.
raykrueger/kubeadm-vagrant
Install Kubernetes on Vagrant using kubeadm
raykrueger/kubernetes-the-hard-way
Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
raykrueger/mongoid
Ruby ODM framework for MongoDB
raykrueger/nginx-redirect-docker
A simple nginx config for redirecting http to https. Useful for AWS Load Balancer configs.
raykrueger/scraper
raykrueger/scrapey
raykrueger/secret-sidecar
A Kubernetes init container that retrieves a secret from AWS Secrets Manager
raykrueger/statsd
A Ruby Statsd client that isn't a direct port of the Python example code. Because Ruby isn't Python.
raykrueger/swarm-ingress-sample
A pair of sample nginx containers to show nginx as an ingress router in Docker Swarm mode.
raykrueger/swarmkit
A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.
raykrueger/tutum-docker-php
Simple base docker image to run PHP applications on Apache