Complete pipeline with Jenkins, ACS (Docker Swarm), and Azure Container Registry
In this blog post, we will walk through a demonstration of a complete pipeline of a deployment to Docker Swarm on Azure Container Service (ACS) using Jenkins (hosted on Azure) and Azure Container...
View ArticleAzure ARM Templates – How to embed full scripts in your JSON templates!
Earlier today a colleague and I discovered a pretty neat trick when dissecting a broken ARM template; we learned you can encode complete scripts and embed them in your templates. This post will explain...
View ArticleAutomate Deployment to Docker Swarm and Kubernetes on Azure using Codefresh
I’m so excited to write this blog post so without further ado, let’s jump right in: Codefresh and Microsoft. Codefresh is a Docker-native CI/CD platform that allows you to instantly build, test, and...
View ArticleBadass Terminal: FCU WSL Edition (oh-my-zsh, powerlevel9k, tmux, and more!)
It’s that time again! The time to write another epic blog post, this time for WSL, also known as Windows Subsystem for Linux. One of my most popular posts is my badass terminal post for iTerm2/MacOS so...
View ArticleKubectl get nodes error! Unable to connect to the server: dial tcp i/o timeout
I recently had an issue with an Azure Container Service Kubernetes cluster. When I would try to run commands directly from the master, or from another system, I would receive a ‘dial tcp i/o timeout’...
View ArticleAKS: Azure Kubernetes Service – Infrastructure as Code (IaC)
I’ve been meaning to write this post for a long time. Here I will outline the two ways you can use ARM templates to deploy a managed Kubernetes cluster in Azure. Lena Hall has already published files...
View ArticleBadass Terminal: WSL, macOS, and Ubuntu dotfiles update!!!
Today I’m super excited to announce that I pushed a pretty significant update to my dotfiles repo and bad ass terminal! If you remember, my previous blog posts – Badass Terminal: FCU WSL Edition...
View ArticleHow to Deploy to Kubernetes using Helm and VSTS
I cannot even express how excited I am for this post. As most of you know, I blog/speak pretty extensively about all things Linux and Open Source, however, today, I get to do that and also tie in some...
View ArticleCodefresh+Azure: DevOps, Kubernetes, Helm Webinar
Hello everyone! Today’s post will recap on our Codefresh+Azure webinar we had earlier today. Mainly, I want to help others who wish to quickly get up and running with the same demo I used during the...
View ArticleAKS and Helm Charts: Ingress Controllers
This is a post I’ve been meaning to write for a long time. In several of my demos, many of you who follow me have seen how I use the following two helm charts to deploy new helm charts on my Kubernetes...
View Article