Raj Kumaralgoexchange.in·Feb 8, 2025How to Deploy a Next.js App with SSL CertificateDeploying a Next.js application with an SSL certificate ensures secure communication between your users and your server. In this guide, we’ll cover the step-by-step process of deploying a Next.js app and setting up SSL for HTTPS. Prerequisites A Nex...Next.js
Bipin Yadavbipinyadav.hashnode.dev·Feb 8, 2025Linux Server Setup from Scratch: Deploying React.js, Express.js, and MySQLHow to Deploy a Full-Stack Application: React.js, Express.js, and MySQL on a Linux Server Deploying a full-stack application can be a bit overwhelming at first, but once you break it down into manageable steps, the process becomes much easier. In thi...4 likes·31 readsReact
Dharani Neelapuramlearnwithbhoomi.hashnode.dev·Feb 6, 2025Deploy Your First Website on Azure in 5 Minutes! 🚀If you’re looking to get your website online quickly, Azure Static Web Apps is a fantastic solution. With just a few clicks, you can deploy a static website in minutes. Follow this simple guide to launch your first web app on Azure! ✨ Why Choose Azur...Azure
Abhijeet Gautamblogs.abhijeetgautam.in·Feb 4, 2025Starter Guide: Configuring Your Remote Server for Application DeploymentIn this article, I will guide you through setting up and securing a remote server, ensuring it is ready for deploying your applications while keeping potential attackers at bay. We will begin by discussing the initial setup of your server and configu...VPS Hosting
Surender Aireddyaireddy.hashnode.dev·Feb 4, 2025Understanding Kubernetes Pods, ReplicaSets, and DeploymentsA Student Analogy Kubernetes can seem complex at first, but by using relatable analogies, we can make it easier to understand. In this blog post, we’ll use the analogy of students (Pods), classrooms (ReplicaSets), and schools (Deployments) to explain...59 readsKubernetes
Vanshika Sharmavanshikasharmaa.hashnode.dev·Feb 2, 2025Kubernetes ArchitectureWhat is Kubernetes? Kubernetes (often abbreviated as K8s) is an open-source container orchestration platform that automates containerized applications' deployment, scaling, and management. It helps organizations efficiently run applications across m...2 likesKubernetes
AnkitforAnkit 's blogimankit.hashnode.dev·Feb 2, 2025Day-10:How to Host a Website Using AWS Route 53 and S3 with a GoDaddy Domain – A Beginner-Friendly GuideSo, you have a domain (like mycoolwebsite.com), and you want to connect it to a website hosted on AWS? Sounds complicated? Don't worry! 😃 In this guide, I will explain everything step by step in a way that even a complete beginner can follow. We'll ...Learning AWS from Scratch: A Day-by-Day GuideDevops
Jay Kasundralearning-kubernetes.hashnode.dev·Feb 1, 2025Comprehensive Guide to Kubernetes DeploymentKubernetes Deployment Controller Object Create Replicas of Pod and deploy the Pod instances to the Worker Nodes Here, the Replicas are created using ReplicaSet Used to Deploy the Replicas of Pods in the available WorkerNodes Perform Scale-Up and ...Kubernetes
Vivek Khatritech.peculiarvivek.com·Feb 1, 2025What did I work on in January?I think it's time to document everything work-related. I am not sure if I can add the links to my work here, I’ll ask my boss. What happened in January? I primarily worked on two major tasks: Deploying a React-Django app (which I built end to end) t...Django
Sahil Naiksahilnaik.hashnode.dev·Jan 31, 2025Kubernetes: The Start!I hope you found my last blog about Kubernetes basics and architecture helpful and worth your time. If you haven’t read it yet, please check it out before diving into this one, as the previous blog covers all the basics of Kubernetes: https://sahilna...10 likes·198 reads2Articles1Week