kubernetes

05
Jun
Windows containers how to...not?

Windows containers how to...not?

Things to know about Windows Containers This started as an initial research into Windows Containers. My initial impression was not
6 min read
21
Jun
How to write a secure container

How to write a secure container

So, how do you write a secure container? Rule 1: Know where your data is coming from Common things to
4 min read
30
Jan
The Kubernetes history- the project which almost never happened

The Kubernetes history- the project which almost never happened

"It's 2013. The environment in silicon vally was on the heels of the devops movement, automation tools
4 min read
08
Nov
Building a SaaS based architecture on a budget without vendor lock-in

Building a SaaS based architecture on a budget without vendor lock-in

Opinionated account on a micro SaaS currently processing ~53k api requests daily and ~£3k monthly. Actual code, real lessons learnt
3 min read
18
Oct
Docker tail -f from the end

Docker tail -f from the end

The docker way: docker logs -f --tail 10 container_name The host way $(docker inspect --format='{{.LogPath}}' # Then
14
Nov
How to install k0s kzeros Kubernetes

How to install k0s kzeros Kubernetes

K0 (kzeros) in a new single binary distribution model for running and deploying Kubernetes. The project is available on GitHub
1 min read
17
Aug
FastAPI Production Deployment with Github actions & Dokku

FastAPI Production Deployment with Github actions & Dokku

This FastAPI tutorial shows you how to develop and deploy python FastAPI to a server with automated deployment & TLS
9 min read
12
Apr
How large public and private organisations are using teams, kubernetes, vault and git to manage their deployments

How large public and private organisations are using teams, kubernetes, vault and git to manage their deployments

This document sets out my observations of recently working in a large public sector environment in the UK managing significant
5 min read
30
Nov
Docker entrypoint vs cmd

Docker entrypoint vs cmd

I'm always forgetting what is the difference between Docker's entry point vs Docker cmd. Which one
2 min read
09
Jun
Kubernetes updating many deployments at once

Kubernetes updating many deployments at once

Subscribie is a website builder targeting the niche of users who want to build a subscription based website. It allows
2 min read
Collect recurring payments with Subscribie