Fauzeyafauzeya.hashnode.dev·10 hours agoDay 18 🚀Getting Hands-On💻 with Docker Compose for DevOps Engineers🐳Docker Compose Docker Compose simplifies running multi-container applications by allowing you to define services, networks, and volumes in a single YAML file. Here’s how to set up and use Docker Compose to manage containerized applications. Why Docke...Discuss·2 likesDocker
Ashwinashwinrajendran.hashnode.dev·18 hours agoTOP MNC — AWS / DevOps INTERVIEW QUESTIONSWhat is GIT stash? Git stash is a feature in Git that allows you to temporarily save your changes without committing them. It's useful when you need to switch branches or perform some other operation that requires a clean working directory. What is a...DiscussDevops
Fauzeyafauzeya.hashnode.dev·Nov 6, 2024Day 17 Docker Project for DevOps EngineersStep-by-Step Guide: Docker Project with Dockerfile 1. Create a Simple Flask Web Application Directory Structure: my-flask-app/ │ ├── app.py ├── requirements.txt └── Dockerfile app.py (Your main application file): from flask import Flask app = Flask...Discuss·3 likesDevops
Divyanshi Singhserverless-architecture.hashnode.dev·Nov 6, 2024What are terraform modules and how they are advantageous??Modules generally solve the issue of monolithic architecture. What exactly is monolithic architecture? When the entire code is written as a one single application or one project. This architecture faces alot of issues such as code test, updates, owne...DiscussTerraform SeriesTerraform
Mohit Guptamoblogs.hashnode.dev·Nov 6, 2024Automating My Workflow: A Deep Dive into CI/CDI have always been curious about optimized software development workflows. So to gain hands-on experience and improve my skills, I decided to build a robust CI/CD pipeline. This pipeline would automate the build, test, and deployment processes, ultim...DiscussDevops
Munilakshmi G J100daysdevops.hashnode.dev·Nov 5, 2024Day 11 of 100 Days : Introduction to Docker - Solving the Application Scalability Problem🚀 Setting the Stage: The Pre-Docker Era In the early days, each application typically ran on its own dedicated server. Running multiple applications? That meant multiple servers. This setup wasn't efficient: it took up a lot of space, was challengin...DiscussDevops
Fauzeyafauzeya.hashnode.dev·Nov 5, 2024Day 16 🐳Docker for DevOps Engineers🚀Docker is a platform for building, testing, and deploying applications in standardized units called containers. Each container includes all necessary libraries, tools, and code, ensuring the application runs consistently across environments. This mak...Discuss·2 likesDocker
Anjali Kashyaplearndevopswithanjalikashyap.hashnode.dev·Nov 5, 2024🌊Day 18: Docker for DevOps Engineers 🚢Docker Compose: Docker Compose is a tool that simplifies managing multi-container applications in Docker. With Docker Compose, you can define, configure, and run all your containers together using a single YAML file (usually named docker-compose.yml)...DiscussDocker
Shailesh DalviforLinuxFilePermissionslinuxfilepermissions.hashnode.dev·Nov 5, 2024Linux File PermissionsWhat Are File Permissions? In Linux, every file and directory has associated permissions that dictate who can read, write, or execute them. These permissions are crucial for protecting sensitive data and preventing unauthorized access. The three main...DiscussDevops
Vidhi ChadhaforVidhi Chadhavidhichadha25.hashnode.dev·Nov 5, 2024🔍 Unlocking the Power of Linux: Mastering grep and File Permissions 🚀Introduction Welcome to another deep dive into the vast world of Linux! 🌌 Have you ever felt like finding something in your files was like searching for a needle in a haystack? Or perhaps you’ve struggled to manage file permissions in a shared envir...DiscussLinux