Posts
All the articles I've posted.
Step-By-Step Guide: Nginx Alternative with Cloudflare Tunnel, Enables services to internet a public static IP address
Posted on:September 18, 2023 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.
Step-By-Step Guide: Cert-Manager Alternative with Cloudflare, Implementing Free SSL Certificates for Kubernetes Clusters
Posted on:September 17, 2023 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.
Step-By-Step Guide: Installation of Cert-Manager, Implementing Free SSL Certificates for Kubernetes Clusters
Posted on:September 17, 2023 at 12:00 AMThis comprehensive guide will help you to smoothly install Cert-Manager and implement free SSL certificates for Kubernetes clusters. It is designed with step-by-step instructions to facilitate a seamless installation process. Dive in and let's begin this journey for enhanced security!
Step-By-Step Guide: Installing Nginx Ingress on K3s Pi 4 Cluster
Posted on:September 16, 2023 at 12:00 AMThis guide provides helpful tips for installing the Nginx Ingress on a K3s Raspberry Pi 4 cluster. Detailed and step-by-step instructions will ensure a seamless installation process. Let's get started!
Step-By-Step Guide: Installing K3s on a Raspberry Pi 4 Cluster
Posted on:September 15, 2023 at 12:00 AMIn this guide, sharing some useful tips to help you seamlessly install K3s on a Raspberry Pi 4 cluster. Let's dive in and start the installation process.
Optimising .NET Core with Multi-Platform Docker Images: A Complete Guide
Posted on:September 10, 2023 at 12:00 AMIn this post, sharing about Docker optimisation for the .NET Core framework and build a multi-platform image using the capabilities of Docker buildx, enabling us to create multi-platform images that can seamlessly run on diverse architectures. Moreover, we will discuss the integration of GitAction into the image-building process, empowering us to automate creating and publishing multi-platform Docker images.
Small tool for Azure AD to AD User Write back
Posted on:October 13, 2021 at 12:00 AMSharing a small tool-self developed to sync the users from AzureAD to on=premise Active Directory Service.
Anti Forgery Token and Machine Key for MVC on IIS
Posted on:February 14, 2017 at 12:00 AMThe Medium post explains the importance of anti-forgery tokens and machine keys in web application security against CSRF attacks. It provides implementation details for ASP.NET, including the use of AntiForgeryToken and configuring the machine key. The post emphasizes the necessity of implementing both measures to enhance overall security.