GoUtils joins Masterminds
I am happy to announce that GoUtils is now part of the Masterminds project on GitHub.
GoUtils implements many of the string utility functions found in Java's Apache Commons. Alex, the lead developer on GoUtils, created the library in 2014. Other Masterminds libraries, notably Sprig have long relied...
If Kubernetes Is Your Home, Helm Is Your Ikea
Kubernetes provides a home for all your containerized applications. But how do you get that home furnished with the likes of databases and web apps? That's where Helm comes in. If Kubernetes is your home, Helm is where you get your furniture.
Kubernetes is a home for you apps
Kubernetes takes...
3 GitHub Commandline Tools
Sometimes it's nice to work with GitHub from the command line. This post covers three tools for working with GitHub: hub
, ghi
, and github-release
.
Most of the time, when we work with GitHub, we use the main git
client. This is great for working with source code, but what about interacting with other...
Command Line Searching with grep, find, and ag
There are lots of tools for searching files on the UNIX (macOS, Linux) command line. Which one do you use? Let's look at grep
, find
, and ag
to understand which tool is the best for a particular search job.
Three Search Tools
There are three tools we'll look at here:
-
grep
: This tool is for using...
How Helm Uses ConfigMaps to Store Data
Helm, the package manager for Kubernetes, uses first-class Kubernetes objects to store its data. Here's how we use ConfigMaps to track Helm releases.
Helm follows the formula "Chart + Values = Release". You start with a Helm chart (a software package), you add your own configuration values, and you...
Creating a Helm Plugin in 3 Steps
Helm is the package manager for Kubernetes. We recently added a plugin architecture to Helm that makes it easy for you to write new features in any programming language you choose.
In this post, we'll create a simple Helm plugin in three steps:
- make a directory
- create a plugin.yaml file
- write a...
The Story of Helm
A while back, the official Deis blog posted The Story of Helm to celebrate Helm's birthday.
Back then, I wrote:
On October 15th, 2015, the project now known as Helm was born. Only one year in, Kubernetes Helm is part of the CNCF, and is marching toward the v2.0.0 release. And in every sense of...
Dockerizing Ruby To Stay Sane
Troubled by my long blogging hiatus? This article explains why: My Ruby broke. But this time, I solved that problem once and for all.
For a non-rubyist, the hardest part about Ruby (particularly on a Mac) is getting it installed correctly. After a frustrating Middleman breakage, I decided to take...
Kubernetes 1.4 AMA Video
Earlier this week I had the opportunity to participate on a CoreOS-hosted "Ask Me Anything" panel. The topic of the panel was the release of Kubernetes 1.4, and the state of the surrounding ecosystem.
I'm a huge fan of Tim Hockin, who has done a ton of the (often thankless) behind-the-scenes work...
Go In Practice - The Autobiography
Go in Practice is now available in print and ebook. After a long haul for Matt Farina and I, the book is complete. Pausing for a moment, I realize how, behind all the code samples and callout boxes, some small part of life is captured in those pages.
Matt and I each went through some pretty crazy...