Mohi uddinmub.hashnode.dev·14 hours agoA Beginner's Guide to Key Linux Commands for DevOpsBasic File and Directory Operations ls Purpose: List files and directories. Usage: ls Options: -l (long format): Provides detailed information. -a (all): Includes hidden files. Example: ls -la (lists all files, including hidden ones, with de...DiscussDevOps Basics
Utsav Sonkarsigmadevutsav.hashnode.dev·Sep 8, 2024Get Started with CHEF: Basic to IntermediateWelcome to Week 4 of my ‘Learn in Public’ journey!🚀 This week, I’m excited to dive into CHEF, an essential configuration management tool in the DevOps ecosystem. CHEF helps automate infrastructure management, ensuring that your systems are configure...DiscussDevOps Basics in 3 MonthsDevops
Adeebkhan Pathanadeebkhan.hashnode.dev·Sep 7, 2024Mastering Essential Linux Commands for DevOps SuccessAs I dive deeper into my DevOps journey, mastering Linux has become a priority. Here’s a breakdown of some essential commands that are useful for everyday Linux tasks and system administration: ls – List directory contents, perfect for getting an ov...Discuss·10 likesDevops
Sourab Hossainsourab.hashnode.dev·Sep 4, 2024Overview and Basics of DevOpsWhat is DevOps? DevOps is a cultural and technical foul movement aimed at improving collaboration and communication 'tween software development (Dev) and IT operations (Ops) teams. The primary quill finish of DevOps is to shorten the software d lifec...Discuss Continuous Integration (CI)
Amitt Ashokamittashok.hashnode.dev·Aug 23, 2024Terraform Basics Made Easy: A Practical ApproachTable of Contents 1. Terraform State File 2. Remote Back-End 3. State Lock 4. Hands-on Practice Terraform State file As a DevOps engineer, when you write a Terraform configuration to create resources like instances, storage, network components, data...Discuss·1 likenfrastructure as Code = TerraformDevops
Amitt Ashokamittashok.hashnode.dev·Aug 21, 2024Infrastructure ManagementWhat is Infrastructure or Configuration Management? In simple terms, configuration management involves building or creating the infrastructure for an application or software. Let's understand this with an example: if you create an application, you ne...Discussnfrastructure as Code = TerraformDevops
Amitt Ashokamittashok.hashnode.dev·Aug 9, 2024AutomationWhat are GitHub Actions? To make automation easy, GitHub introduced GitHub Actions, which allows us to automate, customize, and execute software development workflows directly from GitHub repositories. Here, we can define workflow files in YAML for v...DiscussDevops
Amitt Ashokamittashok.hashnode.dev·Aug 8, 2024Beginner's Tutorial: Installing and Using MiniKubeTable of Contents What is Minikube Installation and setup of Minikube deploy a first application with minikube What is Minikube... As the name suggests, Minikube is a smaller version of Kubernetes that we use to learn and develop Kubernetes. Min...DiscussDevops
Amitt Ashokamittashok.hashnode.dev·Aug 6, 2024KubernetesThe architecture of Kubernetes is designed to make it easy to deploy, scale, and manage containerized applications. It consists of different components that work together to provide a flexible and robust platform. A cluster contains at least one mast...DiscussDevops
Yash Israniyashisrani.hashnode.dev·Aug 2, 2024How to Install Tomcat Server on EC2 Instance/Linux Machine 🚀👨🏻💻\=> Apache Tomcat is a web server ✅ \=> Apache Tomcat is used to run Java Web Applications 🏃 \=> Apache Tomcat is free & open source 😃 \=> Apache Tomcat runs on 8080 port by default (we can change that port) 🥸 https://youtu.be/zyagpX1NzG8 Instal...Discussjava server