Click any tag below to further narrow down your results
Links
This article marks the 10th anniversary of Helm, which started during a hackathon after Kubernetes 1.1.0 was released. It highlights Helm's evolution from its initial commit to becoming a key part of the Kubernetes ecosystem. The post also notes its early exposure at the first KubeCon.
SurveyMonkey faced challenges with remote workflows after COVID, leading to unreliable local development setups. They adopted mirrord, which provided seamless Kubernetes integration, significantly reducing time-to-ship, improving code quality, and enhancing developer onboarding and satisfaction.
This article introduces debugwand, a tool for debugging Python applications in Kubernetes and Docker without the usual setup hassles. It leverages the new sys.remote_exec() feature in Python 3.14 to inject a debug server into a running process, allowing for real-time debugging with minimal configuration.
Mirrord allows developers to run local processes in a Kubernetes context without deploying to the cloud. It connects your local environment to a selected pod, mirroring traffic and file interactions. Available as a VS Code extension, IntelliJ plugin, and CLI tool.
The article provides an in-depth exploration of OrbStack, a tool designed to simplify container and Kubernetes development. It highlights the features, advantages, and potential use cases of OrbStack in streamlining the development process for developers working with containerized applications.
The article discusses how the increasing complexity of Kubernetes is reshaping platform engineering strategies. It highlights the need for organizations to adapt their approaches to manage Kubernetes more effectively and provide better support for development teams. The focus is on streamlining operations and enhancing collaboration between development and operations teams to address these challenges.
Tilt simplifies microservice development by automating the process from code changes to updating the development environment, ensuring services behave properly. It offers easy installation, configuration guides for various programming languages, and a community for support and contributions. Users can also follow updates and engage with the community through Slack and social media.