DevOps, Kubernetes VMware Tanzu Kubernetes: Configure your managed cluster 07.02.2024 by DevOps This third blog describe the steps to do once your cluster is initialized and in ready state. In case you missed the first 2 blogs you can find them here and(…)
DevOps, Kubernetes, PostgreSQL Introduction to PostgreSQL in OpenShift 07.02.2024 by DevOps I’m on a mission to tackle scary topics around DevOps these days! In my 2 previous blog posts (Part 1 and Part 2) I’ve tried to demystified the DevOps word (and world!)(…)
DevOps, Docker, Kubernetes Are You Afraid of the Word DevOps? – Part 2 29.01.2024 by DevOps In my previous blog post, we started to explore how to increase the Time-to-Market (TTM) of your simple application. We improved it and to go further we will now leverage containerization. As in part 1, I(…)
DevOps, Kubernetes How to delete a resource with the error: failed calling webhook 25.01.2024 by Nicolas Meunier The original mistake In preparation of the GitLab essentials workshop, I’m using helm to deploy it. After a few tests, I wanted to clean up my cluster, and accidentally deleted the namespace before doing helm uninstall.
DevOps, Kubernetes Install NeuVector 5 on OpenShift Local 4.14 12.01.2024 by DevOps I’ve been playing around with 2 applications recently: OpenShift from Red Hat and NeuVector from SUSE. At some point I’ve wondered if I couldn’t play with both at the same time. Read on as I’ll share some tips & tricks(…)
Azure, DevOps, Kubernetes Interacting with OpenShift Local in an Azure VM 29.11.2023 by DevOps In my previous blog I’ve written about the no or low cost solutions to setup an OpenShift cluster to play with. I’ve detailed the installation of OpenShift Local on Azure. OpenShift Local is like a mini cluster that is(…)
Azure, Cloud, DevOps, Kubernetes Test OpenShift 4 at low cost in Azure 28.11.2023 by DevOps If you want to learn and test OpenShift 4 (the last release is 4.14 at this time of writing), you may not want to go straight with the installation of a full cluster. Using the OpenShift Service of a cloud(…)
DevOps, Kubernetes Combining Powerful Cilium Features Together In Kubernetes 01.11.2023 by DevOps My colleagues and I have played with Cilium from Isovalent for a while now and we have successfully deployed it as simple CNI (Container Network Interface) along with Hubble on several production Kubernetes cluster of our customers.
DevOps, Kubernetes Rancher autoscaler – Enable RKE2 node autoscaling 31.10.2023 by Kévin Keovilay In Rancher, if you make use of node drivers to provision your RKE2 nodes, you can also make use of the cluster autoscaler. In this article, I will show you how simply you can configure the autoscaler for your cluster.
DevOps, Kubernetes Kubernetes CoreDNS in depth 27.09.2023 by DevOps You know that CoreDNS is one of the core component of Kubernetes. You may also know that the CoreDNS pod is up and running only after the Container Network Interface (CNI) has been installed in your(…)