Posts

Showing posts from March, 2019

2019 Shamrock Shuffle 10K - Race Recap

Image
Well, I'm off to a great start for 2019. Although I debated if I could run due to some recent knee pains, I decided to run the Shamrock Shuffle 10K. This was the second time running this event for me and it was a great event again. The race started off on State Street in downtown Madison, WI. It did a small loop by the capital, then toward campus. Up the most challenging hills on Observatory Drive. It starts with a single switchback that isn't too horrible. However, after that is a pretty steep incline followed by a steep decline then another hill, then very flat for recovery. Unfortunately, they put a water station right at the end of the hill. The only water station, mind you, granted you hit it twice since it is a down and back race. After the 1/2 way point, we took the lakeside path back. I forget how amazing the campus area is, I need to find an excuse to run downtown more often. Anyway, once I hit Observatory again I walked the inclines and was slow on the declines

OpenFaas on Docker Swarm on Raspberry Pi

OpenFaas  is a server-less framework for running functions on docker containers. It's wicked easy to configure, and deploy functions. I was impressed to find out that you can deploy it to Docker Swarm on a Raspberry Pi! How neat. Step 1) Install Docker > curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh Step 2) Configure OpenFaas by following there really well done tutorial on OpenFaas.com Step 3) Configure a registry. Since you already have docker swarm running, deploy a stack with a registry running. Note, make sure to create the directory /data/registry. version: "3.3" services: repo: image: registry:2 ports: - 5000:5000 volumes: - '/data/registry:/var/lib/registry' and deploy with > docker stack deploy -c docker-stack.yml infra Step 4) Setup on Work Station. You only have have Docker and OpenFaaS CLI installed. Once you do that you should be good to go. Note that if you w

2019 Goals - Yes, I know It is March

Holy crap, it's almost a quarter the way through the year. Last year  my goal was to become a dad. Check. I also said "run sometimes". I did that, but less than what I was thinking. Turns out becoming a dad is a lot of work. Very rewarding though, she is worth all of it and then some. So yeah, 2018 really just boiled down to 1 goal, become a dad. :) 2019 is a new year I have the goal of reading more, I have a goal of reading 12 books. My job is helping a lot in that category. It feels like every other conversation I am in has a suggested book to read, and I'm loving it! So far I've completed 3 books (2 for work, 1 for fun). I have 3 books going right now. I have a goal of recreating my fitness regiment. I slipped in 2018, for good cause, but now it's time to get back on the horse. At first this was the same thing I did last year, "run more". That doesn't work. I need goals. So here is my goal, workout 3x per week. This can be run, bike, weig