The tools that actually ship software, keep it running, and keep it observable.
A free, open source code editor from Microsoft that blends the speed of a lightweight text editor with IDE grade intelligence, extensions, and remote development on any operating system.
Git is the distributed version control system underpinning virtually all modern software development. GitHub adds the collaboration layer: pull requests, Actions CI/CD, and the largest open source community in the world.
A platform for packaging applications and their dependencies into containers that run consistently across any environment, the foundation of modern CI/CD pipelines and microservices architecture.
The open source container orchestration platform that automates deployment, scaling, and self healing of containerised workloads, treating an entire cluster as a single, declaratively managed computing surface.
HashiCorp's Infrastructure as Code tool for defining and provisioning cloud resources across AWS, Azure, GCP, and hundreds of other providers in version controlled configuration files.
CI/CD and workflow automation built directly into GitHub, pipelines defined as YAML files that live in the repository alongside the code they build, test, and deploy.
The package manager for Kubernetes. Helm charts template and parameterise complex sets of Kubernetes manifests, making repeatable and configurable deployments across environments straightforward.
A terminal based UI for Kubernetes that replaces repetitive kubectl commands with keyboard driven navigation, real time pod health, log streaming, exec sessions, and port forwarding in one screen.
A free, open source desktop application for managing Kubernetes clusters visually, no in cluster infrastructure required, works with any kubeconfig, and complements the terminal based k9s for deeper exploration.
An open source observability platform for dashboards, alerting, and log exploration, the visual layer connecting Prometheus metrics, Loki logs, and Tempo traces into a unified view of your systems.
An API platform covering design, documentation, and testing, from interactive request builders to Newman powered CI test suites that verify API contracts on every deployment.