Skip to content

Instantly share code, notes, and snippets.

View pierre-emmanuelJ's full-sized avatar
🎧
Working from home

Pierre-Emmanuel Jacquier pierre-emmanuelJ

🎧
Working from home
View GitHub Profile
@pierre-emmanuelJ
pierre-emmanuelJ / RHCOS-Exoscale.md
Last active June 30, 2023 08:01
RedHat CoreOS (RHCOS) on Exoscale
@pierre-emmanuelJ
pierre-emmanuelJ / k8s-security-group.go
Last active May 4, 2020 15:34
A tool to create all security groups for a k8s cluster with Calico at Exoscale
package main
import (
"errors"
"fmt"
"os"
"log"
"github.com/exoscale/egoscale"