Fetch Kubernetes Resources by Short Name in Go (Like kubectl Does)
Excited to share a new Go library I’ve built to make fetching Kubernetes resources a breeze: go-kube-get! If you’ve worked with client-go to build internal tools or CLI applications, you know that mapping simple user inputs like po or deploy to the precise API group and version (core/v1/pods, apps/v1/deployments) can introduce a lot… Read More »Fetch Kubernetes Resources by Short Name in Go (Like kubectl Does)