articles · k8s

Setting up local k8s dev environment with k3d and skaffold

DevOps Spiral In this article I'm describing how to setup decent kubernetes development environment using k3s/k3d and skaffold. Read More ›

video · kubernetes

Kubernetes services​

DevOps Spiral In this video I'm talking about Kubernetes services - types, usage and implementation on iptables. Read More ›

articles · containers

Modernizing image builds using BuildKit

DevOps Spiral In this article I'm showing bunch of BuildKit features that can make your container images builds easier, faster and more secured. Read More ›

video · kubernetes

Kubernetes network policies with Calico (Canal)​

DevOps Spiral In this video I'm explaining how canal (calico + flannel) differs from pure flannel networking and in second part I'm giving short introduction to network policies in kubernetes. Read More ›

articles · containers

Container image security in 4 questions

DevOps Spiral In this article I'm trying to address some of the container image security concerns that might come up when writing your own dockerfiles. How container image will be used might not be your worry, but it doesn't mean that security cannot be enhanced at build/publish time. Read More ›