NGNeeraj Guptainminex.hashnode.dev·Dec 14, 2024 · 7 min readTerraform Essentials: Lifecycles, Data Sources, and Meta Arguments OverviewThis is the second part of the terraform basics. We will understand this concept by discussing real-world use cases. Refer to the Terraform overview series, and follow it sequentially to understand the flow. Lifecycles Terraform lifecycles are config...00
NGNeeraj Guptainminex.hashnode.dev·Dec 11, 2024 · 6 min readSecuring Todo Apps: Implement Kubernetes Ingress with SSL/TLSThis blog will use ingress to manage routing rules, load balance traffic, and enable SSL/TLS. Pre-requisite Kindly refer to the following blog series, before this for better understanding.Todo App in K8s Also, refer to the recent blog on the Ingress....00
NGNeeraj Guptainminex.hashnode.dev·Dec 9, 2024 · 5 min readHow to Use Vagrant for Virtual Machine ManagementIn this blog, we will manage the VMs using Vagrant Disadvantages of Managing Virtual Machines Manually Time-Consuming Setup Manually creating virtual machines (VMs) involves several steps, including downloading an operating system, configuring the V...00
NGNeeraj Guptainminex.hashnode.dev·Dec 8, 2024 · 4 min readThe Role and Importance of Kubernetes Ingress: How It WorksIn this blog, we will explore the role of ingress in the Kubernetes cluster and its usefulness for applications. Problem statement Consider the legacy application environment, where we manage the application’s services directly on the VM and use the ...00
NGNeeraj Guptainminex.hashnode.dev·Dec 5, 2024 · 5 min readNginx: An Easy-to-Understand OverviewIn this blog, we will understand the basic functionality of Nginx. About Nginx We can use Nginx as a webserver and proxy server. Web Server: Nginx can efficiently serve static content (HTML, CSS, JavaScript, images, etc.). It is designed to handl...00