3 min read 0 KubernetesUncategorizedDeploying argocd apps to other clusters ShajithApril 6, 2024 This is easier in the cli, where argocd add cluster will just do everything in the background with the kubeconfig…
2 min read 0 UncategorizedHow to Install Argo Workflows on Kubernetes and Access the Server UI ShajithJune 7, 2023 Introduction Argo Workflows is an open-source workflow orchestration tool for Kubernetes. In this tutorial, we will walk through the steps…
3 min read 0 UncategorizedDifferent methods to log in Azure CLI (With and without browsers) ShajithFebruary 9, 2023 The Azure CLI is a powerful tool for managing and automating tasks in Azure. To use the Azure CLI, you…
1 min read 0 UncategorizedConnecting to Azure VM from Windows: A Step-by-Step Guide to Resolving Errors ShajithJanuary 24, 2023 Connecting to an Azure VM from windows can be a bit tricky and you may get errors like WARNING: UNPROTECTED…
2 min read 0 UncategorizedGitOps Simplified: A Quick Guide to Understanding the Fundamentals ShajithJanuary 23, 2023 A methodology where all the configurational and/or infrastructure codes are set up in a separate single repository is known as…
1 min read 0 UncategorizedCommon Interview questions – JavaScript ShajithDecember 28, 2022 Straight to the point, there are tons of things to ask in JS, but these are a few of them…
1 min read 0 UncategorizedAdd Tailwind CSS to PUG ShajithDecember 13, 2022 Without further ado, let’s get started on adding it. I have a node.js application with a templating engine – Here…
1 min read 0 UncategorizedUpdating your local angular version to the latest ShajithDecember 12, 2022 Updating your local angular version Since Angular gets updated every six months, it is easier to migrate from one version…
1 min read 0 UncategorizedAdd Google analytics to Astro using Partytown ShajithDecember 3, 2022 Adding google analytics to Astro can be done with the partytown integration. Step 1: Add Partytown to your Astro site…
2 min read 0 UncategorizedJest with Angular 15 ShajithDecember 2, 2022 This blog focuses on setting the configurations on your Angular v15 application. Step 1: ( Removing Karma and Jasmine )…