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 »

DevOps : 12 Factor App methodology

Introduction The twelve-factor application is a methodology for Softwares or web applications deployed in the cloud. These best practices are designed to enable applications to be built with portability and resilience when deployed to the web. The purpose is the following : once you develop and set your application, it has to smoothly operate from the Cloud without having …

DevOps : 12 Factor App methodology Read More »

Kubernetes storage solution with Portworx

Originally posted on https://en.sokube.ch/post/introduction-to-portworx Introduction to Kubernetes Storage As you may already know, Kubernetes is a free and open-source container orchestration platform. It helps you manage containerized environments and provides amazing features such as self-healing, rollout, rollbacks, auto scaling and packaging ! Storage may not be your main concern if you are running stateless workloads …

Kubernetes storage solution with Portworx Read More »