Harsh Soniharshdevopss.hashnode.dev·Dec 20, 2024How to Launch a Kubernetes Cluster with Deployment and Deploy a ToDo AppKubernetes is an amazing tool for managing containerized applications. Today, we’ll dive into how to launch a Kubernetes cluster with a Deployment configuration. We'll deploy a sample ToDo application, leveraging Kubernetes’ auto-healing and auto-sca...AWS
Erhan ÜRGÜNerho.dev·Dec 19, 2024Docker İmajları'nın Güvenilirliği Nasıl Kontrol Edilir?Bir an için kendinize sorun: Kendi bilgisayarınızda veya sunucunuzda çalışan Docker tabanlı uygulamalar ne kadar güvenli? Sisteminizin herhangi bir zafiyet nedeniyle tehdit altında olabileceğini düşünmek bile tedirgin edici değil mi? Docker tabanlı p...29 readsOtherDocker
Sinaptiasinaptia.hashnode.dev·Dec 18, 2024Docker in development: Episode 2The last episode was about motivation and the benefits of using docker for development. In this episode, we’ll dockerize a Ruby on Rails app. Before we start: You must be familiar with docker (as mentioned in the last episode) and docker-compose. W...Ruby on Rails
vikas bhaskar vooradidevjourney.co.in·Dec 18, 2024Running Jenkins on Docker for WindowsA Step-by-Step Guide to Running Jenkins in Docker on Windows Running Jenkins using Docker on Windows simplifies its installation and ensures a clean, isolated environment. Here's how I achieved this setup Prerequisites Docker for Desktop: Make sure D...Devops
Harsh Soniharshdevopss.hashnode.dev·Dec 16, 2024How to Build a 3-Tier App with Docker Compose: A Step-by-Step GuideSetting up a three-tier application (frontend, backend, and database) using Docker Compose is a great way to streamline deployment and management. In this blog, we’ll walk through building a sample expense-tracker application step by step. Let’s dive...3 likes·34 readsDevops
Rutvik Mangukiyarutvikmangukiya.hashnode.dev·Dec 15, 2024Docker Project: Building a 3-Tier Application with Docker Compose and Optimizing Image Size Using Multi-Stage BuildsIntroduction In this blog, we will explore how Docker Compose and Multi-stage Docker builds can help streamline the development workflow and optimize your containerized applications. First, we'll look at some theory behind these tools and then guid...DevOpsDocker
Rutvik Mangukiyarutvikmangukiya.hashnode.dev·Dec 14, 2024Docker Compose: Deploying a Web Application with Nginx & MySQL-Django Notes AppIntroduction Docker makes deploying applications simple and efficient by containerizing your application and its dependencies. In this guide, we will walk through building a Django-based notes application with MySQL as the database, orchestrated usi...DevOpsDocker
Faizan Shaikhfaizanshaikh.hashnode.dev·Dec 10, 2024Day 24 Task: Complete Jenkins CI/CD ProjectBuilding a CI/CD Pipeline with Jenkins and Docker Compose for a Node.js Application 🚀 In today’s tech-driven world, automating your development and deployment process is crucial. A well-configured CI/CD pipeline not only speeds up delivery but also ...Devops
Syed Dadapeerdrops.hashnode.dev·Dec 7, 2024Day 24 Jenkins CI/CD Project Completion: A To-Do ListReady to level up your DevOps game? Let's create a rock-solid CI/CD pipeline for your Node.js application! 🚀 By now, you’ve already dived into Jenkins and Docker, so it’s time to put your skills to the test. If you’ve just completed Day 23 of the #9...90DaysOfDevOps#90daysofdevops
jack kweyungajackkweyunga.hashnode.dev·Dec 6, 2024Docker-Setup: A Tool for Simple Self-Hosted InfrastructureWhen setting up a deployment environment, choosing the right tools can feel overwhelming. Many setups become needlessly complex or fail to keep up with current best practices. This guide introduces a streamlined approach using just four essential too...1 like·73 readsModern Server Management Made SimpleDocker