hashnode.shajith.co.inHow to Install Argo Workflows on Kubernetes and Access the Server UIIntroduction Argo Workflows is an open-source workflow orchestration tool for Kubernetes. In this tutorial, we will walk through the steps to install Argo Workflows on a Kubernetes cluster and access its server UI. Step 1: Check Current Context Befor...Jun 7, 2023·2 min read
hashnode.shajith.co.inDifferent methods to log in Azure CLI (With and without browsers)The Azure CLI is a powerful tool for managing and automating tasks in Azure. To use the Azure CLI, you need to log in to your Azure account. In this blog, we will go over the different methods you can use to log in to Azure using the Azure CLI. Log i...Feb 9, 2023·3 min read
hashnode.shajith.co.inConnecting to Azure VM from Windows: A Step-by-Step Guide to Resolving ErrorsConnecting to an Azure VM from windows can be a bit tricky and you may get errors like WARNING: UNPROTECTED PRIVATE KEY FILE! Permissions for ' ' are too open, It is required that your private key files are NOT accessible by others This private key w...Jan 24, 2023·1 min read
hashnode.shajith.co.inGitOps Simplified: A Quick Guide to Understanding the FundamentalsA methodology where all the configurational and/or infrastructure codes are set up in a separate single repository is known as GitOps. This suits tools like Ansible, Terraform and Kubernetes, where they do require separate files for their configurati...Jan 23, 2023·2 min read
hashnode.shajith.co.inCommon Interview questions - JavaScriptStraight to the point, there are tons of things to ask in JS, but these are a few of them which can be a quick refresher. Event loop, Single-threaded programming language - Explain, Asynchronous and synchronous, Promises and callbacks, "This" ke...Dec 28, 2022·1 min read