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