Rohan Balgotradevxblog.hashnode.dev·9 minutes agoDeploying a Reddit Clone using KubernetesIntroduction Kubernetes is a container orchestration platform that makes it easy to deploy and manage containerized applications. Ingress is a Kubernetes API object that provides HTTP and HTTPS routing to services based on defined rules. In this blog...Discuss2Articles1Week
kushagradevops121.hashnode.dev·3 hours agoDeploying a Django-Blog app using Docker on Amazon EC21) Storing Code To Deploy Any App we would require some version control storage . In this project i have used github for the same . The code given is pushed to Githu repository :-https://github.com/kus123123/new-django-app.git Runnning Link :-http://...Discuss·1 likeDevops
Purvi Sainipurvi-saini-writes.hashnode.dev·Sep 23, 2023Deploy Your Website on Vercel and Connect with a Custom DomainA Comprehensive Guide to Streamlining Your Website Deployment!! Are you ready to take your website live with a custom domain? Buckle up because we're about to embark on a web deployment adventure! In this guide, I'll show you how to deploy your web...Discussdeployment
Sourav Kumarsouravk.hashnode.dev·Sep 22, 2023How Deployment Works in KubernetesWelcome to our latest blog post, where we delve into the world of Kubernetes Deployment. Whether you're new to Kubernetes or a seasoned pro, this guide will equip you with the skills to deploy applications effectively. Let's get started! What is Depl...Discuss·36 readsk8s
bhavya bojanapallibhavyabojanapalli.hashnode.dev·Sep 21, 2023Kubernetes Interview Questions on Deployments- Day 2What is a Kubernetes Deployment, and why is it used? A Kubernetes Deployment is like a blueprint for your application. It's used to make sure your application runs smoothly, and if something goes wrong, it fixes it automatically. Explain the key d...Discuss·28 likes·1.4K readsKubernetes
Neeraj Muktablogs.neerajmukta.com·Sep 13, 2023Deploy React App to AWS S3 bucket in under 5 minsAWS is the leading Cloud service provider in the world. They offer a variety of services for deploying web applications at scale. These services offload a lot of work that was once required to take any application to production. Traditionally, compan...DiscussReact
Umesh Pardeshipardeshiumesh.hashnode.dev·Sep 19, 2023Day 32: Launching your Kubernetes Cluster with DeploymentWhat is Deployment in k8s? A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state at a controlled rate....DiscussKubernetes
Ajit Fawadeblog.ajitfawade.com·Sep 17, 2023Launching Your Kubernetes Cluster with Deployment | Day 32 of 90 Days of DevOpsWelcome to Day 32 of 90 Days of DevOps. Today, we will learn how to launch a Kubernetes cluster with Deployment, a configuration that allows us to manage updates to Pods and ReplicaSets. We will also deploy a sample ToDo application on Kubernetes usi...Discuss·23 likes·75 reads90DaysOfDevOps#90daysofdevops
Neha Bawaneneha1302.hashnode.dev·Sep 15, 2023Kubernetes Deployment of Reddit ClonePre-requisites 1. EC2 Instance 1 -CI-Server( AMI- Ubuntu, Type- t2.micro, port 22, 443, 80 should be enabled.) 2. Ec2 Instance 2 - Deployment Server (Ami-Ubuntu, Type-t2.medium, port 22, 80, 443,3000 should be enabled. ) 3. Dockerhub Account 4. GitHu...Discussdeployment
Peace Sandypeacesandy.hashnode.dev·Sep 12, 2023How to use MkDocs to Create a Technical Documentation SiteDocumentation is an essential aspect of the software engineering process. As you work on any project, documentation is really crucial. Software documentation is a way for software engineers and programmers to create, maintain, and share information i...Kennedy Ekanem and 2 others are discussing this3 people are discussing thisDiscuss·37 likes·80 readsmkdocs