Recent Posts

CKS preparation - setting up gVisor

3 minute read

One of the topics for the Certifies Kubernetes Security Exam(CKS) is usage of gVisor as container runtime. While in theory configuring gVisor shouldn’t be ha...

TIL - Building Docker Images remotely in ACR

less than 1 minute read

Today I’ve learned that Azure Container Registry can build Docker images for you. Using az cli you’re sending Dockerfile and contents of folder you’re trying...

Github actions cancelled terraform jobs

less than 1 minute read

Today I’ve faced small but nasty bug in my Terraform solution. You can read about solution in Terraform vs Github Actions and Github actions matrix secrets a...