Lens

Lens Desktop for Kubernetes debugging. Lens Desktop is the only application you need to take control of your Kubernetes clusters. It’s built on open source and free. Designed for those …

stern

Stern allows you to tail multiple pods on Kubernetes and multiple containers within the pod. Each result is color coded for quicker debugging. The query is a regular expression or …

Skaffold

Skaffold handles the workflow for building, pushing and deploying your application, allowing you to focus on what matters most: writing code. Skaffold is a command line tool that facilitates continuous development …

Comparing Ingress controllers for Kubernetes

Deploying a Kubernetes cluster for a specific application, you need to realize the requirements from the application itself, business and developers. Having this understanding, you can make an architectural choice …

kubectx + kubens: power tools for kubectl

kubctx: Switch faster between clusters and namespaces in kubectl. This repository provides both kubectx and kubens tools. kubectx kubectx is a utility to manage and switch between kubectl(1) contexts. kubens …