Tag: Cloudflare
All the articles with the tag "Cloudflare".
[Az] A Comprehensive Series of Articles on Setting Up a Private AKS Environment on Azure with Pulumi.
Published: at 12:00 PMIn these series, Embark on a comprehensive journey to set up a fully private Azure Kubernetes Service (AKS) environment using Pulumi. This series guides you through the creation of Virtual Networks, configuration of Azure Firewalls, deployment of private AKS clusters, and integration with private Azure DevOps agents and a private CloudPC environment. Additionally, learn how to securely expose select applications to the public internet via Cloudflare Tunnels. Ideal for those aiming to build secure, scalable, and consistent environments across development, sandbox, and production stages.
[Az] Day 11: Exposing a Private AKS Application via Cloudflare Tunnel.
Published: at 12:00 PMIn this tutorial, We demonstrate how to securely expose an application running on a private AKS cluster to the internet using Cloudflare Tunnel, without the need for public IP addresses or open ports. We’ll also show how to apply authentication to all exposed applications and centralize access control using Azure Entra ID Groups, ensuring only authorized users have access.
[Az] Day 12: Enabling MDM Devices by leverage Cloudflare Tunnel and WARP.
Published: at 12:00 PMIn this final tutorial, We'll discover how to safely expose the private AKS cluster and applications to the internet with Cloudflare. It'll delve into the benefits of using Cloudflare Tunnel and WARP, exploring alternative ways to provide secure access while maintaining the integrity of the corporate network.
[Tools] Automating Let's Encrypt Certificate Management with Azure Key Vault and Cloudflare
Published: at 12:00 PMThis post introduces a tool that automates the generation and renewal of Let's Encrypt certificates, importing them into Azure Key Vault. It detects certificates nearing expiration and only regenerates those, supporting multiple domains managed via Cloudflare. The tool runs as a monthly cron job on AKS, ensuring SSL certificates are always up to date without manual intervention.
[k8s] Step-By-Step Guide: Nginx Alternative with Cloudflare Tunnel, Enables services to internet a public static IP address
Published: at 12:00 AMThis robust solution provides a feasible alternative to Nginx when there's no public static IP address or port forwarding required. This guide walks us through the process step by step, enabling the services online more efficiently.
[k8s] Step-By-Step Guide: Cert-Manager Alternative with Cloudflare, Implementing Free SSL Certificates for Kubernetes Clusters
Published: at 02:00 AMWe explore the concept of using a Cert-Manager Alternative with Cloudflare to implement free SSL Certificates for Kubernetes clusters. This strategy leverages Cloudflare SSL certificates conjunction with the Kubernetes setup to provide a secure environment, replacing the need of Cert-Manager. Discover how this approach simplifies the process, and enhances the security of our Kubernetes clusters.