Orbatschow is a small, developer-focused publisher that concentrates on solving narrowly defined pain-points in cloud-native workflows; its single public offering, kontext, is a self-contained CLI utility that brings declarative, GitOps-style order to the perennial problem of juggling multiple Kubernetes kubeconfig files. Built in Go and distributed as one portable binary, kontext lets platform engineers, SRE teams and power-users describe clusters, contexts and user credentials in concise YAML manifests, then apply, switch, validate or roll back entire configuration sets with one command. Typical use cases include stitching together dev, staging and production clusters inside a CI pipeline, sharing sanitized kubeconfigs across a team without secrets leakage, or rapidly swapping context on a shared terminal during incident response. The tool integrates cleanly with existing kubectl workflows, supports templating and environment variable substitution, and offers built-in merging and conflict-resolution strategies so administrators can treat kubeconfig files like any other infrastructure-as-code artifact. Because kontext ships as a single statically linked executable, it installs in seconds on Windows, macOS or Linux and requires no elevated privileges, making it equally suited to local development laptops and ephemeral build agents. Orbatschow’s minimalist philosophy means updates are frequent but focused, addressing Kubernetes API drift and community feature requests without creeping scope. The publisher’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always resolving to the latest upstream release and allowing multiple utilities to be installed in a single batch operation.

kontext

Declarative kubeconfig management within a single binary.

Details