
Enable SSH Server in the Windows Subsystem for Linux (WSL)
In this guide, I will show you how to configure an SSH Server in your Windows Subsystem for Linux (WSL), so you can connect oth...

Restart Kubernetes pods following a schedule using Helm
In my previous post I showed you how to restart...

Restart Kubernetes pods following a schedule using Kubectl
Many times we need to restart pods daily or after some hours for diverse reasons, for example in the case of API projects with ...

Create an Azure Key Vault with RBAC role assignments using Terraform
Azure Key Vault is a Microsoft Azure resource that securely stores and manages sensitive data, including secrets, encryption ke...

Get the download url of the latest GitHub release using Bash or PowerShell
To download the latest version of a GitHub release, we often do it manually from GitHub.com, but there are times when we need t...
Categories
Automation Development tools Infrastructure Kubernetes Programming guide Software architectureTags
Recent Posts
Enable SSH Server in the Windows Subsystem for Linux (WSL)
Restart Kubernetes pods following a schedule using Helm
Restart Kubernetes pods following a schedule using Kubectl
Create an Azure Key Vault with RBAC role assignments using Terraform
Get the download url of the latest GitHub release using Bash or PowerShell