AshforAsh DevOpsashdevops.hashnode.dev·Sep 25, 2024Creating and Reusing Bash Variables Across Multiple Steps in a Harness PipelineLet's explore how to create and reuse variables across multiple steps in a Harness pipeline. In Step_1_Capture, we are capturing some simple delegate information in variables from a Bash execution. In Step_2_Echo, we are using the captured variables ...DiscussHarness
AshforAsh DevOpsashdevops.hashnode.dev·Sep 9, 2024Resolving Harness Delegate Connectivity Issues After VM ResumeI recently installed five Harness delegates on an Ubuntu desktop VM for testing. Initially, all delegates showed as online in the Harness portal. When I suspended the VM for later use and resumed it after some time, the delegates didn't come back on...DiscussHarness
Karan Mhaskekaranfromdevops.hashnode.dev·May 22, 2024AI Tools Transforming DevOps: Amazon CodeGuru, Sysdig, and HarnessThe integration of AI into DevOps practices is revolutionizing the way teams develop, deploy, and maintain software. AI tools can automate repetitive tasks, enhance security, and improve overall efficiency. This article explores three significant AI-...DiscussAWS
Khanh Phanclphan.com·Jun 16, 2023Harness Workflow TemplateharnessApiVersion: '1.0' type: ROLLING concurrencyStrategy: INFRA description: <Replace This> failureStrategies: - executionScope: WORKFLOW failureTypes: - APPLICATION_ERROR repairActionCode: ROLLBACK_WORKFLOW retryCount: 0 notificationRules:...Discuss·50 readsHarness
Pavan Belagattipavanbelagatti.hashnode.dev·Jun 22, 2022[Tutorial] Deploy a Simple Node.Js Application Using Minikube & HarnessWe have a simple Node.js application that we will use in this tutorial to demonstrate how you can use your local images to build and deploy an application on minikube. Prerequisites: Node.js application – We have a sample application for you to use....Discuss·2 likes·159 readsKubernetes