Posts
All the articles I've posted.
[k8s] Step-By-Step Guide: Hosting Longhorn on K3s (ARM)
Published: at 12:00 AMIn this article, we will explore how to deploy Longhorn, a cloud-native distributed block storage system designed for Kubernetes on our K3s (ARM). Longhorn is known for its lightweight, reliable, and open-source nature, which simplifies the process of adding persistent storage to Kubernetes clusters, making it easier to run stateful applications.
[k8s] Step-By-Step Guide: Hosting Outline VPN on Kubernetes
Published: at 12:00 AMOutline VPN, a comprehensive server and client software tool, is a free and open-source system developed by Google. In this article, we will delve into the process of hosting Outline VPN on Kubernetes and outlining the steps to expose connection ports via NGINX.
[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.
[k8s] Step-By-Step Guide: Installation of Cert-Manager, Implementing Free SSL Certificates for Kubernetes Clusters
Published: 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!
[k8s] Step-By-Step Guide: Installing Nginx Ingress on K3s Pi 4 Cluster
Published: 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!
[k8s] Step-By-Step Guide: Installing K3s on a Raspberry Pi 4 Cluster
Published: 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.
[.NET] Optimising .NET Core with Multi-Platform Docker Images: A Complete Guide
Published: 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.
[.NET] Small tool for Azure AD to AD User Write back
Published: at 12:00 AMSharing a small tool-self developed to sync the users from AzureAD to on=premise Active Directory Service.
[.NET] Anti Forgery Token and Machine Key for MVC on IIS
Published: 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.