This Blog Runs on Docker and Kubernetes - in Two Azure Regions
Azure Kubernetes Service (AKS) launched in preview in 2017, and after experimenting with it for a while and liking it, I moved my blog to AKS. Right now the blog is running
Developer Advocate @docker. Microsoft MVP. Pluralsight Author.
Posts my own.
Monitoring
Containerized Application Health with Docker
August 2018 |
Managing
Load Balancing and Scale in Docker Swarm Mode Clusters
March 2018 |
Modernizing
.NET Apps with Docker
December 2017 |
Get
Started with Docker Datacenter
January 2017 |
Hadoop
for .NET Developers
August 2016 |
Managing
Azure IaaS with PowerShell
April 2016 |
HDInsight
Deep Dive: Storm, HBase, and Hive
November 2015 |
Real
World Big Data in Azure
June 2015 |
Getting
Started with Ubuntu
February 2015 |
Five
Essential Tools for Building REST APIs
December 2014 |
Executable
Specifications: End-to-End Acceptance Testing With SpecFlow
August 2014 |
IDisposable
Best Practices for C# Developers
June 2014 |
Message
Queue Fundamentals in .NET
April 2014 |
C#
Extension Methods
December 2013 |
Implementing
the Reactive Manifesto with Azure and AWS
October 2013 |
Nginx
and PHP Fundamentals
July 2013 |
Caching
in the .NET Stack: Inside-Out
June 2013 |
Azure Kubernetes Service (AKS) launched in preview in 2017, and after experimenting with it for a while and liking it, I moved my blog to AKS. Right now the blog is running
There are 52 Dockerfiles in the source code for my book, Docker on Windows. Perfect for a year-long blog series.
Each week (!) I'll look at one Dockerfile in detail, showing you what
There are 52 Dockerfiles in the source code for my book, Docker on Windows. Perfect for a year-long blog series.
Each week I'll look at one Dockerfile in detail, showing you what
You package apps to run in containers by building a Docker image from a Dockerfile. Docker supports multi-stage image builds, so you can write a Dockerfile which compiles your app from source
There are 52 Dockerfiles in the source code for my book, Docker on Windows. Perfect for a year-long blog series.
Each week I'll look at one Dockerfile in detail, showing you what
There are 52 Dockerfiles in the source code for my book, Docker on Windows. Perfect for a year-long blog series.
Each week I'll look at one Dockerfile in detail, showing you what
My latest Pluralsight course is out now! It's a Docker course for .NET developers and architects who want to modernize existing applications, and run them in containers for portability, security and efficiency.
There are 52 Dockerfiles in the source code for my book, Docker on Windows. Perfect for a year-long blog series.
Each week I'll look at one Dockerfile in detail, showing you what
There are 52 Dockerfiles in the source code for my book, Docker on Windows. Perfect for a year-long blog series.
Each week I'll look at one Dockerfile in detail, showing you what
My monthly retrospectives have fallen behind, but here's my recap of October. It was a great month for Docker fans - we had DockerCon EU with some major announcements. I had a
There are 52 Dockerfiles in the source code for my book, Docker on Windows. Perfect for a year-long blog series.
Each week I'll look at one Dockerfile in detail, showing you what
There are 52 Dockerfiles in the source code for my book, Docker on Windows. Perfect for a year-long blog series.
Each week (except for the occasional break...) I'll look at one Dockerfile