Skip to content

Instantly share code, notes, and snippets.

View thainanfrota's full-sized avatar
🌴
On vacation

Thainan Frota thainanfrota

🌴
On vacation
  • Belo Horizonte, Brazil
View GitHub Profile
@maxtacu
maxtacu / eks-kubeconfig.go
Last active June 18, 2024 18:36
Update your kubeconfig with all EKS clusters
package main
import (
"encoding/json"
"fmt"
"log"
"os/exec"
)
type EKSClusters struct {