Posts
- Sync time on WSL with Windows
Quick tip on how to sync WSL time with Windows to fix Azure CLI token issues caused by time mismatch...
how-to wsl - Connecting to a remote server using SSH without prompt
Learn to connect to a remote server using SSH without prompts - perfect way to make it work for CI/C...
how-to - Print environment variables of a running pod
Discover how straightforward it is to print the environment variables of a running pod using the kub...
kubernetes how-to - How to sort the output of kubectl by a field
Sort `kubectl` output by a specific field easily with the `--sort-by` flag for better data managemen...
kubernetes how-to - How to enable metrics server in minikube
Learn how to enable the metrics server in Minikube with this straightforward step-by-step guide and ...
kubernetes how-to - Multiple ways to select pods using labels in Kubernetes
A quick tip on how to select Kubernetes pods efficiently by using labels for streamlined management ...
kubernetes how-to - How to enable indentation, line numbers and syntax highlighting in Vim
Enable indentation, line numbers, and syntax highlighting in Vim using this easy configuration chang...
how-to linux - How to find short names for Kubernetes resources in kubectl
Learn this quick tip to find Kubernetes resource short names in kubectl for quicker and efficient ma...
kubernetes how-to - How to start minikube for specific Kubernetes version
Quick tip to start Minikube with a specific Kubernetes version using this simple and clear step-by-s...
kubernetes how-to