Feb 12, 2024 · 4 min read · This is the first article for the K8s series, and in this article, we are going to see: Monolithic vs Microservice architecture Containers - Docker Container Orchestration Engines - Kubernetes I believe going through these articles will build up...
Join discussion
Jan 6, 2024 · 5 min read · Nginx is powerful in terms of distinguishing two applications on basis of uniquely provided combinations of "hostname", "IP" and "port". Example: AppDomainIPport vhost.local-10.1.1.1028090 vhost.laptopvhost.laptop10.1.1.1028090 Here despite...
Join discussion
Jan 6, 2024 · 3 min read · Introduction This documentation provides comprehensive instructions on creating SSL certificates and securing an Nginx web server using self-signed certificates or certificates issued by Certificate Authorities (CAs). Secure communication via HTTPS i...
Join discussion
Dec 19, 2023 · 3 min read · In the realm of Terraform, providers play a pivotal role in connecting your infrastructure definitions with the underlying resources in various cloud platforms or other infrastructure systems. To wield the full power of Terraform, it's essential to g...
Join discussion
Dec 15, 2023 · 2 min read · Now that you've installed and configured Terraform for your environment, it's time to dive into the exciting world of Infrastructure as Code (IaC). In this guide, we'll create a simple yet illustrative Terraform project, echoing the classic programmi...
Join discussion
Dec 15, 2023 · 3 min read · In the ever-evolving landscape of cloud computing and DevOps, the need for efficient and scalable infrastructure provisioning has become paramount. Enter Infrastructure as Code (IaC), a paradigm that transforms manual infrastructure management into a...
Join discussion
Dec 14, 2023 · 3 min read · As you embark on your journey into Infrastructure as Code (IaC) with Terraform, the first crucial step is setting up Terraform on your local machine. In this guide, we'll walk through the installation process and initial configuration, ensuring you'r...
Join discussion
Sep 22, 2023 · 2 min read · INTRODUCTION Amazon Web Services Command Line Interface (AWS CLI) is a powerful tool that enables users to interact with AWS services and manage their cloud resources from the command line. AWS CLI provides a command-line interface for AWS services, ...
TMd commented
Aug 14, 2023 · 6 min read · In this documentation, we will walk you through the step-by-step process of hosting a static HTML page using Nginx on a Linux server. Nginx is a high-performance web server that is widely used for serving static content and acting as a reverse proxy ...
Join discussion