๐Ÿš€ Accelerate Deployments with Argo CD Image Updater

In the fast-moving world of software development, continuous integration and continuous delivery (CI/CD) have become essential for delivering quality features at speed. At Infivit, we recently streamlined CI/CD pipeline for one of our client by integrating GitHub Actions with Argo CD Image Updater, resulting in a significant boost in deployment automation, developer velocity, and operational … Read more

Code-to-Cloud : The Safe Way ๐Ÿš€

๐Ÿ” Introduction As modern software development accelerates with DevOps and GitOps, security must be baked into every phase of the SDLC. Enter Cycode โ€” a full-stack software supply chain security platform that unifies visibility and control across source code, pipelines, IaC, secrets, and more. Cycode doesnโ€™t just scan code; it integrates security across your entire development ecosystem. Think … Read more

Guarding Apps with Guardsquare

๐Ÿ›ก What is Guardsquare?Guardsquare is a security-focused company best known for tools like ProGuard, DexGuard, and AppSweep. These tools help Android/iOS developers obfuscate, optimize, and secure their apps against various forms of reverse engineering and runtime threats. โœณ Core Products: โš™๏ธ Why Use Guardsquare? ๐Ÿ”— Integrating Guardsquare Tools into Android/iOS Projects 1. List Applications On … Read more

Agentless | Effortless | Secure

In todayโ€™s fast-paced digital environment, where organizations increasingly adopt cloud-native architectures, cloud security has become a core strategic priorityโ€”not just a technical concern. At Infivit Technologies, we continuously explore innovative tools that empower businesses to secure their infrastructure proactively. One such transformative solution weโ€™ve integrated into our cloud security framework is Wiz. ๐Ÿ” What is … Read more

Setting Up Twingate for Remote Access

First, let’s address the core challenge In todayโ€™s increasingly digital and remote work environment, having the ability to access office resources from anywhere is crucial. As a professional who often needs to work from home or while traveling, it became necessary for me to securely connect to my office network to access files, applications, and … Read more

Testing using behave framework

Introduction In the realm of cloud computing, security is paramount, and one crucial aspectis managing access to resources. Amazon Web Services (AWS) offers a robustIdentity and Access Management (IAM) system to control permissionseffectively. However, ensuring these permissions are correctly configuredrequires thorough testing. This document explores how the Behave frameworkcan be leveraged for testing AWS permissions, … Read more

MetalLB Magic: Exposing On-Prem Kubernetes Services

Purpose: This guide will demonstrate the simplified process of exposing services in your on-premises Kubernetes cluster using an Ingress Controller & MetalLB. Prerequisites: Components: Architecture: Instructions: Install MetalLB MetalLB is crucial in deploying a Kubernetes service of type LoadBalancer, seamlessly handling incoming traffic by utilizing an IP address pool configured earlier. To initiate the process, … Read more

GitOps Workflow with Argo CD

What is Argo CD and why should you use it for Kubernetes GitOps: Argo CD is a powerful and easy-to-use tool that facilitates the implementation of a GitOps workflow for your Kubernetes applications. GitOps is a paradigm that uses Git as the single source of truth for your infrastructure and application configuration. With GitOps, you can declaratively … Read more