Shivani Vaikarlearn-aws-basics.hashnode.dev·14 hours agoDeploying a Demo Pod on Kubernetes using MinikubeKubernetes is a powerful container orchestration platform that simplifies deploying, scaling, and managing containerized applications. In this blog, we will walk through deploying a simple pod on Kubernetes using Minikube. Prerequisites Before we get...minikube
mazen sayyedcloudwithmazen.hashnode.dev·Feb 8, 2025Docker for Beginners: Containerizing Your First Web ApplicationProject Title: Containerizing a Simple "Hello World" Web App with Docker. People new to Docker and containerization concepts. Project Description: This project will guide readers through creating a simple "Hello World" web application using Python an...Docker
Sidharth Shambushambu2k.hashnode.dev·Feb 6, 2025Jupyterhub + Nginx InstallationPrerequisites Ubuntu server (x86_64 architecture) Root access Domain name pointing to server IP SSL certificates (recommend Let's Encrypt) Basic firewall configuration (ports 80/443 open) Python Installation apt update && apt install python3 ...Jupyter Notebook
Muhammad Abdulazeezpixeclouds.hashnode.dev·Feb 6, 2025Nginx - Hello World!As part of my DevOps Stage 0 task, I was assigned to set up and configure NGINX on a fresh Ubuntu server hosted on Google Cloud Platform (GCP). This task was designed to test my ability to work with basic web server configurations and deliver a funct...web server
Favour Onyenekeonlyfave.hashnode.dev·Feb 5, 2025How I Configured NGINX on a Fresh Ubuntu Server: My Experience🚀Overview Setting up NGINX on a fresh Ubuntu server is a fundamental task for any DevOps engineer. Recently, I had to configure NGINX on a brand-new Ubuntu instance and serve a custom HTML page as the default page. While the process is straightforwa...2Articles1Week
Anant Vaidtechtalkswithanant.hashnode.dev·Feb 5, 2025How to Dockerize Your MERN Stack: A Developer's GuideIntroduction In my previous blog about containerization basics, I explained why containerization is important in modern software architecture. If you haven't read it yet, be sure to check it out: Exploring the Basics of Virtualization and Containers....1 likeThe Dockerization Playbook: Full-Stack Apps SimplifiedMERN Stack
GrepTipsgreptips.hashnode.dev·Feb 4, 2025Reverse Proxy my musicI will document here how i used a reverse proxy to share my personal music streaming service with a friendly url. The following commands were used: # text nginx config file sudo nginx -t # reload/start/stop nginx sudo system reload nginx # create s...navidrome
Sai Lalith Voopalanchisai-lalith-devops.hashnode.dev·Feb 4, 2025LEMP Stack on KubernetesThe LEMP stack—Linux, Nginx (pronounced "Engine-X"), MySQL (or MariaDB), and PHP—has been a popular and powerful choice for building and deploying web applications due to its open-source nature, performance, and scalability. However, as applications ...LEMP
Elizabeth Whngstage0task.hashnode.dev·Feb 4, 2025Setting Up Nginx on Ubuntu AWS EC2A Step-by-Step Guide As an aspiring DevOps Engineer, I am committed to learning the fundamental skills required to automate and manage cloud-based infrastructure. This project involves setting up Nginx on an AWS EC2 instance, a crucial step in unders...Devops articles
Tobi Adesanyathechosendevop.hashnode.dev·Feb 3, 2025Installing Nginx on a Google Cloud Platform (GCP) Virtual MachineWhen diving into DevOps, understanding cloud infrastructure and server management is essential. This guide will walk you through the basics of virtualization, virtual machines, and cloud computing before demonstrating how to create a virtual machine ...Setting up nginx