FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Uniform API server access using clientcmd
How-ToDevOps

Uniform API server access using clientcmd

via Kubernetes Blog3w ago

If you've ever wanted to develop a command line client for a Kubernetes API, especially if you've considered making your client usable as a kubectl plugin, you might have wondered how to make your client feel familiar to users of kubectl . A quick glance at the output of kubectl options might put a damper on that: "Am I really supposed to implement all those options?" Fear not, others have done a lot of the work involved for you. In fact, the Kubernetes project provides two libraries to help you handle kubectl -style command line arguments in Go programs: clientcmd and cli-runtime (which uses clientcmd ). This article will show how to use the former. General philosophy As might be expected since it's part of client-go , clientcmd 's ultimate purpose is to provide an instance of restclient.Config that can issue requests to an API server. It follows kubectl semantics: defaults are taken from ~/.kube or equivalent; files can be specified using the KUBECONFIG environment variable; all of t

Continue reading on Kubernetes Blog

Opens in a new tab

Read Full Article
1 views

Related Articles

How-To

How to Vulkan in 2026

Lobsters • 43m ago

Why Feeling Lost in Programming Is Completely Normal
How-To

Why Feeling Lost in Programming Is Completely Normal

Medium Programming • 1h ago

⚡ Building a Production-Ready GDPR Export Feature in Symfony
How-To

⚡ Building a Production-Ready GDPR Export Feature in Symfony

Medium Programming • 2h ago

A gentle introduction to machine code, compilers, and LLVM
How-To

A gentle introduction to machine code, compilers, and LLVM

Medium Programming • 2h ago

Sony Promo Codes and Discounts: 45% Off
How-To

Sony Promo Codes and Discounts: 45% Off

Wired • 3h ago

Discover More Articles