How to get all the running pods for a specific Helm release
To get all the running pods for a specific Helm release, you can use kubectl and filter by the Helm release label. Here’s a command that ...
-->
To get all the running pods for a specific Helm release, you can use kubectl and filter by the Helm release label. Here’s a command that ...
To activate a Python virtual environment on macOS, follow these steps depending on how you created it: 🛠️ Step-by-Step 1. Create a vir...
Windows: To ensure correct spacing in YAML while editing in VS Code , follow these tips: 1️⃣ Enable YAML Formatting in VS Code Install ...
Here’s a Python script to calculate the number of required nodes when moving a microservice to another node group in Kubernetes . Script: ...
Renaming with git mv git mv takes at least two arguments, a source and a destination. git mv oldfolder newfolder It performs a file move,...
What are kubectx and kubens ? kubectx is a tool to switch between contexts (clusters) on kubectl faster. kubens is a tool to switch b...