Skip to content

Instantly share code, notes, and snippets.

View iamsudip's full-sized avatar
:octocat:
Email is the best way to reach me :)

iamsudip

:octocat:
Email is the best way to reach me :)
View GitHub Profile
@dragonsinth
dragonsinth / gcp-kube.go
Last active June 28, 2024 20:36
Connect to Google Kubernetes with GCP credentials and pure Golang
package main
import (
"context"
"encoding/base64"
"flag"
"fmt"
"log"
container "google.golang.org/api/container/v1beta1"