DevOps - Pulumi
Introduction Pulumi is a modern Infrastructure as Code (IaC) tool that allows developers and DevOps teams to define, deploy, and manage infrastructure using familiar programming languages. Unlike ...
Introduction Pulumi is a modern Infrastructure as Code (IaC) tool that allows developers and DevOps teams to define, deploy, and manage infrastructure using familiar programming languages. Unlike ...
Introduction Terraform is an open-source Infrastructure as Code (IaC) tool developed by HashiCorp. It enables users to define and provision infrastructure using a declarative configuration languag...
Intro Install docker We will be running the Nginx Proxy Manager in docker stack. Hence, we will be needing a working docker installation. You can follow another one of my posts on Docker - Instal...
Intro Obtain keystore file In order to host a Demo CAS server, first of all we will need to generate a trusted authority signed certificate which can be obtained by following my pervious post on ...
Intro Install certbot as mentioned in my previous post on Linux - Install Certbot. By default, certbot retrieves a certificate and installs it immediately on the web server by adding an extra par...
Introduction K3s is a lightweight, easy-to-install Kubernetes distribution designed for resource-constrained environments, making it an excellent choice for edge computing, IoT devices, and develo...
Introduction Kubernetes, often abbreviated as k8s, is a powerful container orchestration platform that automates the deployment, scaling, and management of containerized applications. In this comp...
Introduction Caddy is a modern, flexible, and easy-to-use web server that comes with powerful features out of the box. In this guide, we’ll explore advanced configurations for Caddy, focusing on r...
Introduction Caddy is a modern web server that is easy to configure and comes with built-in HTTPS support. In this guide, we’ll walk through the process of installing and configuring Caddy on a Li...
I have been looking for a way to migrate a private Git repository to GitHub without losing commit history. Using GIT Command Line Interface Create an empty GitHub repository. Cl...