DevOps, Kubernetes Kubernetes: MetalLB in-depth 14.10.2022 by DevOps By working on a project for one of our customer, I have investigated how MetalLB works in details. This Kubernetes cluster is on-premises only and uses Nginx Ingress Controller for processing incoming L7 and L4 traffic. If you(…)
DevOps, Kubernetes Cilium installation in Minikube using a multi-cluster environment 23.09.2022 by DevOps In this post I’ll share my experience with installing Cilium in Minikube on my Mac. It was not that hard but I faced an issue I had to troubleshoot. I’ll also show you how to create several Kubernetes clusters in(…)
DevOps, Kubernetes Kubernetes Deployment Autoscaling using Memory & CPU 29.08.2022 by DevOps If you would like to implement autoscaling in your Kubernetes cluster then you are at the right place to get started, so read on. I’ve explored the implementation of the Kubernetes object called HorizontalPodAutoscaler (HPA for short) in order to(…)
DevOps, Docker, Kubernetes Exploration of Calico in Minikube 18.08.2022 by DevOps If you are interested to learn Calico locally on your machine, it is possible to use it with Minikube. Minikube is a tool that sets up a Kubernetes environment on your local machine. It works on Windows, MacOS and Linux and(…)
DevOps, Kubernetes Vim Tips & Tricks for the Kubernetes CKA exam 28.07.2022 by DevOps After being a regular reader of this blog for months, I’m thrilled to publish my first post! Vim is a very powerful editing tool to know in Linux and sometimes the only text editor available when connected to a machine(…)
Cloud, Database Administration & Monitoring, DevOps, Kubernetes, MySQL Installing MySQL InnoDB Cluster in OKE using a MySQL Operator 10.05.2022 by Elisa Usai During previous months, I've had some time to satisfy my curiosity about databases in containers and I started to test a little bit MySQL in Kubernetes. This is how it all began...
DevOps, Kubernetes Do you know Rancher Desktop? 25.01.2022 by Daniel Westermann Today I stumbled across Rancher Desktop and thought I'll give it a try. If blogged about Rancher in the past but all those blogs talked about the full blown Rancher project. Rancher Desktop brings(…)
Ansible, DevOps, Docker, Kubernetes Managing Ansible with AWX – Part I – Installation on Minikube 06.12.2021 by Joël Cattin AWX is a web based GUI tool for managing Ansible playbooks. It is the open source upstream project of Red Hat Automation Controller (formerly Ansible Tower) . As for Fedora and RHEL operating systems, the releases of(…)
AWS, Cloud, Kubernetes, Technology Survey dbi services at AWS re:Invent 2021 : day 2 01.12.2021 by DevOps For my day 1 recap, please jump here. For the second day of that conference, I decided first to attend the keynote of Adam Selipsky, CEO of Amazon Web Services. Lots of annoucements as always covering various area and(…)
DevOps, Kubernetes Kubernetes : two different OCI runtimes 12.09.2021 by DevOps Quick recap : in the previous episode, we have seen how to move from a Kubernetes cluster powered by Docker into a future-proof Kubernetes cluster, using containerd. Now let’s move on and fully enjoy the power of having(…)