Skip to content

A Kubernetes Walkthrough

Here are all the notes I need to get me from zero to installation, to deployment, ingress, encryption and monitoring of a service!

Gamifying My Productivity

I’m trying an experiment to improve my productivity, plus also creating a cryptocurrency token to play around with. Here’s how the two go together.

Creating a Solana Crypto Token

Solana is a fast, proof-of-history token framework with a Rust language ‘contract’ system.

I created a couple of Solana tokens. Here’s how…

Kubernetes Application Scaling

Here are some thoughts on Kubernetes application scaling, both manual and autoscaling.

You can set scaling for a service, to ensure that an appropriate number of pods are available to fulfil requests.