Chintamani Tarechintamani1804.hashnode.dev·Nov 20, 2024🚀 Day 17: Dockerfile – First DevOps Project with Docker 🚀Hey there, DevOps enthusiasts! 👋 Welcome to Day 17 of the #90DaysOfDevOps challenge. Today, we're diving into Docker and exploring the magical world of the Dockerfile. By the end of this blog, you'll have a shiny new Dockerized web app ready to flau...DiscussTrainWithShubham
Sayali Kokaneall-about-devops.hashnode.dev·Nov 19, 2024Basic Linux commandsFile and Directory Commands :- ls option_flag arguments: List the subdirectories and files available in the present directory. ls -l: List the files and directories in long list format with extra information. ls -a: List all including hidden files ...Discusslinux for beginners
Harsh Soniharshdevopss.hashnode.dev·Nov 18, 2024Create Resources on AWS Using AnsibleIf you're starting with cloud automation using Ansible, setting up AWS resources is a great project to try. In this blog, I'll show you how I created an AWS EC2 instance with Ansible. This guide is easy to follow and meant for anyone who knows the ba...Discussansible
Shubhranshu Ransingh90-daysofdevops.hashnode.dev·Nov 17, 2024DevOps 90-Day Challenge Day 8: Learning Shell Scripting Skills#!/bin/bash # This script demonstrates various Bash scripting features, with definitions and examples for each. # ---------------- Task 1: Comments ---------------- # Definition: # Comments in Bash start with a '#' and are ignored by the interpret...DiscussDevops
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 17, 2024☑️Day 71: Project – Django To-Do List🚀🔹Table of Contents : Introduction Tasks Performed Docker Installation and Configuration Jenkins Installation and Setup Integrating Jenkins with Docker Key Insights Gained Conclusion Today, I made significant progress in completing the next...Discuss·10 likesDevops
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 16, 2024☑️Day 70: Starting with Projects – Django To-Do List🚀🔹Table of Contents : Introduction Tasks Completed Today Setting up the Project Repository Executing the Django Project in a Python Environment Creating an AWS EC2 Instance Cloning the Project Repository on the EC2 Instance Commands Executed...Discuss·10 likesprojects
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 15, 2024☑️Day 69: Terraform for AWS S3 and Meta Arguments🚀🔹Table of Contents : Introduction Task 1: Creating an AWS S3 Bucket Task 2: Understanding Meta Arguments Examples and Real-Time Scenarios Commands Reference Real-Time Use Cases Conclusion ✅What I Learned Today Today, I focused on learning ...DiscussDevops
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 14, 2024☑️Day 68: Terraform and AWS EC2 - Infrastructure as Code in Practice🚀🔹Table of Contents : Introduction Prerequisites Setting Up AWS CLI and Configuring Credentials Exporting AWS Credentials as Environment Variables Creating Terraform Configuration (main.tf) Executing Terraform Commands Adding an Output to Disp...Discuss·10 likesDevops
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 13, 2024☑️Day 67: Terraform State & Starting with AWS🚀🔹Table of Contents : Introduction Setting Up Terraform with AWS Creating an AWS IAM User for Terraform Using Terraform Commands with AWS Key Takeaways In today’s DevOps journey, I explored how Terraform manages state and performed hands-on w...DiscussDevops
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Nov 13, 2024Docker Interview Questions: A Comprehensive Guide for DevOps EngineersIntroduction Hello there, tech enthusiasts! 👋 Are you preparing for a DevOps interview? You're in the right place! Today, we're going to cover the most crucial Docker interview questions and provide clear, concise answers that will help you ace your...Discuss·10 likesDocker