Michael Moseswizbrownmichael.hashnode.dev·Jun 28, 2024Wizbrown michaelI'm glad 😊 today for what god has done in my lifewiz4host
Harshit SharmaforWiz4host Blogs - DevOpswiki.wiz4host.com·Feb 12, 2024Basic 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...1 like·26 readskubernetesKubernetes
Amish KohliforWiz4host Blogs - DevOpswiki.wiz4host.com·Jan 6, 2024Apply SSL at Nginx instanceIntroduction 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...54 readsfrontend - nginxDevops
chitranshu srivastavaforWiz4host Blogs - DevOpswiki.wiz4host.com·Jan 6, 2024Hosting applications on same port - NginxNginx 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...64 readsfrontend - nginxwiz4host
Amish KohliforWiz4host Blogs - DevOpswiki.wiz4host.com·Dec 19, 2023Understanding Terraform Providers: A Key ConceptIn 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...wiz4host
Amish KohliforWiz4host Blogs - DevOpswiki.wiz4host.com·Dec 15, 2023Your First Terraform Project: Hello WorldNow 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...68 readsDevops
Amish KohliforWiz4host Blogs - DevOpswiki.wiz4host.com·Dec 15, 2023Introduction to Infrastructure as Code with TerraformIn 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...81 readswiz4host
Amish KohliforWiz4host Blogs - DevOpswiki.wiz4host.com·Dec 14, 2023Installing and Configuring Terraform for Your EnvironmentAs 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...Terraformwiz4host
Apoorv singhforWiz4host Blogs - DevOpswiki.wiz4host.com·Sep 22, 2023AWS CLI: Installation and ConfigurationINTRODUCTION 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, ...34 readsDevops
Harshit SharmaforWiz4host Blogs - DevOpswiki.wiz4host.com·Aug 14, 2023How 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...150 readsAWS