1. Kubectx and Kubens are utilities that help manage and switch between Kubernetes contexts and namespaces, saving time when working with multiple clusters. 2. Kustomize is a tool for managing Kubernetes manifests and applying patches, making it easier to maintain configurations than templates. It can be used to apply common labels, annotations, and add prefixes to all resource names. 3. Skaffold automates the build, push and deploy pipeline, enabling fast local Kubernetes development. It works with build tools like Docker, Jib, and deploy tools like Helm and Kustomize. It supports profiles for different environments.