Ankita Lunawatcloudhub2295.hashnode.dev·16 hours agoTo deploy Jenkins using a Docker imagePrerequisites : AWs account with EC2 instance. Docker Hub account. Docker is a platform that runs applications in isolated environments called containers, where applications like Jenkins are downloaded as read-only images and run as containers, w...Docker
Harshit Sharmadocker-learning.hashnode.dev·16 hours agoDeploying a Multi-Tier Application Using DockerTable of contents Project Overview Pre-requisites Tools Used Deployment Without Docker Compose Deployment with Docker Compose Testing the Application For step by step implementation with images follow this Notion notes here For code, refer ...Devops
Omkar Mahanduleautomate-cicd.hashnode.dev·17 hours agoAutomating CI/CD for MyNotes: A Seamless Deployment PipelineIntroduction Continuous Integration and Continuous Deployment (CI/CD) is a game-changer in modern software development. It streamlines code integration, testing, and deployment, ensuring rapid and reliable delivery of applications. In this blog, I’ll...10 likesautomation
Amit Kumarenlightenwithamit.hashnode.dev·Feb 17, 2025Deploying Sitecore XM Cloud & JSS Apps to Vercel with Azure DevOps Pipeline: A Step-by-Step GuideDeploying Sitecore XM Cloud or JSS (headless) applications to Vercel using Azure DevOps Pipelines is an efficient way to streamline your continuous integration and deployment processes. By leveraging the Vercel Deployment Extension and Vercel CLI, yo...64 reads2025
Adityaadityapoddar.hashnode.dev·Feb 17, 2025Demystifying Kubernetes Objects: Solving Real-World ProblemsKubernetes, the powerhouse of container orchestration, provides a rich set of objects to manage and scale your applications. Each object serves a specific purpose, addressing a unique challenge in the world of distributed systems. This post tries to ...Kubernetes
Saad Asif Mujawaressentialsofdevops.hashnode.dev·Feb 16, 2025Jenkins Fundamentals - Part 1What is Jenkins ? You had often get to hear about Jenkins, specially if you are aspiring DevOps. Or maybe you are hearing first time ! Anyways, Jenkins is a server for CI/CD (i.e Continuous Integration and Continuous Delivery/Deployment) in DevOps. I...Jenkins
Suyog Nagawadenodejs-backend.hashnode.dev·Feb 16, 2025Deploying a Simple MERN App on AWS EC2Introduction Deploying a MERN (MongoDB, Express, React, Node.js) application on AWS EC2 is a great way to understand cloud deployment. This guide walks you through the step-by-step process of deploying a basic MERN app on AWS EC2. Prerequisites Basi...AWS
Michelle Buchi Okonichamichelle-buchi.hashnode.dev·Feb 14, 2025Getting Started with Terraform for Cloud DeploymentIntroduction to Cloud Services Cloud computing has changed the way we deploy and manage applications. It offers various service models to meet different needs. Infrastructure as a Service (IaaS): Provides on-demand access to computing resources like ...Terraform
Charan Kumarcode-containerize-deploy.hashnode.dev·Feb 13, 2025What is DevOps? A Beginner's GuideIntroduction In traditional software development, developers write code and pass it to the operations team for deployment. But this often leads to delays, miscommunication, and deployment failures. DevOps solves this by integrating development and op...1 likeDevops
Faizan Shaikhfaizanshaikh.hashnode.dev·Feb 12, 2025🚀 Why Did Our Deployment Slow Down?The Problem: Slow Container Deployment Imagine this: Your team is working on an important release. The container images are built, and deployment starts. But there's a problem—it takes forever to launch. Suddenly, your cloud bills rise, CPU usage spi...docker_optimize