Intercept Application Traffic on Kubernetes with Telepresence

Goal Prerequisites How to Install TelepresenceInstall telepresence on your local laptop, please follow the documentation for the installation steps. The k8s cluster for testing purposes is running on Azure Kubernetes Service. Please set context Kubernetes cluster. When we use the command telepresence connect to the Kubernetes cluster side, Telepresence will create a namespace ambassador and…

Continue readingIntercept Application Traffic on Kubernetes with Telepresence

Cert-Manager with Let’s Encrypt & Cloudflare

In this guide, we’ll walk through the steps to set up Cert-Manager on a Kubernetes cluster, configure a Cloudflare API token for DNS-01 challenge validation, and issue SSL/TLS certificates for your domain. This process ensures that your applications are secured with Let’s Encrypt certificates, leveraging Cloudflare for DNS-based verification Create CRD Before installing Cert-Manager, it’s…

Continue readingCert-Manager with Let’s Encrypt & Cloudflare

Integrate Terraform CI/CD with Atlantis

Atlantis is a powerful automation tool designed to streamline collaboration and code review workflows for Terraform infrastructure as code (IaC). It acts as a bridge between version control systems (VCS) like Git and Terraform, facilitating a smooth and efficient process for managing infrastructure changes On this case, we deployed the Atlantis on Ubuntu VM Install…

Continue readingIntegrate Terraform CI/CD with Atlantis