Minikube is a lightweight local Kubernetes engine for macOS, Linux, and Windows. You can use Minikube as a test...
Tag Archive for: devops
4sysops - The online community for SysAdmins and DevOps
Regex in VSCode

Learn how Visual Studio Code (VSCode) implements regular expressions (regex) to help you perform your complex pattern-matching duties more...
GitHub Copilot for the Windows systems administrator

Learn how the AI-powered GitHub Copilot pair programming engine can accelerate your Windows administration work by providing intelligent suggestions...
Draft: Containerize apps for Azure Kubernetes Service

Draft is an open-source project that helps developers go from a noncontainerized application to running on Kubernetes with ease....
Work in Microsoft Azure with Visual Studio Code (VS Code)

Learn the many ways you can make your Microsoft Azure work easier by integrating with Visual Studio Code (VS...
A Go AWS SDK example

Amazon provides three ways you can access and manage Amazon Web Services: AWS Management Console, AWS Command Line Interface...
What is Ansible Galaxy?

Ansible Galaxy is your source for community content for Ansible, a popular multipurpose automation tool. In Ansible Galaxy, you...
Install Docker on Windows 10 and Windows 11

Docker is a platform for creating and deploying applications in self-sufficient containers. The installation of Docker is pretty easy...
Sentry: App monitoring for DevOps environments

Sentry is an app monitoring tool for DevOps environments that is based on a stack of products such...
Getting started with Jenkins

This guide will get you started with Jenkins, an open-source automation tool written in Java. It's a popular choice...
ScriptRunner Portal Edition R4: A portal for PowerShell scripts

ScriptRunner is a solution that centrally manages the running of PowerShell scripts across the environment. The new ScriptRunner Portal...
Manage Azure Policy using Terraform

Terraform is a popular Infrastructure as Code solution. Did you know that you can manage other Azure resources, such...
Create an AWS EC2 instance with HashiCorp Terraform provider

In this tutorial, I will walk through the steps to use the AWS Terraform provider to create an EC2...
Getting started with Terraform in Azure

HashiCorp Terraform is an open-source Infrastructure as Code (IaC) tool that enables deploying resources on-premises and to the cloud....
Pulumi vs. Terraform

When speaking of Infrastructure as Code (IaC) tooling, most people think of Terraform. Terraform is a popular choice by...
Getting started with the AWS Serverless Application Model (AWS SAM)

The AWS Serverless Application Model, also referred to as AWS SAM, is an open-source framework that allows you to...
Create an Ansible inventory file with psansible.inventory and an Ansible inventory script in PowerShell

The PowerShell module psansible.Inventory allows you to simplify the dynamic creation of your Ansible inventory with the help of...
Python module Paramiko for managing CISCO devices: Installation and usage example

The Python module Paramiko enables you to leverage Python to automate the management of CISCO routers and switches. In...
Writing an AWS Lambda function using Go (Golang)

In my last article, titled "What is serverless computing? An introduction to AWS Lambda," we took a detailed look...