Tag: Argo

  • Argo Workflows: A Powerful Tool for Orchestrating Workflows on Kubernetes

    In the dynamic landscape of software development, the demand for robust tools capable of efficiently managing and orchestrating intricate workflows has grown significantly. Argo Workflows stands out as a prominent open-source container-native workflow engine, gaining popularity for its adept handling of complex processes. Specifically designed to operate seamlessly on Kubernetes, Argo Workflows offers a potent…

    Continue reading

  • Kubernetes Deployments with Helm Hooks

    Introduction Helm hooks enables the user to define and execute custom actions during the lifecycle of a helm release. This makes complex deployments easier. Let’s explore a bit about helm-hooks in the following. What are Helm Hooks ? Helm hooks provides a way to inject custom actions into the Helm chart deployment process. They allow…

    Continue reading

  • What are containers ?

    Containers are like digital treasure chests for software. They package up an application, its code, and dependencies in a portable, consistent format. ๐Ÿš€ ๐Ÿ”„ They’re super flexible, as you can run them on any system that supports containerization – be it your laptop, server, or the cloud. No more “it works on my machine” excuses,…

    Continue reading

  • What is with Ships and Kubernetes ?

    ๐Ÿšขโš“๏ธA Fascinating Analogy ๐ŸŒ๐Ÿš€ Let’s dive a bit deeper into the intriguing comparison between the world of ships and the realm of Kubernetes. It’s a lot more than just a simple analogy; it’s a striking reflection of how complex systems can be tamed for smooth operation. ๐Ÿšข Captain = Kubernetes Master Node: The captain of…

    Continue reading

  • Helm – A Kubernetes package manager

    Introduction Managing complex applications can be a daunting task. Kubernetes provides powerful orchestration capabilities, but deploying and maintaining applications with numerous microservices, configurations, and dependencies can quickly become overwhelming. This is where Helm, the Kubernetes package manager, comes to the rescue. Notably, you might recognize the logos of Kubernetes and Helm, both featuring the ship’s…

    Continue reading

  • Understanding IT Products: What Exactly Are They? – A micro blog

    Introduction On talking about the software industry, the term “products” is ubiquitous. It appears in conversations, job descriptions, and industry discussions alike. But what exactly are software IT products, and why are they so essential to the IT landscape? Defining a product Software IT products are computer programs that are designed to solve specific problems…

    Continue reading

  • How to Install Argo Workflows on Kubernetes and Access the Server UI

    Introduction 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 Before proceeding with the installation, ensure that you are in the desired cluster context. You can use…

    Continue reading

  • Different 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 in interactively ( browser…

    Continue reading

  • Connecting to Azure VM from Windows: A Step-by-Step Guide to Resolving Errors

    Connecting 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 will be ignored. ,etc. This is a quick guide…

    Continue reading