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 July 19, 2024 07:57
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"