Kubernetes GraphQL Dynamic Query in Go | by Stefanie Lai | Jun, 2022
Play some magic with client-go DiscoveryClient In the first episode of Kubernetes GraphQL Query in Go, we built the server code using GraphQL to query Pods in a cluster. However, such queries are poor in flexibility and scalability since the definitions of the related graphql.Feilds are all hard-coded, which needs refactoring. So here comes the … Read more