Fabrice CarrelforDINA Technical's Blogdevops.dina.ch·Nov 13, 2023Backup Exoscale SKS workloads using VeleroIn this technical guide, we'll explore the practical steps to fortify your Scalable Kubernetes Service (SKS) workloads on Exoscale using Velero, a robust backup and restore tool. The guide includes a hands-on demo, illustrating how Velero simplifies ...Discuss·128 readsKubernetes
Christophe PerroudforDINA Technical's Blogdevops.dina.ch·Oct 31, 2023K8s cluster installation and configuration on Exoscale SKSIn 2021, Exoscale introduced their own K8s hosting and management ecosystem, SKS. Following our latest article (the installation of Exoscale compute instances via terraform), let's dive into the SKS part and install a K8s cluster running, with Longho...Discuss·213 readsTerraform
Matthieu Vincentyodamad.hashnode.dev·Apr 15, 2023Set up external-dns on a kubernetes clusterIn this article, I'm going to explain how to set up external-dns module in a Kubernetes cluster. This module is useful to generate dynamic URLs when deploying applications in a cluster. It detects components when they are deployed into the cluster an...Discuss·1 like·2.2K reads☸️ Kubernetes discoveryKubernetes
Quentin BadoudforDINA Technical's Blogdevops.dina.ch·Mar 21, 2023Terraform and ExoscaleTerraform is useful for managing infrastructures because it automates the deployment and management of infrastructure resources, ensures consistency across environments, allows for collaboration and scalability, and provides version control for infra...Discuss·324 readsCISEL
Engin Diriblog.ediri.io·Nov 5, 2022Running a Minecraft Server on an Exoscale Kubernetes Cluster using Pulumi and CUETL;DR The code As usual, here is the location of the code. https://github.com/dirien/quick-bites/tree/main/pulumi-exoscale Introduction To celebrate the launch of the Exoscale Pulumi provider, I decided to create a Pulumi program that deploys a Minec...Discuss·433 readsexoscale