Hi, I'm Quentin Leonetti
LCTRT is my personal website - I'm a software engineer focusing on devops, cloud and tooling.
LCTRT is my personal website - I'm a software engineer focusing on devops, cloud and tooling.
With my docker VM, I used Docker Compose to deploy a multi container app. Now it’s time to level up and use Kubernetes.
Read more...After my week working with Docker, it’s now time to setup my initial Kubernetes cluster. I will be using k3s as it’s a nice lightweight kubernetes distribution.
Read more...In my previous post, I explain how I created a private docker image registry. But without https support, this was marked as an insecure registry and each docker context then needed to be configured to accept it. The next step for my homelab setup is to add TLS (transport layer security)
config. I will use mkcert to create a local CA to generate certificate for all my virtual machines.