Secure AWS Access with GitHub Actions: Ditch Access Keys for OIDCIf you’re using AWS resources with GitHub Actions, you might be relying on long-lived access keys stored as GitHub Secrets. While this…Feb 9Feb 9
🚀 Why Cache Is Important in Build PipelinesCaching in CI/CD pipelines means storing reusable data (like dependencies, build artifacts, Docker layers, etc.) so that future builds…Feb 5Feb 5
Google Kubernetes Engine[GKE] Standard/Enterprise editionsGoogle Kubernetes Engine (GKE) is a managed service that lets you deploy and run containerised applications on Google’s infrastructure. It…Jan 301Jan 301
Transfer Linux Shell History to New WorkStationLocate History File: Find .bash_history (Bash) or .zsh_history (Zsh) in your old Mac’s home directory. Copy History File: Copy it to a…Apr 16, 2024Apr 16, 2024
Integrating Grafana with GCP SSO Using Helm ValuesGrafana with Single Sign-On (SSO) using Google Cloud Platform (GCP) APIs and services. By integrating SSO with GCP, users can securely…Mar 17, 2024Mar 17, 2024
Create and Manage Helm Chart RepositoriesThis page outlines the steps to create and manage Helm chart repositories using GitHub Pages and AWS S3 (or any cloud storage buckets)…Mar 5, 2024Mar 5, 2024
Helm Secrets: Securing Kubernetes Secrets at GitHub LevelHelm secrets provide a way to store encrypted secrets within Helm charts. This guide will walk you through the process of setting up and…Mar 5, 2024Mar 5, 2024
[Part-1]Velero Setup with Minikube and MinioVelero is an open-source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and…Jan 6, 20241Jan 6, 20241
ERROR: (gcloud.compute.ssh) [/usr/bin/ssh] exited with return code [255].When attempting to connect to a Google Cloud Platform (GCP) VM using the gcloud compute ssh command with the --tunnel-through-iap flag, you…Dec 6, 2023Dec 6, 2023
LoadBalancer vs ReverseProxy Vs ForwardProxy Vs ApplicationGatewayLoad Balancer, Reverse Proxy, Forward Proxy, and API Gateway are all network components that serve different purposes and are often used in…Nov 7, 2023Nov 7, 2023