NashTech Insights

Vidushi Bansal

Vidushi Bansal is a Sr. Software Consultant [Devops] at Knoldus Inc | Path of Nashtech. She is passionate about learning and exploring new technologies.

Posts by categories

Posts by tags

woman working at home using laptop

GitHub Actions Workflow: Extracting Secrets from AWS Secret Manager

In this blog we will have a look at the workflow file file for Github Actions to extract secrets from secret manager. To retrieve secrets from AWS Secrets Manafer and use them in your Github Actions workflow, you can utilize the AWS CLI and the Github Actions ‘secrets’ context. name: Deploy to Productionon: push: branches: …

GitHub Actions Workflow: Extracting Secrets from AWS Secret Manager Read More »

coding script

using Private Links in azure cloud

To create private links in Azure cloud, you can use Azure Private Link, which enables you to securely access services over a private endpoint within your virtual network (VNet). Private Link allows you to connect to Azure services, such as Azure Storage, Azure SQL Database, or Azure App Service, privately and securely, without exposing them …

using Private Links in azure cloud Read More »

close up photo of programming of codes

Deploy self hosted runners on eks cluster

In this blog post, we will explore the process of hosting self-hosted runners on an Amazon Elastic Kubernetes Service (EKS) cluster. We will cover the steps involved in setting up and configuring the runners within the EKS environment. By leveraging EKS for runner hosting, you can take advantage of the scalability, flexibility, and manageability offered …

Deploy self hosted runners on eks cluster Read More »