HSHarshit Sharmainwiki.wiz4host.com·Feb 12, 2024 · 4 min readBasic terminology related to KubernetesThis 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...00
HSHarshit Sharmainwiki.wiz4host.com·Sep 18, 2023 · 7 min readThree Tier Application - SetupWhat is a three-tier architecture? A three-tier architecture is a software design pattern used to structure applications or systems into three distinct layers or tiers. Each tier serves a specific purpose and communicates with the other tiers in a we...00
HSHarshit Sharmainwiki.wiz4host.com·Aug 14, 2023 · 3 min readHow to mount EBS Volume on your EC2 InstanceThe EC2 Instance I have already created an EC2 Instance with the following specifications: Ubuntu 22.04 LTS AMI ID - ami-0f5ee92e2d63afc18 t2 micro - Free tier eligible I also have created a Key Pair, which can be used to log in to the machine vi...00
HSHarshit Sharmainharshitsharma.hashnode.dev·Jul 25, 2023 · 2 min readHow to send an email from Linux Terminal?!As you can see, we are going to send an email from our Ubuntu Terminal. Let's do it then! We are going to use the ssmtp CLI Utility. It is easily installed by running: sudo apt install ssmtp After our SMPT Utility has been installed, we need to do s...01P
HSHarshit Sharmainharshitsharma.hashnode.dev·Jul 21, 2023 · 6 min readLinux File System: EXPLAINEDIntroduction Linux, as a robust and open-source operating system, powers a vast array of devices, from servers to smartphones. One of the key elements that make Linux unique is its well-organized file structure. Understanding the Linux file structure...00