4 followers
Since 1971, we have been at your side to help you in your IT projects. We facilitate the daily life of 120 companies with innovative solutions in Cloud and Digitalisation
In this article we will show you how update and test the configurations files on 2 failover HAproxy servers using AWX. The goal is to have a single source of truth wich will be a Git repo. This is some kind of GitOps approach that will prevent from u...
This article will cover the creation of a GKE cluster using Terraform Cloud. Google cloud provides some built-in CLI, so why should you consider using Terraform instead? Well, here are some advantages using terraform. Unified Workflow - If you are a...
On this page we will show you how to setup CI/CD between your Git provider and Terraform Cloud to deploy automatically a Kubernetes cluster on AWS EKS !!! Go read this page if you want to know Why do we want to use a Remote state provider like Terraf...
You are asking yourself how to implement the monitoring of your application in a freshly deployed Karbon Kubernetes cluster and present this through one single unified interface using Grafana? Great question, we will answer it on this page! When you ...
Kubernetes is so cool and trendy! However there is always a question that remains... How do you backup PV when you have statefull application? Velero is a usefull tool that is able to backup your kubernetes ressource and also PVs. Until now you had ...
In traditional cloud provider environments, where network load balancers are available, you automatically get a single point of contact to any application running inside the cluster as shown in the picture below. On prem Kubernetes cluster doesn't h...