Protect your Kubernetes Applications on AKS: Configuring Velero with Terraform

By Lionel Gurret. Introduction In this article, we will explore how to provision an Azure infrastructure to enable backing up an AKS cluster. While services like Azure Backup can be used, they do not allow for automating the creation of different resources via Terraform or remain in "preview." For these reasons, we will learn how …

Protect your Kubernetes Applications on AKS: Configuring Velero with Terraform Read More »

Terragrunt: Simplify the management of your Terraform infrastructures

By Lionel Gurret. Introduction The setup and management of infrastructure for your Cloud computing projects can be a tedious and time-consuming process. An Infrastructure as Code solution such as Terraform allows you to create and manage cloud resources using configuration files. As we will see in this article, Terraform can be particularly complex to manage …

Terragrunt: Simplify the management of your Terraform infrastructures Read More »

Azure DevOps & Cloud-Native Updates – September 2023

Azure DevOps & Cloud-Native Updates – September 2023 By Lionel Gurret. Introduction Welcome to our Monthly Azure DevOps and Cloud Tech Updates Series! In the fast-paced realm of DevOps and cloud technology, staying current with the latest advancements is essential. That’s why we’ve embarked on a monthly journey to bring you a curated collection of …

Azure DevOps & Cloud-Native Updates – September 2023 Read More »

Kubernetes Community days Zurich 2023 – Feedback

By Lionel Gurret and Fabrice Vergnenègre. Introduction The Kubernetes Community Days took place at Google’s offices in Zurich Europaallee for the first time in Switzerland! These global events bring together experts and adopters from the open source and cloud native community. The first day was dedicated to hands-on workshops where participants could apply their skills …

Kubernetes Community days Zurich 2023 – Feedback Read More »

How to deploy an Openshift cluster in AWS

Originally posted on Sokube’s blog Context Thanks to the Openshift platform (OCP), thousands of companies allow their developers to build, deploy, and run applications in containers. This platform also offers advanced features such as: This platform can be hosted both on a private cloud (on-premise) and on a public cloud. It is possible to install Openshift …

How to deploy an Openshift cluster in AWS Read More »

How to leverage Pre-commits hooks with Terraform

Originally posted on Sokube’s blog. The importance of testing your code as soon as possible In the Agile world, development teams are required to reduce delivery time as much as possible while continuously improving the quality of the code produced. Indeed, it is important that at each release, the version is documented, tested, validated and secure …

How to leverage Pre-commits hooks with Terraform Read More »

Migrating TFS to Azure DevOps

Originally posted on https://en.sokube.ch/post/feedback-migrating-tfs-to-azure-devops Introduction Sokube teams recently had the opportunity to migrate an on-premise TFS Server infrastructure to Azure DevOps Services cloud offering. There are many reasons why you might want to do this: In this article, we will detail the different steps necessary for the migration process and then we will share our feedback and the difficulties encountered. …

Migrating TFS to Azure DevOps Read More »