Categories: Blog

Kubernetes Resources to Learn From

I have been fortunate in working a lot more with Kubernetes lately over the last few months so I’ve been exposed to a lot of Kubernetes resource material. It’s fast becoming a more popular way to deploy applications. The concept of separating concerns for each service makes Kubernetes and Docker containerisation a perfect choice. What you build is what you’ll get and scalability is baked in.

I’ve explained how to get a WordPress site working using Docker here, but did you know that you can also deploy this to a production-ready cluster?

To others understand how Kubernetes works, I have compiled a list of resources that have helped me grasp this new tricky, but rather forward-thinking concept that may help those transitioning from a typical LAMP architecture to a cluster orchestration style of deployment.

A short video explaining Kubernetes in 5 minutes:

And articles that will help explain in further detail:

Peter Tran

Share
Published by
Peter Tran

Recent Posts

WordPress Development using Docker

Building my portfolio site, I thought I'd show you how I set up my Wordpress development using Docker. Given the…

1 year ago

Blank images in Puppeteer screenshots solved!

Frustrated with getting blank images in Puppeteer Chrome screenshots, recently I was in a situation where I needed to migrate…

1 year ago

Plans Moving Forward – The Revamped Web and I

It has been six year since my last major revamp/redesign of my current petertran.com.au portfolio site. So what are my…

1 year ago

Bad owner or permissions on .ssh/config

This article helps to solve a Bad owner or permissions on .ssh/config issue occurring on a Windows 10 machine when…

1 year ago

Accept payments easily and effortlessly with Pin Payments integration

Only a few lines of code required is to implement a payment system, thanks to inline Pin Payments integration. Accepting…

6 years ago

Move your VirtualBox virtual machine (VM) image/images to another location or drive

Here is a relatively easy way to move your VirtualBox virtual machine (VM) images to another location or drive: Shutdown all…

6 years ago