All Posts > Devops

Devops

Use a Terraform wrapper script to easily manage Terraform installations

December 21st, 2017

This Terraform wrapper is a script that automatically loads the appropriate version of Terraform for the particular project.

David Norton
Devops

Docker Parameterized Builds Using Git Tags, Part 2 of 2

November 2nd, 2017

Learn to use git tags to feed three package versions and dynamically create a Dockerfile at build time.

Patrick Double
Devops

Docker Parameterized Builds Using Git Tags, Part 1 of 2

September 20th, 2017

Using git tags to specify what the Dockerfile should build without branching.

Patrick Double
Devops

Test Vagrant Boxes using Docker

August 3rd, 2017

How to test Vagrant provisioning in CI using the Docker provisioner.

Patrick Double
Devops

AWS ECR with Gradle

May 9th, 2017

Describes how to use a Gradle plugin to over come the ECR temporary token for CI builds.

Patrick Double
Devops

Easily Convert from Ant to Gradle

May 4th, 2017

How to use Gradle with an existing Ant project and be able to use Gradles plugins afterwards.

Mike Hostetler
Devops

My DockerCon17 Experience

May 2nd, 2017

A review of my experience at DockerCon17. Things I learned, big take aways.

Patrick Double
Devops

Managing Rancher container platform with Terraform

February 6th, 2017

Managing Rancher container platform with Terraform

Object Partners
Devops

Automating Testing for Generated HTML Content using Gradle

January 13th, 2017

Validate generated HTML content in your continuous integration (CI) pipeline using Gradle.

Patrick Double
Devops

From Cassandra to S3, with Spark

November 30th, 2016

Apache Cassandra, a scalable and high-availability platform, is a good choice for high volume event management applications, such as large deployments of sensors. Applications include telematics data for large fleets, smart meter telemetry in…

Object Partners
Devops

My Experience with HashiConf 2016

September 14th, 2016

What I thought of HashiConf 2016 as an attendee that brought my brain as a sponge to soak up DevOps wisdom.

Patrick Double
Devops

Docker Image Automated Tests

September 6th, 2016

Examples of implementing docker image automated tests on several CI environments.

Patrick Double
Devops

A Tour of Build Scans on Gradle.com

July 14th, 2016

Overview of Gradle.com Build Scans

Object Partners
Devops

Automating Terraform Projects with Jenkins

June 1st, 2016

Utilize the power of pipelines in Jenkins v2 to automate the planning and application of Terraform projects and achieving CI for your infrastructure.

Object Partners
Devops

Configuring Service Discovery with Consul in a Hybrid Container Environment

May 24th, 2016

Configuring Service Discovery with Consul in a Hybrid Container Environment

Object Partners
Devops

Managing Your Github Org with Terraform

March 23rd, 2016

Using Terraforms Github provider to manager your Github organization.

Object Partners
Devops

Using Ansible (Part II)

September 18th, 2015

Continuing where we left off in the previous post, let’s look at how we can start to organize the project a bit more and do some things like add configuration files. To see where we end up checkout the part-ii branch of the companion resources. Since…

Aaron Hanson
Devops

Using Ansible (Part I)

September 16th, 2015

This is going to be a series of using Ansible to help with automating your infrastructure.

Aaron Hanson
Devops

AWS Tricks: Updating Route53 DNS for AutoScalingGroup using Lambda

July 7th, 2015

Utilize Lambda functions to execute automate infrastructure management like DNS record updates during automatic scaling events.

Object Partners
Devops

Dependable Microservices via Lattice

May 19th, 2015

An introduction to Cloud Foundrys Lattice and tutorial using a Grails 3 application.

Object Partners
Devops

Chef Tips & Hints - A Restrospective

December 23rd, 2014

Chef lessons learned. Dealing with Attributes, Databags, Roles, Cookbooks, and Berkshelf.

Object Partners