Unlock the potential of Kubernetes for serverless applications with insights and practical guidance from Russ Mckendrick's latest book.

Kubernetes for Serverless Applications

My fifth book has now been published, and is avilable from Packt↗ publishing; Kubernetes has established itself as the standard platform for container management, orchestration, and deployment. It has been adopted by companies such as Google, its original developers, and Microsoft as an integral part of their public cloud platforms, so that you can develop for Kubernetes and not worry about being locked into a single vendor. This book will initially start by introducing serverless functions....

January 20, 2018 · 1 min · Russ Mckendrick
Discover Docker and Kubernetes integration on Mac, enabling easy deployment and management of containerized applications.

Docker + Kubernetes

This morning, like a lot of the Docker community, I receieved an email I had been waiting for since November, confirmation that Kubernetes on Docker for Mac had made its way through to a public edge release. The version of Docker I was running was on the stable channel; The first thing I did was open up the preferences; and used the switch to edge link↗ in there to go straight to the Docker for Mac download page;...

January 6, 2018 · 5 min · Russ Mckendrick
Author Russ Mckendrick explores Ansible AWX, the open-source version of Ansible Tower. Follow his guide to quickly set up AWX with CentOS 7 using Vagrant.

Ansible AWX

It has been a while as I have been busy writing, I thought I would spend some of my freetime having a very quick play with Ansible AWX↗ , which is the Open Source version of Ansible Tower↗ . I created the following Vagrantfile to launch a CentOS 7↗ server; Ansible AWX 1/3 # -*- mode: ruby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "centos/7" config....

September 24, 2017 · 3 min · Russ Mckendrick
Author Russ Mckendrick's 'Mastering Docker Second Edition' is now available. Get an updated guide to Docker from Packt and other bookstores.

Mastering Docker Second Edition

It has been a while since I have posted, since Docker Bootcamp was published I have been hard at work on the second edition of Mastering Docker for Packt↗ which is now available from https://www.packtpub.com/virtualization-and-cloud/mastering-docker-second-edition↗ as well as Amazon and all other book stores.

September 19, 2017 · 1 min · Russ Mckendrick
Author Russ Mckendrick's third book, 'Docker Bootcamp,' is coming soon. Pre-order now for a comprehensive guide to Docker.

Docker Bootcamp

I haven’t posted here in a while as I have been busy writting my third book. I am pleased to say that Docker Bootcamp will be published in the next few weeks by Packt↗ . It is available for pre-order now↗ .

April 19, 2017 · 1 min · Russ Mckendrick
Deploy Minio in Docker Swarm with Docker 1.13 for distributed object storage. Easy setup and management.

Playing with Docker 1.13 & Minio

I had some time today, so I thought I would combine two posts I have been planning on writing for a week or two, looking at Docker 1.13 and also Minio. It is important to note before you read further that this post does not cover using Mino as a storage backend for containers. It is about launching a distributed Minio installation in a Docker Swarm cluster and consuming the storage using the Minio command line client and web interface....

January 21, 2017 · 11 min · Russ Mckendrick
Explore UI options for Docker management including Portainer, Docker Datacenter, Shipyard, Rancher, Kubernetes Dashboard, RedHat OpenShift, DC/OS, and AWS ECS.

UIs for Docker, a follow-up post

Following on from the post I wrote on Portainer; Portainer, a UI for Docker↗ There was a lot of great feedback, like the following from Aleksandr Blekh, Ph.D.↗ ; Great post, thank you! Could you briefly clarify why/when one would want to prefer Portainer to Rancher and vice versa. It would be great, if you could also touch on benefits of using Docker UIs versus Kubernetes-based PaaS, specifically OpenShift (which has UI for Docker container management)....

January 15, 2017 · 7 min · Russ Mckendrick
Explore Russ Mckendrick's essential day-to-day tools, including Visual Studio Code, Docker, Ansible, and Digital Ocean, among others.

Day to Day Tools

Its been quite a while since I wrote up what I am using on day to day, in fact I seem to have skipped all of 2016. Desktop Apps Not too much change on the Desktop … Visual Studio Code↗ ; I started off the year Atom, but this gives me the same functionality and seems quicker Pastebot↗ ; Working in tech means I copy and paste alot, this lets me sync and (not all from StackOverflow↗ ) Bear↗ ; For note taking … still using SublimeText↗ (Still the best text editor around), 1Password↗ , Photoshop↗ , Omnigraffle↗ , Tweetbot↗ & MS Office↗ ....

January 5, 2017 · 2 min · Russ Mckendrick