How to Format YAML codes in VSCode
Windows: To ensure correct spacing in YAML while editing in VS Code , follow these tips: 1️⃣ Enable YAML Formatting in VS Code Install ...
-->
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...