This post will show you how to set a static IP address on Ubuntu Server 20.04 using the netplan utility.
Continue reading “Set Static IP Address On Ubuntu Server 20.04”how to Use a Select Statement With Azure CLI
This blog post will show you how to use a select statement with Azure CLI and get the same result as you were using PowerShell.
Continue reading “how to Use a Select Statement With Azure CLI”Cache your SSH Passphrase on Linux
This blog post will show you how to cache your SSH private key passphrase for the duration of the shell and not being asked to provide it.
Continue reading “Cache your SSH Passphrase on Linux”Create a Linux Virtual Machine in Azure With Terraform
In this blog post, I will show you how to create a Linux virtual machine on Azure with Terrafrom that actully works.
Continue reading “Create a Linux Virtual Machine in Azure With Terraform”How to Use SSH Keys To Login To a Linux Host
In this blog post, I will show you how to log in to a Linux machine without using a username and password and use SSH key authentication to log in.
Continue reading “How to Use SSH Keys To Login To a Linux Host”Change SSH Key Passphrase Linux
This blog post will show you how to change or remove an SSH key passphrase on Linux ubuntu.
Continue reading “Change SSH Key Passphrase Linux”How to Delete a Deployment in Kubernetes
In this post I will show you hwo to delete a deployment on a Kuberetes cluster using two methods.
Continue reading “How to Delete a Deployment in Kubernetes”How to Roll Back a Deployment in Kubernetes
This blog post will show you how to roll back a deployment on a Kubernetes cluster using kubectl.
Continue reading “How to Roll Back a Deployment in Kubernetes”Update a Container Image With Rolling Update in Kubernetes
This blog post will show you how to update a container image in a Kubernetes cluster using a rolling update strategy.
Continue reading “Update a Container Image With Rolling Update in Kubernetes”How to AutoScaling ReplicaSets in Kubernetes Cluster
This blog post will show you how I autoscale a ReplicaSet on a Kubernetes AKS cluster using the kubectl command-line.
Continue reading “How to AutoScaling ReplicaSets in Kubernetes Cluster”