Kubernetes for Developers - Part 3: Volumes and Autoscaling
Part 3 of a Kubernetes tutorial covering persistent volumes, StatefulSets, and autoscaling for developers.
Jason Walton is a software developer at Solink based in Ottawa, Canada, writing practical guides for developers on Kubernetes, AWS EKS, and Node.js. His posts focus on real-world infrastructure, monitoring, scaling, and dependency management from a developer’s perspective.
9 articles from this blog
Part 3 of a Kubernetes tutorial covering persistent volumes, StatefulSets, and autoscaling for developers.
Part 4 of a Kubernetes for Developers series, focusing on setting up monitoring with kube-prometheus-stack, Prometheus, and Grafana.
Explains how to upgrade indirect npm dependencies, covering semantic versioning, caret/tilde ranges, and practical steps for security updates.
A technical tutorial on exposing Kubernetes services to the internet using AWS EKS, Ingress, and the AWS Load Balancer Controller.
A developer-focused introduction to Kubernetes concepts and setting up a local cluster with minikube for hands-on learning.
Introducing SoloX, an immutable state management library for React inspired by MobX, offering simplicity and local state control.
A technical guide on securing a Synology NAS with HTTPS using Let's Encrypt's DNS-01 challenge and AWS Route 53 for DNS management.
A guide to enabling wake-from-suspend for a Bluetooth keyboard on Ubuntu by configuring USB device power settings via sysfs and udev rules.
A step-by-step guide to configuring Jest for unit testing in a React application built with TypeScript, covering dependencies and configuration.